|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||
java.lang.Object
oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory
Default implementation of the StrutsPageLifecycleFactory. This implementation is used to create StrutsPageLifecycle
instance for a DataAction. To use a different factory use the PageLifecycleFactoryPlugin
.
Field Summary |
Fields inherited from class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory |
factoryPlugInClassName |
Constructor Summary |
|
DefaultStrutsPageLifecycleFactory() |
Method Summary |
|
getPageLifecycle(java.lang.String path) Return a StrutsPageLifecycle for given a page path. |
Methods inherited from class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStrutsPageLifecycleFactory()
Method Detail |
public StrutsPageLifecycle getPageLifecycle(java.lang.String path)
getPageLifecycle
in class StrutsPageLifecycleFactory
path
- the web page path
|
Oracle ADF Controller API Reference 10g Release 2 (10.1.2) B14363-01 November 2004 |
||||||||||