Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

oracle.adf.controller.v2.struts.lifecycle
Class StrutsPageLifecycleFactory

java.lang.Object
  extended by oracle.adf.controller.v2.lifecycle.PageLifecycleFactory
      extended by oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory

public abstract class StrutsPageLifecycleFactory
extends PageLifecycleFactory

Abstract class providing base support to a StrutsPageLifecycle factory. Implement getPageLifecycle method to provide the factory functionality. See DefaultStrutsPageLifecycleFactory for an example.

Since:
10.1.3

Field Summary
static java.lang.String factoryPlugInClassName
           
 
Constructor Summary
StrutsPageLifecycleFactory()
           
 
Method Summary
static PageLifecycleFactory getInstance(org.apache.struts.config.ModuleConfig config)
          Helper method to instanciate the factory given the ModuleConfig.
 
Methods inherited from class oracle.adf.controller.v2.lifecycle.PageLifecycleFactory
getPageLifecycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factoryPlugInClassName

public static final java.lang.String factoryPlugInClassName
See Also:
Constant Field Values
Constructor Detail

StrutsPageLifecycleFactory

public StrutsPageLifecycleFactory()
Method Detail

getInstance

public static PageLifecycleFactory getInstance(org.apache.struts.config.ModuleConfig config)
Helper method to instanciate the factory given the ModuleConfig. The ModuleConfig possibly contain the class name of a sustitued factory as the value of a property named "lifecycleFactory".

Parameters:
config - the module config
Returns:
a StrutsPageLifecycleFactory instance

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.1.0)

E17481-02

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