| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.2.0) E17481-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.adf.controller.lifecycle.PageLifecycleFactory
Deprecated. Use equivalent classes in oracle.adf.controller.v2
public abstract class PageLifecycleFactory
A factory to create PageLifecycle instances.
Subclass PageLifecycleFactory to create your own PageLifecycleFactory and provide alternate PageLifecycle instance to all web page. Specify your PageLifecycleFactory subclass in the web-xml file using the ADFPageLifecycleFactory init param:
 <web-app>
   <context-param>
     <param-name>ADFPageLifecycleFactory</param-name>
     <param-value>mypackage.myLifecycleFactory</param-value>
   </context-param>
   ...
 </web-app>
 
If no alternate PageLifecycleFactory is defined in the web-xml, the default is to use DefaultPageLifecycleFactory.
| Field Summary | |
|---|---|
static java.lang.String | 
INIT_PARAMDeprecated. Name of the servlet context init parameter used to defined a customize PageLifecycleFactory.  | 
static java.lang.String | 
LIFECYCLE_FACTORY_ATTRDeprecated. Name of the servlet context attribute used to save the instance of the LifecycleFactory for this web application.  | 
| Constructor Summary | |
|---|---|
protected | 
PageLifecycleFactory()Deprecated.  | 
| Method Summary | |
|---|---|
static PageLifecycleFactory | 
getInstance(javax.servlet.ServletContext servletContext)Deprecated. Helper method to instanciate the factory given the ServletContext.  | 
abstract  PageLifecycle | 
getPageLifecycle(java.lang.String path)Deprecated. Return a PageLifecycle 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 INIT_PARAM
public static final java.lang.String LIFECYCLE_FACTORY_ATTR
| Constructor Detail | 
|---|
protected PageLifecycleFactory()
| Method Detail | 
|---|
public static PageLifecycleFactory getInstance(javax.servlet.ServletContext servletContext)
servletContext -public abstract PageLifecycle getPageLifecycle(java.lang.String path)
path - the web page path
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.2.0) E17481-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||