|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
java.lang.Object
oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
Abstract class providing base support to a StrutsPageLifecycle factory. Implement getPageLifecycle method to provide the factory functionality. See DefaultStrutsPageLifecycleFactory
for an example.
Field Summary |
|
static java.lang.String |
factoryPlugInClassName |
Constructor Summary |
|
StrutsPageLifecycleFactory() |
Method Summary |
|
static StrutsPageLifecycleFactory |
getInstance(org.apache.struts.config.ModuleConfig config) Helper method to instanciate the factory given the ModuleConfig. |
abstract StrutsPageLifecycle |
getPageLifecycle(java.lang.String path) Return a StrutsPageLifecycle for given a page path. |
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 factoryPlugInClassName
Constructor Detail |
public StrutsPageLifecycleFactory()
Method Detail |
public static StrutsPageLifecycleFactory getInstance(org.apache.struts.config.ModuleConfig config)
config
- the module configpublic abstract StrutsPageLifecycle getPageLifecycle(java.lang.String path)
See DefaultStrutsPageLifecycleFactory
for an example implementation of this method.
path
- the web page path
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||