|
ADF Controller v9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.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.
|
ADF Controller v9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.