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


S

SUCCESS_FORWARD - Static variable in class oracle.adf.controller.struts.actions.DataActionContext
Name of the special forward used to combine a DataAction with a web page.
StrutsJspLifecycle - class oracle.adf.controller.struts.actions.StrutsJspLifecycle.
Customized Struts lifecycle to support JSP.
StrutsJspLifecycle() - Constructor for class oracle.adf.controller.struts.actions.StrutsJspLifecycle
 
StrutsPageLifecycle - class oracle.adf.controller.struts.actions.StrutsPageLifecycle.
Base class for any Lifecycle running with the Struts controller.
StrutsPageLifecycle() - Constructor for class oracle.adf.controller.struts.actions.StrutsPageLifecycle
 
StrutsPageLifecycleFactory - class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory.
Abstract class providing base support to a StrutsPageLifecycle factory.
StrutsPageLifecycleFactory() - Constructor for class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
 
StrutsUixLifecycle - class oracle.adf.controller.struts.actions.StrutsUixLifecycle.
Customized Struts lifecycle to support UIX.
StrutsUixLifecycle() - Constructor for class oracle.adf.controller.struts.actions.StrutsUixLifecycle
 
saveErrors(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Save all the error message from the lifecycle context to the request attribute.
saveErrors(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
set(String, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
set(String, int, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
set(String, String, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
set(String, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
set(String, int, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
set(String, String, Object) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
setActionErrors(ActionErrors) - Method in class oracle.adf.controller.struts.actions.DataActionContext
Store the ActionErrors in the context
setActionForm(ActionForm) - Method in class oracle.adf.controller.struts.actions.DataActionContext
Store the ActionForm in the context.
setActionForward(ActionForward) - Method in class oracle.adf.controller.struts.actions.DataActionContext
Store the ActionForward in the context.
setActionForward(String) - Method in class oracle.adf.controller.struts.actions.DataActionContext
Store the ActionForward in the context using the name of forward.
setActionMapping(DataActionMapping) - Method in class oracle.adf.controller.struts.actions.DataActionContext
Store the DataActionMapping in the context.
setBindingContainer(DCBindingContainer) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store the Model binding container in the context.
setBindingContainer(DCBindingContainer) - Method in interface oracle.adf.controller.struts.forms.ADFStrutsForm
Deprecated. Not needed since the binding container is now figured out from the modelRef property of the action mapping.
setBindingContainer(DCBindingContainer) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
Deprecated. The BindingContainer is now deduced from the action mapping modelRef property.
setBindingContainer(DCBindingContainer) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
setBindingContext(BindingContext) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store the BindingContext in the context.
setCurrentPlugInConfigObject(PlugInConfig) - Method in class oracle.adf.controller.struts.actions.PageLifecycleFactoryPlugin
Method used by the ActionServlet initializing this plugin.
setCustomMethod(JUCtrlActionBinding) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Set the custom method Action binding in the context.
setEventActionBinding(JUCtrlActionBinding) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Set the ActionBinding for the current event.
setEventPrefix(String) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Set the prefix that will be used to reconize event request parameters.
setForwardPath(String) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Set the path of the page to which the Lifecycle should forward.
setHttpServletRequest(HttpServletRequest) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store the HttpServletRequest in the context.
setHttpServletResponse(HttpServletResponse) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store the HttpServletResponse in the context.
setInputValue(JUCtrlValueBinding, int, Object) - Method in class oracle.adf.controller.lifecycle.OrdDomainInputHandler
 
setInputValue(JUCtrlValueBinding, Object) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Deprecated. Use InputHandler.
setInputValue(JUCtrlValueBinding, int, Object) - Method in class oracle.adf.controller.struts.util.FormFileInputHandler
 
setLifecycle(Lifecycle) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store a Lifecycle object in the context.
setMethodName(String) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
methodName property
setModelReference(String) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Store the Model Reference name in the context.
setModelReference(String) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
modelReference property
setModelReference(String) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationFormConfig
 
setNumParams(Integer) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
numParams property
setParamNames(int, String) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
paramNames properties
setRedirect(boolean) - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Specify if the page path information defined using the setForwardPath should be use to forward the request or redirect the response.
setResultLocation(String) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
resultLocation property
setValue(String, Object) - Method in class oracle.adf.controller.lifecycle.Evaluator
 
shouldAllowModelUpdate(LifecycleContext) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Allows clients to determine whether the model should be updated.
shouldAllowModelUpdate(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Allows clients to determine whether the model should be updated..
shouldAllowModelUpdate(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Delegate to the Struts page lifecycle implementation shouldAllowModelUpdate
shouldAllowModelUpdate(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
shouldAllowModelUpdate(LifecycleContext) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycle
Allows clients to determine whether the model should be updated..

Disable data model updates in two cases:

Bypassing update might be necessary for operations such as rollback or custom methods that want to veto the change.
Overide this method if you need to add logic to skip data model updates. This is the stuff needed to bypass update on some method like rollback.
shouldValidateToken(HttpServletRequest, DCBindingContainer) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Checks the request object to see if token validation should occur.
shouldValidateToken(HttpServletRequest, DCBindingContainer) - 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.