Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.ibm.wps.portlets.struts.plugins
Class SessionCommandManagerFactoryPluginjava.lang.Object com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
- All Implemented Interfaces:
- org.apache.struts.action.PlugIn
- public final class SessionCommandManagerFactoryPlugin
- extends java.lang.Object
- implements org.apache.struts.action.PlugIn
SessionCommandManagerFactoryPlugin initializes and finalizes the CommandManagerFactory for a Struts portlet. It creates a SessionCommandManagerFactory that stores IViewCommands in session.
- Since:
- 5.1
Constructor Summary SessionCommandManagerFactoryPlugin()
Method Summary void destroy()
Gracefully shuts down the SessionCommandManagerFactory.void init(org.apache.struts.action.ActionServlet actionServlet, org.apache.struts.config.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 SessionCommandManagerFactoryPlugin
public SessionCommandManagerFactoryPlugin()
Method Detail destroy
public void destroy()
- Gracefully shuts down the SessionCommandManagerFactory.
- Specified by:
- destroy in interface org.apache.struts.action.PlugIn
init
public void init(org.apache.struts.action.ActionServlet actionServlet, org.apache.struts.config.ModuleConfig config) throws javax.servlet.ServletException
- Initializes and loads the SessionCommandManagerFactory.
- Specified by:
- init in interface org.apache.struts.action.PlugIn
- Parameters:
- actionServlet - the Action Servlet
- config - The ModuleConfig for our owning modules
- Throws:
- javax.servlet.ServletException - if the CommandManagerFactory cannot be configured correctly.
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.