|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
public final class SessionCommandManagerFactoryPlugin
SessionCommandManagerFactoryPlugin initializes and finalizes the CommandManagerFactory for a Struts portlet. It creates a SessionCommandManagerFactory that stores IViewCommands in session.
| Constructor Summary | |
|---|---|
SessionCommandManagerFactoryPlugin()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Gracefully shuts down the SessionCommandManagerFactory. |
void |
init(ActionServlet actionServlet,
ModuleConfig config)
Initializes and loads the SessionCommandManagerFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionCommandManagerFactoryPlugin()
| Method Detail |
|---|
public void destroy()
public void init(ActionServlet actionServlet,
ModuleConfig config)
throws ServletException
actionServlet - the Action Servletconfig - The ModuleConfig for our owning modules
ServletException - if the CommandManagerFactory cannot be configured correctly.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||