Oracle ADF Controller API Reference 10.1.2 B14363-02


Package oracle.adf.controller.lifecycle

Contains classes to define the phases of a data model lifecycle for a web page and the order in which they are executed.

See:
          Description

Interface Summary
Lifecycle The ADF Lifecycle provides support allowing a web page to interact with ADF Model data bindings.

 

Class Summary
DefaultPageLifecycleFactory The default factory for PageLifecycle.
Evaluator Helper class used by the PageLifecycle to initialize SPEL expression engine.
LifecycleContext LifecycleContext contains all the state information that will be kept during the Lifecycle.
OrdDomainInputHandler  
PageLifecycle Implementation of the Lifecycle for web pages.
PageLifecycleFactory A factory to create PageLifecycle instances.

 

Package oracle.adf.controller.lifecycle Description

Contains classes to define the phases of a data model lifecycle for a web page and the order in which they are executed.

The Lifecycle interface define all the phases of the lifecycle. The handleLifecycle method in PageLifecycle defines the order the phases are executed.

Since:
9.0.5

Oracle ADF Controller API Reference 10.1.2 B14363-02


 

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