|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlserv.app.poll.PollModule
Poll module. Show the oldest noto yet closed poll.
| Constructor Summary | |
PollModule()
|
|
| Method Summary | |
boolean |
isCachable()
Indicate whether instances may be cached by a ContentManager. |
org.jdom.Element |
toElement(java.sql.Connection con,
java.lang.String context,
javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest req,
SecurityManager securityManager)
Main processing method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PollModule()
| Method Detail |
public org.jdom.Element toElement(java.sql.Connection con,
java.lang.String context,
javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest req,
SecurityManager securityManager)
throws XMLServException
toElement in interface BackendModulecon - The DB connection.context - The context String (the location where the module is integrated)servletContext - The Servlet context.req - The HTTP request.securityManager - The SecurityManager instance.XMLServException - On any error.public boolean isCachable()
isCachable in interface BackendModule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||