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


A

ACTION_BINDING_KEY - Static variable in class oracle.adf.controller.v2.context.PageLifecycleContext
 
ACTION_COMMIT - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_CREATE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_CREATE_INSERT - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_DELETE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_ERRORS_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_EVENT_KEY - Static variable in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Key used to store the ActionEvent instance in the context map.
ACTION_EXECUTE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_EXECUTE_WITH_PARAMS - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_FIND - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_FIRST - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_FORM_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_FORWARD_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_ITERATOR_BINDING_EXECUTE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_LAST - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_MAPPING_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_NEXT - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_NEXT_SET - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_PREVIOUS - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_PREVIOUS_SET - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_REMOVEROW_WITH_KEY - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_REQUEST_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_RESET_STATE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_RESPONSE_KEY - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
ACTION_ROLLBACK - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_SETCURRENTROW_WITH_KEY - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ACTION_SETCURRENTROW_WITH_KEYVALUE - Static variable in class oracle.adf.model.ADFmMessageBundle
 
ADAPTER_DATACONTROL - Static variable in class oracle.adf.model.DataControlDefinitionFactory
 
ADFCONFIG_WAR_FILENAME - Static variable in interface oracle.adf.share.ADFConfig
 
ADFConfig - interface oracle.adf.share.ADFConfig.
This is an interface of ADF configuration object.
ADFContext - class oracle.adf.share.ADFContext.
The execution context for an ADF application
ADFContext() - Constructor for class oracle.adf.share.ADFContext
 
ADFPhaseListener - class oracle.adf.controller.faces.lifecycle.ADFPhaseListener.
A Faces phase listener use to bootstrap and execute the ADF PageLifecycle.
ADFPhaseListener() - Constructor for class oracle.adf.controller.faces.lifecycle.ADFPhaseListener
 
ADFScope - interface oracle.adf.share.ADFScope.
 
ADFScopeHelper - class oracle.adf.share.ADFScopeHelper.
 
ADFScopeHelper() - Constructor for class oracle.adf.share.ADFScopeHelper
 
ADFScopeListener - interface oracle.adf.share.ADFScopeListener.
 
ADFmMessageBundle - class oracle.adf.model.ADFmMessageBundle.
 
ADFmMessageBundle() - Constructor for class oracle.adf.model.ADFmMessageBundle
 
ALLOW_MODEL_UPDATE_KEY - Static variable in class oracle.adf.controller.v2.context.PageLifecycleContext
 
APPLICATION_DEF - Static variable in class oracle.adf.model.BindingContext
 
APPLICATION_SCOPE - Static variable in class oracle.adf.share.ADFContext
 
APPLY_INPUT_VALUES - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
The applyInputValues phase.
APPLY_INPUT_VALUES_ID - Static variable in class oracle.adf.controller.v2.lifecycle.Lifecycle
id of the Lifecycle.APPLY_INPUT_VALUES phase.
APP_PARAMS_BINDING_CONTEXT - Static variable in interface oracle.adf.model.DataControlFactory
 
APP_PARAM_COOKIE_PROPERTIES - Static variable in interface oracle.adf.model.DataControlFactory
Deprecated. use APP_PARAM_REQUEST_CONTEXT instead.
APP_PARAM_ENV_INFO - Static variable in interface oracle.adf.model.DataControlFactory
 
APP_PARAM_HTTP_SESSION - Static variable in interface oracle.adf.model.DataControlFactory
Deprecated. the HttpSession will no longer be passed as an application parameter from the ADFBindingFilter. DataControls that must access the HttpSession should use:

((HttpServletRequest)ADFContext.getCurrent().getEnvironment().getRequest()).getSession(true)

or:

ADFContext.getCurrent().getSessionScope().get(String)

instead.

APP_PARAM_POOL_PROPERTIES - Static variable in interface oracle.adf.model.DataControlFactory
 
APP_PARAM_REQUEST_CONTEXT - Static variable in interface oracle.adf.model.DataControlFactory
 
AttributeBinding - interface oracle.adf.model.AttributeBinding.
A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
AttributeBindingListener - interface oracle.adf.model.AttributeBindingListener.
This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.
AttributesBinding - interface oracle.adf.model.AttributesBinding.
A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
actionCreate(HttpServletRequest, HttpServletResponse, DataActionMapping) - Method in class oracle.adf.controller.v2.struts.actions.DataAction
Creates a v1 DataAction.
addControlActionBinding(String, OperationBinding) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
This method add an action binding to the collection of action being executed.
addError(FacesContext, int, int, Throwable) - Method in class oracle.adf.controller.faces.lifecycle.FacesPageLifecycle
Recursive method allowing the custom formatting of errors.
addEvent(String) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Add an event name to the list of event to be handled during this lifecycle.
addPagePhaseListener(PagePhaseListener) - Method in class oracle.adf.controller.v2.lifecycle.Lifecycle
Add a new PagePhaseListener to the set of registered listeners.
addPersistentState(String, Serializable) - Method in class oracle.adf.model.BindingContext
Deprecated. since 10.1.3. Applications should use the StateManager instead. See StateManager
addScopeListener(ADFScopeListener) - Method in interface oracle.adf.share.ADFScope
 
addScopeListener(ADFScopeListener) - Method in class oracle.adf.share.ADFScopeHelper
 
addScopeListener(ADFScopeListener) - Method in class oracle.adf.share.HashMapScopeAdapter
 
afterPhase(PhaseEvent) - Method in class oracle.adf.controller.faces.lifecycle.ADFPhaseListener
Delegate to the PhaseInvoker afterPhase method for each phase based on the phaseId.
afterPhase(PagePhaseEvent) - Method in interface oracle.adf.controller.v2.lifecycle.PagePhaseListener
Notify the listener after the execution of a specific phase of the ADF PageLifecycle.
applyInputValues(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
applyInputValues(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Builds the list of events with their possible associated action binding from the request parameters. In this method, the input values list and the event list are built.
applyInputValues(LifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.Phases
Builds the list of events with their possible associated action binding from the request parameters.

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.