Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Uses of Class
oracle.adf.controller.v2.lifecycle.PageLifecycle

Packages that use PageLifecycle
oracle.adf.controller.faces.lifecycle Contains classes to define and execute the ADF Lifecycle in a Faces application. 
oracle.adf.controller.v2.context Contains classes to define and manage the context information used during the Lifecycle. 
oracle.adf.controller.v2.lifecycle Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed. 
oracle.adf.controller.v2.struts.actions Contains classes to execute the ADF Lifecycle in a Struts application. 
oracle.adf.controller.v2.struts.lifecycle Contains classes to define Struts implementation of the ADF Lifecycle. 

 

Uses of PageLifecycle in oracle.adf.controller.faces.lifecycle

 

Subclasses of PageLifecycle in oracle.adf.controller.faces.lifecycle
 class FacesPageLifecycle
          Custom implementation of the PageLifecycle tailored to Faces applications needs.

 

Methods in oracle.adf.controller.faces.lifecycle that return PageLifecycle
protected  PageLifecycle ADFPhaseListener.createPageLifecycle()
          Create and return the default instance of the ADF PageLifecycle to be used with this web application.

 

Uses of PageLifecycle in oracle.adf.controller.v2.context

 

Methods in oracle.adf.controller.v2.context that return PageLifecycle
 PageLifecycle LifecycleContext.getPageLifecycle()
          Retrieve the PageLifecycle object from the context map.
 PageLifecycle LifecycleContext.getPageController()
          Retrieve the PageController from the context map.

 

Methods in oracle.adf.controller.v2.context with parameters of type PageLifecycle
static LifecycleContext LifecycleContext.getInstance(java.util.Map envMap, PageLifecycle lifecycle)
          Instanciate the LifecycleContext associated with a PageLifecycle.
 void LifecycleContext.setPageLifecycle(PageLifecycle lifeCycle)
          Store a PageLifecycle object in the context map.
 void LifecycleContext.setPageController(PageLifecycle lifeCycle)
          Store the PageController Object in the Lifecycle context map.

 

Uses of PageLifecycle in oracle.adf.controller.v2.lifecycle

 

Subclasses of PageLifecycle in oracle.adf.controller.v2.lifecycle
 class PageController
          Implement the PageLifecycle functionality by delegating to the current PageLifecycle implementation stored in the PageLifecycle property of the LifecycleContext.
 class PageLifecycleImpl
          Implementation of the PageLifecycle abstract class.

 

Methods in oracle.adf.controller.v2.lifecycle that return PageLifecycle
abstract  PageLifecycle PageLifecycleFactory.getPageLifecycle()
          Return a PageLifecycle instance.
 PageLifecycle DefaultPageLifecycleFactory.getPageLifecycle()
           

 

Uses of PageLifecycle in oracle.adf.controller.v2.struts.actions

 

Methods in oracle.adf.controller.v2.struts.actions that return PageLifecycle
 PageLifecycle DataActionMapping.getPageLifecycle()
          Return the PageLifecycle listener instance to use with this DataAction.

 

Uses of PageLifecycle in oracle.adf.controller.v2.struts.lifecycle

 

Subclasses of PageLifecycle in oracle.adf.controller.v2.struts.lifecycle
 class StrutsPageLifecycle
          Base class for any Lifecycle running with the Struts controller.

 

Methods in oracle.adf.controller.v2.struts.lifecycle that return PageLifecycle
 PageLifecycle DefaultStrutsPageLifecycleFactory.getPageLifecycle()
           

 


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Copyright © 1997, 2005, Oracle. All rights reserved.