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


G

get(String) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
get(String, int) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
get(String, String) - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
get(String) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
get(String, int) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
get(String, String) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
getActionErrors() - Method in class oracle.adf.controller.struts.actions.DataActionContext
Retrieve the ActionErrors from the context.
getActionForm() - Method in class oracle.adf.controller.struts.actions.DataActionContext
Retrieve the ActionForm from the context.
getActionForward() - Method in class oracle.adf.controller.struts.actions.DataActionContext
Retrieve the ActionForward from the context.
getActionMapping() - Method in class oracle.adf.controller.struts.actions.DataActionContext
Retrieve the DataActionMapping from the context.
getBinding(DCBindingContainer, String) - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
getBindingContainer() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the Model binding container from the context.
getBindingContainer() - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
getBindingContainer() - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
getBindingContext() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the BindingContext from the context.
getControlActionBindings() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve a list of all action binding keyed by event name.
getCustomMethod() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the custom method Action binding from the context.
getDynaClass() - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
getDynaClass() - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
getDynaProperties() - Method in class oracle.adf.controller.struts.forms.ADFDynaClass
 
getDynaProperty(String) - Method in class oracle.adf.controller.struts.forms.ADFDynaClass
 
getEvaluator(LifecycleContext) - Static method in class oracle.adf.controller.lifecycle.Evaluator
 
getEventActionBinding() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the ActionBinding associated with the current event.
getEventMethod(LifecycleContext, String) - Method in interface oracle.adf.controller.lifecycle.Lifecycle
Retrieve the Method class for an event name.
getEventMethod(LifecycleContext, String) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Retrieve the Method class for an event name.
getEventMethod(DataActionContext, String) - Method in class oracle.adf.controller.struts.actions.DataAction
Delegate to the Struts page lifecycle implementation getEventMethod
getEventMethod(LifecycleContext, String) - Method in class oracle.adf.controller.struts.actions.DataAction
Internal.
getEventMethodFromCache(Map, Class, Class[], String) - Static method in class oracle.adf.controller.lifecycle.PageLifecycle
Internal
getEventPrefix() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the event prefix from the context.
getEvents() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the list of event names to be handled during this lifecycle.
getForwardPath() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the path of the page that the Lifecycle will forward to.
getForwardPath(ForwardConfig) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
 
getHttpServletRequest() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the HttpServletRequest from the context.
getHttpServletResponse() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the HttpServletResponse from the context.
getInstance(ServletContext) - Static method in class oracle.adf.controller.lifecycle.PageLifecycleFactory
Helper method to instanciate the factory given the ServletContext.
getInstance(ModuleConfig) - Static method in class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
Helper method to instanciate the factory given the ModuleConfig.
getLifecycle() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the Lifecycle from the context.
getMethodName() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
methodName property
getModelReference() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the ModelReference name property from the context.
getModelReference() - Method in class oracle.adf.controller.struts.actions.DataActionContext
Retrieve the modelReference from the action mapping.
getModelReference(ActionMapping) - Static method in class oracle.adf.controller.struts.actions.DataActionMapping
Helper method to return the model reference of a DataAction mapping.
getModelReference() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
modelReference property
getModelReference() - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationFormConfig
 
getName() - Method in class oracle.adf.controller.struts.forms.ADFDynaClass
 
getNumParams() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
numParams property
getOrdObject(FormFile, JUCtrlValueBinding) - Static method in class oracle.adf.controller.struts.util.FileUpload
Get an interMedia object for the browser uploaded file.
getPageLifecycle(String) - Method in class oracle.adf.controller.lifecycle.DefaultPageLifecycleFactory
Always return an instance of PageLifecycle no mater the content of the page path.
getPageLifecycle(String) - Method in class oracle.adf.controller.lifecycle.PageLifecycleFactory
Return a PageLifecycle for given a page path.
getPageLifecycle(DataActionContext) - Method in class oracle.adf.controller.struts.actions.DataAction
Retrieves the page lifecycle instance for this data action.
getPageLifecycle() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
 
getPageLifecycle(String) - Method in class oracle.adf.controller.struts.actions.DefaultStrutsPageLifecycleFactory
Return a StrutsPageLifecycle for given a page path.
getPageLifecycle(String) - Method in class oracle.adf.controller.struts.actions.StrutsPageLifecycleFactory
Return a StrutsPageLifecycle for given a page path.
getPagePath(ActionMapping) - Static method in class oracle.adf.controller.struts.actions.DataActionMapping
Helper method to return the page path of a DataAction mapping.
getPagePath() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
 
getParamNames(int) - Method in class oracle.adf.controller.struts.actions.DataActionMapping
paramNames properties
getPendingValues() - Method in interface oracle.adf.controller.struts.forms.ADFStrutsForm
Return pendings values currently store in the form bean.
getPendingValues() - Method in class oracle.adf.controller.struts.forms.BindingContainerActionForm
 
getPendingValues() - Method in class oracle.adf.controller.struts.forms.BindingContainerValidationForm
 
getRedirect() - Method in class oracle.adf.controller.lifecycle.LifecycleContext
Retrieve the redirect setting from the context.
getRequestValues(LifecycleContext) - Method in class oracle.adf.controller.lifecycle.PageLifecycle
Returns all the submited ADF values from the request parameters.
getResultLocation() - Method in class oracle.adf.controller.struts.actions.DataActionMapping
resultLocation property
getValue(String) - Method in class oracle.adf.controller.lifecycle.Evaluator
 

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.