|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
java.lang.Object
oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
PlugIn used to define an alternate StrutsPageLifecycleFactory
.
This class name should be used in the struts-config file to define a plug-in element. The property "lifecycleFactory" should be used to define the class name of the custom factory:
<plug-in classname="oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin"> <set-property property="lifecycleFactory" value="view.myStrutsLifecycleFactory"/> </plug-in>
Field Summary |
|
protected org.apache.struts.config.PlugInConfig |
currentPlugInConfigObject The plugin config object provided by the ActionServlet initializing this plugin. |
static java.lang.String |
LIFECYCLEFACTORY_PROPERTY Name of the property used to defined a customized StrutsPageLifecycleFactory. |
Constructor Summary |
|
PageLifecycleFactoryPlugin() |
Method Summary |
|
void |
destroy() |
void |
init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config) |
void |
setCurrentPlugInConfigObject(org.apache.struts.config.PlugInConfig plugInConfigObject) Method used by the ActionServlet initializing this plugin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LIFECYCLEFACTORY_PROPERTY
protected org.apache.struts.config.PlugInConfig currentPlugInConfigObject
Constructor Detail |
public PageLifecycleFactoryPlugin()
Method Detail |
public void destroy()
destroy
in interface org.apache.struts.action.PlugIn
public void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig config) throws javax.servlet.ServletException
init
in interface org.apache.struts.action.PlugIn
javax.servlet.ServletException
public void setCurrentPlugInConfigObject(org.apache.struts.config.PlugInConfig plugInConfigObject)
plugInConfigObject
- PlugInConfig.
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||