Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.4.0)

E10652-05

oracle.adf.controller.struts.actions
Class PageLifecycleFactoryPlugin

java.lang.Object
  extended by oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
All Implemented Interfaces:
org.apache.struts.action.PlugIn

Deprecated. Use equivalent classes in oracle.adf.controller.v2

public class PageLifecycleFactoryPlugin
extends java.lang.Object
implements org.apache.struts.action.PlugIn

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>
 

Since:
9.0.5

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

LIFECYCLEFACTORY_PROPERTY

public static final java.lang.String LIFECYCLEFACTORY_PROPERTY
Deprecated. 
Name of the property used to defined a customized StrutsPageLifecycleFactory. The value of this property is the fully qualified class name of the new factory.

See Also:
Constant Field Values

currentPlugInConfigObject

protected org.apache.struts.config.PlugInConfig currentPlugInConfigObject
Deprecated. 
The plugin config object provided by the ActionServlet initializing this plugin.

Constructor Detail

PageLifecycleFactoryPlugin

public PageLifecycleFactoryPlugin()
Deprecated. 
Method Detail

destroy

public void destroy()
Deprecated. 
Specified by:
destroy in interface org.apache.struts.action.PlugIn

init

public void init(org.apache.struts.action.ActionServlet servlet,
                 org.apache.struts.config.ModuleConfig config)
          throws javax.servlet.ServletException
Deprecated. 
Specified by:
init in interface org.apache.struts.action.PlugIn
Throws:
javax.servlet.ServletException

setCurrentPlugInConfigObject

public void setCurrentPlugInConfigObject(org.apache.struts.config.PlugInConfig plugInConfigObject)
Deprecated. 
Method used by the ActionServlet initializing this plugin. Set the plugin config object read from module config.

Parameters:
plugInConfigObject - PlugInConfig.

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.4.0)

E10652-05

Copyright © 1997, 2011, Oracle. All rights reserved.