Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01

A B C D E F G H I J K L M O P R S T U V W


P

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.
PAGE_LIFECYCLE_KEY - Static variable in class oracle.adf.controller.v2.context.LifecycleContext
Key used to store the PageLifecycle instance in the context map.
PREPARE_MODEL - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The prepareModel phase.
PREPARE_MODEL - Static variable in interface oracle.adf.model.RegionBinding
 
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.v2.lifecycle.Lifecycle
id of the Lifecycle.PREPARE_RENDER phase.
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.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.v2.lifecycle.Lifecycle
id of the Lifecycle.PROCESS_UPDATE_MODEL phase.
PageController - class oracle.adf.controller.v2.lifecycle.PageController.
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 oracle.adf.controller.jsp.taglib.PageDefinitionTag.
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 oracle.adf.controller.v2.lifecycle.PageLifecycle.
The PageLifecycle class is the base class for any ADF Lifecycle.
PageLifecycle() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycle
 
PageLifecycleContext - class oracle.adf.controller.v2.context.PageLifecycleContext.
PageLifecycleContext contains all the state information that will be kept during the PageLifecycle.
PageLifecycleContext(Map) - Constructor for class oracle.adf.controller.v2.context.PageLifecycleContext
 
PageLifecycleFactory - class oracle.adf.controller.v2.lifecycle.PageLifecycleFactory.
A factory to retrieve PageLifecycle instances.
PageLifecycleFactory() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycleFactory
 
PageLifecycleImpl - class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.
Implementation of the PageLifecycle abstract class.
PageLifecycleImpl() - Constructor for class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
PagePhaseEvent - class oracle.adf.controller.v2.lifecycle.PagePhaseEvent.
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 oracle.adf.controller.v2.lifecycle.PagePhaseListener.
An interface implemented by objects that wish to be notified before and after the processing of each of the ADF PageLifecycle phase.
Phases - class oracle.adf.controller.v2.lifecycle.Phases.
Define each of the phase of a standard ADF PageLifecycle.
Phases() - Constructor for class oracle.adf.controller.v2.lifecycle.Phases
 
phases - Variable in class oracle.adf.controller.faces.lifecycle.ADFPhaseListener
Array of PhaseInvoker, one for each phase of the Faces Lifecycle.
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.struts.lifecycle.StrutsPageLifecycle
 
prepareRender(LifecycleContext) - Method in class oracle.adf.controller.faces.lifecycle.FacesPageLifecycle
 
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.struts.lifecycle.StrutsPageLifecycle
 
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. Handle any events in the Events list previously built during the applyInputValues phase.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Process each event accumulated during the previous phases.
processEvent(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Process a possible raw event coming as a request parameter.
processNewInputValue(Object) - Method in interface oracle.adf.model.AttributeBinding
Prepare the binding for being able to accept a new value
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.struts.lifecycle.StrutsPageLifecycle
 
put(Object, Object) - Method in class oracle.adf.model.BindingContext
 
put(Object, Object) - Method in class oracle.adf.share.HashMapScopeAdapter
 
putAll(Map) - Method in class oracle.adf.model.BindingContext
 
putAll(Map) - Method in class oracle.adf.share.HashMapScopeAdapter
 
putScope(String, Map) - Method in class oracle.adf.share.ADFContext
Add a scope to the ADFContext.

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01

A B C D E F G H I J K L M O P R S T U V W


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