|
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.5.0) E10652-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
Deprecated. Use equivalent classes in oracle.adf.controller.v2
public abstract class 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 |
factoryPlugInClassNameDeprecated. |
| Constructor Summary | |
|---|---|
StrutsPageLifecycleFactory()Deprecated. |
|
| Method Summary | |
|---|---|
static StrutsPageLifecycleFactory |
getInstance(org.apache.struts.config.ModuleConfig config)Deprecated. Helper method to instanciate the factory given the ModuleConfig. |
abstract StrutsPageLifecycle |
getPageLifecycle(java.lang.String path)Deprecated. 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 Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.5.0) E10652-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||