Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
12c (12.2.1.3.0)

E80077-01
A B C D E F G H I J L M O P 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
 
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
 
Phase(String) - Constructor for class oracle.adf.controller.v2.lifecycle.Lifecycle.Phase
 
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(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
 
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
 
PROCESS_COMPONENT_EVENTS - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
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
PROCESS_UPDATE_MODEL - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
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
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(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(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
 
A B C D E F G H I J L M O P R S T U V 
Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
12c (12.2.1.3.0)

E80077-01

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