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


Uses of Class
oracle.adf.controller.v2.context.LifecycleContext

Packages that use LifecycleContext
oracle.adf.controller.faces.context Contains classes to define and manage the context information specific to the Faces 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.context Contains classes to define and manage the context information specific to the Struts PageLifecycle. 
oracle.adf.controller.v2.struts.lifecycle Contains classes to define Struts implementation of the ADF Lifecycle. 

 

Uses of LifecycleContext in oracle.adf.controller.faces.context

 

Subclasses of LifecycleContext in oracle.adf.controller.faces.context
 class FacesPageLifecycleContext
          Custom implementation of the PageLifecycleContext to suit the FacesPageLifecycle.

 

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

 

Methods in oracle.adf.controller.faces.lifecycle with parameters of type LifecycleContext
 void FacesPageLifecycle.prepareRender(LifecycleContext lfContext)
           

 

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

 

Subclasses of LifecycleContext in oracle.adf.controller.v2.context
 class PageLifecycleContext
          PageLifecycleContext contains all the state information that will be kept during the PageLifecycle.

 

Methods in oracle.adf.controller.v2.context that return LifecycleContext
static LifecycleContext LifecycleContext.getInstance(java.util.Map envMap)
          Instanciate the LifecycleContext associated with a PageLifecycle.
static LifecycleContext LifecycleContext.getInstance(java.util.Map envMap, PageLifecycle lifecycle)
          Instanciate the LifecycleContext associated with a PageLifecycle.

 

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

 

Methods in oracle.adf.controller.v2.lifecycle that return LifecycleContext
 LifecycleContext PagePhaseEvent.getLifecycleContext()
          Return the LifecycleContext to the listener of the phase event.

 

Methods in oracle.adf.controller.v2.lifecycle with parameters of type LifecycleContext
abstract  void Phases.initContext(LifecycleContext context)
          During this phase the listener is able to initialize the LifecycleContext with additional information that will be persisted during the Lifecycle.
abstract  void Phases.prepareModel(LifecycleContext context)
          Give the opportunity for the data model to prepare and initialize.
abstract  void Phases.applyInputValues(LifecycleContext context)
          Builds the list of events with their possible associated action binding from the request parameters.
abstract  void Phases.validateInputValues(LifecycleContext context)
          Validate input values.
abstract  void Phases.processUpdateModel(LifecycleContext context)
          Update the data model with new and validated input values.
abstract  void Phases.validateModelUpdates(LifecycleContext context)
          Forces model-level validation to occur.
abstract  void Phases.processComponentEvents(LifecycleContext context)
          Process each event accumulated during the previous phases.
abstract  void Phases.metadataCommit(LifecycleContext context)
          Used to commit Runtime changes to the metadata.
abstract  void Phases.prepareRender(LifecycleContext context)
          Last phase before rendering a page.
 void PageLifecycleImpl.initContext(LifecycleContext lfContext)
           
 void PageLifecycleImpl.prepareModel(LifecycleContext lfContext)
          Give the opportunity for the data model to prepare and initialize.
 void PageLifecycleImpl.applyInputValues(LifecycleContext lfContext)
          Builds the list of events with their possible associated action binding from the request parameters. In this method, the input values list and the event list are built.
 void PageLifecycleImpl.validateInputValues(LifecycleContext lfContext)
           
 void PageLifecycleImpl.processUpdateModel(LifecycleContext lfContext)
          Update the data model with new and validated input values.
 void PageLifecycleImpl.validateModelUpdates(LifecycleContext lfContext)
          Forces model-level validation to occur.
 void PageLifecycleImpl.processComponentEvents(LifecycleContext lfContext)
          Process each event accumulated during the previous phases. Handle any events in the Events list previously built during the applyInputValues phase.
 void PageLifecycleImpl.metadataCommit(LifecycleContext lfContext)
           
 void PageLifecycleImpl.prepareRender(LifecycleContext lfContext)
           
 void PageController.initContext(LifecycleContext context)
           
 void PageController.prepareModel(LifecycleContext context)
           
 void PageController.applyInputValues(LifecycleContext context)
           
 void PageController.validateInputValues(LifecycleContext context)
           
 void PageController.processUpdateModel(LifecycleContext context)
           
 void PageController.validateModelUpdates(LifecycleContext context)
           
 void PageController.processComponentEvents(LifecycleContext context)
           
 void PageController.metadataCommit(LifecycleContext context)
           
 void PageController.prepareRender(LifecycleContext context)
           
protected  void Lifecycle.executePhase(Lifecycle.Phase phase, LifecycleContext context)
          Helper method to execute a phase.
abstract  void Lifecycle.Phase.execute(LifecycleContext context)
           

 

Constructors in oracle.adf.controller.v2.lifecycle with parameters of type LifecycleContext
PagePhaseEvent(LifecycleContext context, int phaseId, Lifecycle lifecycle)
          Construct a new event object.The source of the event is the Lifecycle from the specified parameter.

 

Uses of LifecycleContext in oracle.adf.controller.v2.struts.context

 

Subclasses of LifecycleContext in oracle.adf.controller.v2.struts.context
 class StrutsPageLifecycleContext
          Lifecycle Context customized to work with Struts PageLifecycle.

 

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

 

Methods in oracle.adf.controller.v2.struts.lifecycle with parameters of type LifecycleContext
 void StrutsPageLifecycle.prepareModel(LifecycleContext context)
           
 void StrutsPageLifecycle.processUpdateModel(LifecycleContext context)
           
 void StrutsPageLifecycle.prepareRender(LifecycleContext lfContext)
           

 


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


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