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


Uses of Class
oracle.adf.controller.v2.lifecycle.Lifecycle.Phase

Packages that use Lifecycle.Phase
oracle.adf.controller.v2.lifecycle Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed. 

 

Uses of Lifecycle.Phase in oracle.adf.controller.v2.lifecycle

 

Fields in oracle.adf.controller.v2.lifecycle declared as Lifecycle.Phase
protected static Lifecycle.Phase Lifecycle.INIT_CONTEXT
          The initContext phase.
protected static Lifecycle.Phase Lifecycle.PREPARE_MODEL
          The prepareModel phase.
protected static Lifecycle.Phase Lifecycle.APPLY_INPUT_VALUES
          The applyInputValues phase.
protected static Lifecycle.Phase Lifecycle.VALIDATE_INPUT_VALUES
          The validateInputValues phase.
protected static Lifecycle.Phase Lifecycle.PROCESS_UPDATE_MODEL
          The processUpdateModel phase.
protected static Lifecycle.Phase Lifecycle.VALIDATE_MODEL_UPDATES
          The validateModelUpdates phase.
protected static Lifecycle.Phase Lifecycle.PROCESS_COMPONENT_EVENTS
          The processComponentEvents phase.
protected static Lifecycle.Phase Lifecycle.METADATA_COMMIT
          The metadataCommit phase.
protected static Lifecycle.Phase Lifecycle.PREPARE_RENDER
          The prepareRender phase.

 

Methods in oracle.adf.controller.v2.lifecycle with parameters of type Lifecycle.Phase
protected  void Lifecycle.executePhase(Lifecycle.Phase phase, LifecycleContext context)
          Helper method to execute a phase.

 


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


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