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


S

SESSION_SCOPE - Static variable in class oracle.adf.share.ADFContext
 
STR_DEF_APPLICATION - Static variable in class oracle.adf.model.ADFmMessageBundle
 
SUCCESS_FORWARD - Static variable in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Name of the special forward used to combine a DataAction with a web page.
ServletFactoryFinder - class oracle.adf.controller.v2.context.ServletFactoryFinder.
Retrieve a factory from the servlet context.
ServletFactoryFinder(String, String, String) - Constructor for class oracle.adf.controller.v2.context.ServletFactoryFinder
 
StrutsPageLifecycle - class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle.
Base class for any Lifecycle running with the Struts controller.
StrutsPageLifecycle() - Constructor for class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
 
StrutsPageLifecycleContext - class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext.
Lifecycle Context customized to work with Struts PageLifecycle.
StrutsPageLifecycleContext(Map) - Constructor for class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
StrutsPageLifecycleFactory - class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.
Abstract class providing base support to a StrutsPageLifecycle factory.
StrutsPageLifecycleFactory() - Constructor for class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory
 
saveErrors(StrutsPageLifecycleContext) - Method in class oracle.adf.controller.v2.struts.actions.DataAction
Save all the error message from the lifecycle context to the request attribute.
saveMessages(HttpServletRequest, ActionMessages) - Method in class oracle.adf.controller.v2.struts.actions.DataAction
Call the action saveMessages protected method.
scopeInvalidated(String) - Method in interface oracle.adf.share.ADFScopeListener
 
set(String, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
set(String, int, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
set(String, String, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
set(String, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
set(String, int, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
set(String, String, Object) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
setActionErrors(ActionErrors) - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Store the ActionErrors in the context
setActionEvent(ActionEvent) - Method in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Set the current ActionEvent.
setActionForward(ActionForward) - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Store the ActionForward in the context.
setActionForward(String) - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Store the ActionForward in the context using the name of forward.
setAsCurrent() - Method in class oracle.adf.share.ADFContext
Sets up this context as the current context.
setBindingContainer(DCBindingContainer) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
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.v2.struts.forms.BindingContainerValidationForm
Deprecated. Not needed since the binding container is now figured out from the modelRef property of the action mapping.
setBindingInputHandlers(Map) - Method in class oracle.adf.model.BindingContext
 
setClientAppType(byte) - Method in class oracle.adf.model.BindingContext
Internal: Applications should not use this class.
setCurrentBindingsEntry(oracle.binding.BindingContainer) - Method in class oracle.adf.model.BindingContext
 
setCurrentRowAtIndex(int) - Method in interface oracle.adf.model.RangeBinding
 
setErrorHandler(DCErrorHandler) - Method in class oracle.adf.model.BindingContext
 
setEventActionBinding(OperationBinding) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Set the ActionBinding for the current event.
setEventPrefix(String) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Set the prefix that will be used to reconize event request parameters.
setExpressionEvaluator(ADFExpressionEvaluator) - Method in class oracle.adf.share.ADFContext
 
setForwardPath(String) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Set the path of the page to which the Lifecycle should forward.
setInputValidationErrors(Map) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Cache errors occuring during validateInputValues phase
setInputValue(Object) - Method in interface oracle.adf.model.AttributeBinding
Update the attribute value associated with this binding.
setInputValue(int, Object) - Method in interface oracle.adf.model.AttributesBinding
Update the attribute value associated with this binding.
setListener(UpdateListener) - Method in interface oracle.adf.model.ControlBinding
Add a listener that should be notified when the associated attribute value changes.
setLocaleContext(LocaleContext) - Method in class oracle.adf.model.BindingContext
 
setPageController(PageLifecycle) - Method in class oracle.adf.controller.v2.context.LifecycleContext
Store the PageController Object in the Lifecycle context map.
setPageLifecycle(PageLifecycle) - Method in class oracle.adf.controller.v2.context.LifecycleContext
Store a PageLifecycle object in the context map.
setPagePhaseListener(PagePhaseListener) - Method in class oracle.adf.controller.v2.context.LifecycleContext
Store the PagePhaseListener Object in the Lifecycle context map.
setRedirect(boolean) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Specify if the page path information defined using the setForwardPath should be use to forward the request or redirect the response.
setSecurityContext(SecurityContext) - Method in class oracle.adf.share.ADFContext
 
setSessionContext(SessionContext) - Method in class oracle.adf.model.BindingContext
Internal: Applications should not use this class.
setUpdatedValues(Map) - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
 
setV1ActionClass(String) - Method in class oracle.adf.controller.v2.struts.actions.DataActionMapping
v1ActionClass property
setV1DataActionMapping(DataActionMapping) - Method in class oracle.adf.controller.v2.struts.actions.DataActionMapping
Store the instance of the v1 mapping
setVariableResolver(VariableResolver) - Method in class oracle.adf.share.ADFContext
 
shouldAllowModelUpdate(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
shouldAllowModelUpdate(PageLifecycleContext) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
shouldAllowModelUpdate(PageLifecycleContext) - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
 
shouldValidateToken(PageLifecycleContext, RegionBinding) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Checks the request object to see if token validation should occur.
size() - Method in class oracle.adf.model.BindingContext
 
size() - Method in class oracle.adf.share.HashMapScopeAdapter
 

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.