| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.v2.lifecycle.Phases
public abstract class Phases
Define each of the phase of a standard ADF PageLifecycle.
| Constructor Summary | |
|---|---|
Phases()
 | 
|
| Method Summary | |
|---|---|
abstract  void | 
applyInputValues(LifecycleContext context)
Builds the list of events with their possible associated action binding from the request parameters.  | 
abstract  void | 
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 | 
metadataCommit(LifecycleContext context)
Used to commit Runtime changes to the metadata.  | 
abstract  void | 
prepareModel(LifecycleContext context)
Give the opportunity for the data model to prepare and initialize.  | 
abstract  void | 
prepareRender(LifecycleContext context)
Last phase before rendering a page.  | 
abstract  void | 
processComponentEvents(LifecycleContext context)
Process each event accumulated during the previous phases.  | 
abstract  void | 
processUpdateModel(LifecycleContext context)
Update the data model with new and validated input values.  | 
abstract  void | 
validateInputValues(LifecycleContext context)
Validate input values.  | 
abstract  void | 
validateModelUpdates(LifecycleContext context)
Forces model-level validation to occur.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Phases()
| Method Detail | 
|---|
public abstract void initContext(LifecycleContext context)
LifecycleContext
 with additional information that will be persisted during the Lifecycle.
public abstract void prepareModel(LifecycleContext context)
public abstract void applyInputValues(LifecycleContext context)
public abstract void validateInputValues(LifecycleContext context)
public abstract void processUpdateModel(LifecycleContext context)
public abstract void validateModelUpdates(LifecycleContext context)
public abstract void processComponentEvents(LifecycleContext context)
public abstract void metadataCommit(LifecycleContext context)
public abstract void prepareRender(LifecycleContext context)
During this phase the model is refreshed.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle 11g Release 2 (11.1.2.4.0) E17481-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||