Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

Package oracle.adf.controller.v2.lifecycle

Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed.

See:
          Description

Interface Summary
PagePhaseListener An interface implemented by objects that wish to be notified before and after the processing of each of the ADF PageLifecycle phase.
 

Class Summary
ADFLifecycle Unique singleton ADF Lifecycle implementation
DefaultPageLifecycleFactory Stock implementation of the PageLifecycleFactory.
Lifecycle Processing of the Lifecycle.
Lifecycle.Phase Typesafe enumeration of all existing phases of the Lifecycle.
LifecycleProcessor Default implementation of the standard ADF Lifecycle processing.
PageController Implement the PageLifecycle functionality by delegating to the current PageLifecycle implementation stored in the PageLifecycle property of the LifecycleContext.
PageLifecycle The PageLifecycle class is the base class for any ADF Lifecycle.
PageLifecycleFactory A factory to retrieve PageLifecycle instances.
PageLifecycleImpl Implementation of the PageLifecycle abstract class.
PagePhaseEvent PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.
PagePhaseListenerManager This abstract class contain the API to manage the list of PagePhaseListener on the ADF Page Lifecycle.
Phases Define each of the phase of a standard ADF PageLifecycle.
StubPageLifecycleImpl  
 

Package oracle.adf.controller.v2.lifecycle Description

Contains classes definining the phases of the ADF Lifecycle and the order in which they are executed.

The Phases class define all the phases of the lifecycle. The LifecycleProcessor class defines the order the phases are executed.

Class diagram the Lifecycle Objects

Since:
10.1.3

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1)

E10652-04

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