| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
public class 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
Deprecated. The plugin config object provided by the ActionServlet initializing this plugin.  | 
static java.lang.String | 
LIFECYCLEFACTORY_PROPERTY
Deprecated. Name of the property used to defined a customized StrutsPageLifecycleFactory.  | 
| Constructor Summary | |
|---|---|
PageLifecycleFactoryPlugin()
Deprecated.  | 
|
| Method Summary | |
|---|---|
 void | 
destroy()
Deprecated.  | 
 void | 
init(org.apache.struts.action.ActionServlet servlet,
     org.apache.struts.config.ModuleConfig config)
Deprecated.  | 
 void | 
setCurrentPlugInConfigObject(org.apache.struts.config.PlugInConfig plugInConfigObject)
Deprecated. 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.PlugInjavax.servlet.ServletExceptionpublic void setCurrentPlugInConfigObject(org.apache.struts.config.PlugInConfig plugInConfigObject)
plugInConfigObject - PlugInConfig.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||