|
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 1 (11.1.1.4.0) E10652-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
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 |
factoryPlugInClassName
Deprecated. |
| 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 config
public 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.4.0) E10652-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||