- beforePhase(PagePhaseEvent) - Method in interface oracle.adf.controller.v2.lifecycle.PagePhaseListener
-
Notify the listener before the execution of a specific phase of the
ADF PageLifecycle.
- BindingContainerActionForm - Class in oracle.adf.controller.struts.forms
-
Deprecated.
Use equivalent classes in oracle.adf.controller.v2
- BindingContainerActionForm() - Constructor for class oracle.adf.controller.struts.forms.BindingContainerActionForm
-
Deprecated.
- BindingContainerActionForm - Class in oracle.adf.controller.v2.struts.forms
-
ActionForm exposing all the binding values of a binding container as the
properties of a JavaBeans.
- BindingContainerActionForm() - Constructor for class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
-
- bindingContainerName - Variable in class oracle.adf.controller.struts.forms.BindingContainerActionForm
-
Deprecated.
The name of the current binding container this class is exposing.
- bindingContainerName - Variable in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
-
Deprecated.
The name of the current binding container this class is exposing.
- bindingContainerPath - Variable in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
-
The name of the current binding container this class is exposing.
- bindingContainerPath - Variable in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
-
The name of the current binding container this class is exposing.
- BindingContainerValidationForm - Class in oracle.adf.controller.struts.forms
-
Deprecated.
Use equivalent classes in oracle.adf.controller.v2
- BindingContainerValidationForm() - Constructor for class oracle.adf.controller.struts.forms.BindingContainerValidationForm
-
Deprecated.
- BindingContainerValidationForm - Class in oracle.adf.controller.v2.struts.forms
-
A BindingContainerActionForm to use with Struts validation framework.
- BindingContainerValidationForm() - Constructor for class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
-
- BindingContainerValidationFormConfig - Class in oracle.adf.controller.struts.forms
-
Deprecated.
Use equivalent classes in oracle.adf.controller.v2
- BindingContainerValidationFormConfig() - Constructor for class oracle.adf.controller.struts.forms.BindingContainerValidationFormConfig
-
Deprecated.
- bindingContext - Variable in class oracle.adf.controller.struts.forms.BindingContainerActionForm
-
Deprecated.
The bindingcontext in the session
- bindingContext - Variable in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
-
Deprecated.
Because this class need to be serializable, hold a copy of the context
and the binding name to retrieve the binding container instance.
- bindingContext - Variable in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
-
The bindingcontext in the session
- bindingContext - Variable in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
-
The bindingcontext in the session
- BindingUtils - Class in oracle.adf.controller.binding
-
Common binding container related operations.
- BindingUtils() - Constructor for class oracle.adf.controller.binding.BindingUtils
-
- buildEventList(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
-
Deprecated.
Builds the list of events with their possible associated action binding
from the request parameters.
- buildEventList(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
-
Deprecated.
Builds the list of events with their possible associated action binding
from the request parameters.
- buildEventList(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
-
Deprecated.
- buildEventList(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
-
Deprecated.
Internal.
- buildEventList(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
-
Possible events are request parameters named "event" or which name are
prefixed with "event_".
- buildInputValues(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
-
Build a list of all the new submited ADF values from the request parameters.
- buildInputValues(PageLifecycleContext) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
-
A Struts specific implementation that only deals with values coming from
the ADFStrutsForm.