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

E10652-05
A B C D E F G H I J L M N O P Q R S T U V

P

PAGE_LIFECYCLE_KEY - Static variable in class oracle.adf.controller.v2.context.LifecycleContext
Key used to store the PageLifecycle instance in the context map.
PageController - Class in oracle.adf.controller.v2.lifecycle
Implement the PageLifecycle functionality by delegating to the current PageLifecycle implementation stored in the PageLifecycle property of the LifecycleContext.
PageController() - Constructor for class oracle.adf.controller.v2.lifecycle.PageController
 
PageDefinitionTag - Class in oracle.adf.controller.jsp.taglib
JSP tag use to support the ADF Lifecycle in a "Model 1" application.
PageDefinitionTag() - Constructor for class oracle.adf.controller.jsp.taglib.PageDefinitionTag
 
PageLifecycle - Class in oracle.adf.controller.lifecycle
Deprecated. Use equivalent classes in oracle.adf.controller.v2
PageLifecycle() - Constructor for class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated.  
PageLifecycle - Class in oracle.adf.controller.v2.lifecycle
The PageLifecycle class is the base class for any ADF Lifecycle.
PageLifecycle() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycle
 
PAGELIFECYCLE_FACTORY - Static variable in class oracle.adf.controller.v2.context.ServletFactoryFinder
Retrieve from the ServletContext a PageLifecycleFactory using the initParam ADFPageLifecycleFactory and of type PageLifecycleFactory This is used by the PageDefinitionTag in the Model 1 environment.
PageLifecycleContext - Class in oracle.adf.controller.v2.context
PageLifecycleContext contains all the state information that will be kept during the PageLifecycle.
PageLifecycleContext(Map) - Constructor for class oracle.adf.controller.v2.context.PageLifecycleContext
 
PageLifecycleContext(Map, boolean) - Constructor for class oracle.adf.controller.v2.context.PageLifecycleContext
 
PageLifecycleFactory - Class in oracle.adf.controller.lifecycle
Deprecated. Use equivalent classes in oracle.adf.controller.v2
PageLifecycleFactory() - Constructor for class oracle.adf.controller.lifecycle.PageLifecycleFactory
Deprecated.  
PageLifecycleFactory - Class in oracle.adf.controller.v2.lifecycle
A factory to retrieve PageLifecycle instances.
PageLifecycleFactory() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycleFactory
 
PageLifecycleFactoryPlugin - Class in oracle.adf.controller.struts.actions
Deprecated. Use equivalent classes in oracle.adf.controller.v2
PageLifecycleFactoryPlugin() - Constructor for class oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
Deprecated.  
PageLifecycleImpl - Class in oracle.adf.controller.v2.lifecycle
Implementation of the PageLifecycle abstract class.
PageLifecycleImpl() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
PagePhaseEvent - Class in oracle.adf.controller.v2.lifecycle
PagePhaseEvent happend before and after each of the phase of the ADF PageLifecycle being listened.
PagePhaseEvent(LifecycleContext, int, Lifecycle) - Constructor for class oracle.adf.controller.v2.lifecycle.PagePhaseEvent
Construct a new event object.The source of the event is the Lifecycle from the specified parameter.
PagePhaseListener - Interface in oracle.adf.controller.v2.lifecycle
An interface implemented by objects that wish to be notified before and after the processing of each of the ADF PageLifecycle phase.
PagePhaseListenerManager - Class in oracle.adf.controller.v2.lifecycle
This abstract class contain the API to manage the list of PagePhaseListener on the ADF Page Lifecycle.
PagePhaseListenerManager() - Constructor for class oracle.adf.controller.v2.lifecycle.PagePhaseListenerManager
 
PATH_KEY - Static variable in class oracle.adf.controller.v2.context.LifecycleContext
 
Phases - Class in oracle.adf.controller.v2.lifecycle
Define each of the phase of a standard ADF PageLifecycle.
Phases() - Constructor for class oracle.adf.controller.v2.lifecycle.Phases
 
PREPARE_MODEL - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The prepareModel phase.
PREPARE_MODEL_ID - Static variable in class oracle.adf.controller.faces.lifecycle.JSFLifecycle
id of the PREPARE_MODEL phase.
PREPARE_MODEL_ID - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
id of the Lifecycle.PREPARE_MODEL phase.
PREPARE_RENDER - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The prepareRender phase.
PREPARE_RENDER_ID - Static variable in class oracle.adf.controller.faces.lifecycle.JSFLifecycle
id of the PREPARE_RENDER phase.
PREPARE_RENDER_ID - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
id of the Lifecycle.PREPARE_RENDER phase.
prepareContext(LifecycleContext) - Static method in class oracle.adf.controller.lifecycle.Evaluator
Deprecated.  
prepareModel(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Deprecated. Give the opportunity for the data model to prepare and initialize.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated. Give the opportunity for the data model to prepare and initialize.
prepareModel(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Delegate to the Struts page lifecycle implementation prepareModel
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Internal.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Deprecated. Give the opportunity for the data model to prepare and initialize.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Give the opportunity for the data model to prepare and initialize.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Give the opportunity for the data model to prepare and initialize.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.StubPageLifecycleImpl
 
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
 
prepareRender() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Indicate to the Lifecycle that the next phase to be executed should be PREPARE_RENDER, by-passing any other phase left in the lifecycle.
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Last phase before rendering a page.
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.StubPageLifecycleImpl
 
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
 
PROCESS_COMPONENT_EVENTS - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The processComponentEvents phase.
PROCESS_COMPONENT_EVENTS_ID - Static variable in class oracle.adf.controller.faces.lifecycle.JSFLifecycle
id of the PROCESS_COMPONENT_EVENTS phase.
PROCESS_COMPONENT_EVENTS_ID - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
id of the Lifecycle.PROCESS_COMPONENT_EVENTS phase.
PROCESS_UPDATE_MODEL - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The processUpdateModel phase.
PROCESS_UPDATE_MODEL_ID - Static variable in class oracle.adf.controller.faces.lifecycle.JSFLifecycle
id of the PROCESS_UPDATE_MODEL phase.
PROCESS_UPDATE_MODEL_ID - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
id of the Lifecycle.PROCESS_UPDATE_MODEL phase.
processActionConfig(DataActionMapping) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Deprecated. Give the opportunity to the lifecyle to handle and possibly modify the config of the mapping.
processComponentEvents(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Deprecated. Handle any events in the action binding list previously built in processUpdateModel using the buildEventList method.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated.  
processComponentEvents(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Delegate to the Struts page lifecycle implementation processComponentEvents
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Internal.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Process each event accumulated during the previous phases.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Process each event accumulated during the previous phases.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.StubPageLifecycleImpl
 
processEvent(LifecycleContext, String) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated. Process a possible raw event coming as a request parameter.
processEvent(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Process a possible raw event coming as a request parameter.
processUpdateModel(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Deprecated. Update the data model with values submitted in the request.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated. Update the data model with values submitted in the request.
processUpdateModel(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Delegate to the Struts page lifecycle implementation processUpdateModel
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Deprecated. Internal.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Deprecated. Handle update using a Struts formbean In case of error the method setInputValue will not throw but instead the errors will be collected in the binding container.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Update the data model with new and validated input values.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Update the data model with new and validated input values.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.StubPageLifecycleImpl
 
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
 

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

E10652-05
A B C D E F G H I J L M N O P Q R S T U V
Copyright © 1997, 2011, Oracle. All rights reserved.