Oracle ADF Controller API Reference 10.1.2 B14363-02

A B C D E F G H I L N O P R S T U V


P

PageLifecycle - class oracle.adf.controller.lifecycle.PageLifecycle.
Implementation of the Lifecycle for web pages.
PageLifecycle() - Constructor for class oracle.adf.controller.lifecycle.PageLifecycle
 
PageLifecycleFactory - class oracle.adf.controller.lifecycle.PageLifecycleFactory.
A factory to create PageLifecycle instances.
PageLifecycleFactory() - Constructor for class oracle.adf.controller.lifecycle.PageLifecycleFactory
 
PageLifecycleFactoryPlugin - class oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin.
PlugIn used to define an alternate StrutsPageLifecycleFactory.
PageLifecycleFactoryPlugin() - Constructor for class oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
 
prepareContext(LifecycleContext) - Static method in class oracle.adf.controller.lifecycle.Evaluator
 
prepareModel(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Give the opportunity for the data model to prepare and initialize.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Give the opportunity for the data model to prepare and initialize. This method will throw if the data model cannot be prepared. If you need to set bind variable values on query objects in the business services layer in order to properly prepare the model, then you can set them by overriding this method and doing it before calling the superclass.
prepareModel(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Delegate to the Struts page lifecycle implementation prepareModel
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
prepareModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Give the opportunity for the data model to prepare and initialize. This method will throw if the data model cannot be prepared.

If you need to set bind variable values on query objects in the business services layer in order to properly prepare the model, then you can set them by overriding this method and doing it before calling the superclass.

If you need to reference prepared model values and/or update the values of any bindings in the binding container, then you can do it by overriding this method and doing it after calling the superclass. In the Struts case, prepare the ADF formBean (ADFStrutsForm) with the current binding container.

processActionConfig(DataActionMapping) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Give the opportunity to the lifecyle to handle and possibly modify the config of the mapping.
processActionConfig(DataActionMapping) - Method in class oracle.adf.controller.struts.actions.StrutsUixLifecycle
 
processComponentEvents(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
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
 
processComponentEvents(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Delegate to the Struts page lifecycle implementation processComponentEvents
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
processComponentEvents(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsUixLifecycle
 
processEvent(LifecycleContext, String) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Process a possible raw event coming as a request parameter.
processUpdateModel(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Update the data model with values submitted in the request.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Update the data model with values submitted in the request. Collect the new values from request parameters and update the model with them.
processUpdateModel(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Delegate to the Struts page lifecycle implementation processUpdateModel
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
processUpdateModel(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
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.struts.actions.StrutsUixLifecycle
 

Oracle ADF Controller API Reference 10.1.2 B14363-02

A B C D E F G H I L N O P R S T U V


 

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