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


G

get(String) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
get(String, int) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
get(String, String) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
get(String) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
get(String, int) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
get(String, String) - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
get(Object) - Method in class oracle.adf.model.BindingContext
 
get(Object) - Method in class oracle.adf.share.HashMapScopeAdapter
 
getADFConfig() - Method in class oracle.adf.share.ADFContext
Gets the ADF configuration Object used by current thread.
getAction() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve the Action class.
getActionErrors() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve the ActionErrors from the context.
getActionEvent() - Method in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Return the current ActionEvent.
getActionForm() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve the ActionForm from the context.
getActionForward() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve the ActionForward from the context.
getActionMapping() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve the DataActionMapping from the context.
getActionProcessor() - Method in interface oracle.adf.model.RegionBinding
Returns an instance of java bean that may implement event-handling for actions defined on this RegionBinding.
getApplication() - Method in class oracle.adf.share.ADFContext
Deprecated. Using getADFConfig() instead.
getApplicationScope() - Method in class oracle.adf.share.ADFContext
A convenience method for the standard applicationScope.
getBindingContainer() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the RegionBinding instance for the current page.
getBindingContainer() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
Retrieve the BindingContainer currently associated with this form.
getBindingContainer() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
Retrieve the BindingContainer currently associated with this form.
getBindingContext() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the BindingContext object for the current session.
getBindingInputHandler(String) - Method in class oracle.adf.model.BindingContext
 
getConfigObject(String) - Method in interface oracle.adf.share.ADFConfig
get the configuration object information stored for the provided namespace
getConfigSecurityContext() - Method in class oracle.adf.share.ADFContext
Gets the security context for the current thread
getConnectionsContext() - Method in interface oracle.adf.share.ADFConfig
 
getConnectionsContext() - Method in class oracle.adf.share.ADFContext
Convenience for accessing the adf jndi context, for managing adf connection definitions.
getContents() - Method in class oracle.adf.model.ADFmMessageBundle
Gets the key-value association table.
getContext() - Method in class oracle.adf.share.Environment
Return the application environment object instance for the current appication.
getContextAttributeName() - Method in class oracle.adf.controller.v2.context.ServletFactoryFinder
Return the servlet context attribute name used to save the instance of the factory for this web application.
getControlActionBindings() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve a list of all action binding keyed by event name.
getCurrent() - Static method in class oracle.adf.share.ADFContext
Gets the ADF context for the current thread
getCurrentRowIndex() - Method in interface oracle.adf.model.RangeBinding
 
getCurrentRowIndex() - Method in interface oracle.adf.model.RowContext
 
getDataProvider() - Method in interface oracle.adf.model.DataControl
Return the Business Service Object that this datacontrol is associated with.
getDef() - Method in class oracle.adf.model.BindingContext
 
getDefaultDataControl() - Method in class oracle.adf.model.BindingContext
Internal: Applications should not use this class. Only for use in JClient internally to get to JUApplication.
getDefaultFactory() - Method in class oracle.adf.controller.v2.context.ServletFactoryFinder
Return the default factory instance
getDynaClass() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
getDynaClass() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
getEnvMap(FacesContext) - Method in class oracle.adf.controller.faces.lifecycle.ADFPhaseListener
Initialize the environment map that will be use to create a new LifecycleContext.
getEnvironment() - Method in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Retrieve the anonymous environment using the FacesContext.
getEnvironment() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the anonymous environment.
getEnvironment() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
 
getEnvironment() - Method in class oracle.adf.share.ADFContext
 
getErrorHandler() - Method in class oracle.adf.model.BindingContext
 
getErrors() - Method in interface oracle.adf.model.AttributeBinding
Return a list of errors that were raised during setInputValue()
getErrors() - Method in interface oracle.adf.model.OperationBinding
Returns a list of errors that were raised during the last invoke operation call.
getEventActionBinding() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve the ActionBinding associated with the current event.
getEventMethod(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.lifecycle.PageController
 
getEventMethod(PageLifecycleContext, String) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
 
getEventMethodFromCache(Map, Class, Class[], String) - Static method in class oracle.adf.controller.v2.lifecycle.PageLifecycle
Internal Event methods are cached so that introspection is only done once.
getEventPrefix() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve the event prefix from the context.
getEvents() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve the list of event names to be handled during this lifecycle.
getExecutableType() - Method in interface oracle.adf.model.RegionBinding
Returns one of an enumeration of Executable binding types in the framework.
getExpressionEvaluator() - Method in class oracle.adf.share.ADFContext
 
getFacesContext() - Method in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Return the FacesContext.
getFactory(ServletContext) - Method in class oracle.adf.controller.v2.context.ServletFactoryFinder
Helper method to instanciate the factory given the ServletContext.
getFactoryName() - Method in class oracle.adf.controller.v2.context.ServletFactoryFinder
 
getForwardPath() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve the path of the page that the Lifecycle will forward to.
getId() - Method in interface oracle.adf.share.ADFConfig
Unique identifier for this application
getInitParamName() - Method in class oracle.adf.controller.v2.context.ServletFactoryFinder
Return the servlet context init parameter name used to defined a custom factory
getInputValidationErrors() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve errors that occured during validateInputValues phase
getInputValue() - Method in interface oracle.adf.model.AttributeBinding
Return the value that should be rendered on a view for the attribute associated with this binding.
getInputValue(int) - Method in interface oracle.adf.model.AttributesBinding
Return the value that should be rendered on a view for the attribute associated with this binding.
getInstance(Map) - Static method in class oracle.adf.controller.v2.context.LifecycleContext
Instanciate the LifecycleContext associated with a PageLifecycle.
getInstance(Map, PageLifecycle) - Static method in class oracle.adf.controller.v2.context.LifecycleContext
Instanciate the LifecycleContext associated with a PageLifecycle.
getInstance() - Static method in class oracle.adf.controller.v2.lifecycle.LifecycleProcessor
Return the singleton LifecycleProcessor instance
getInstance(ModuleConfig) - Static method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory
Helper method to instanciate the factory given the ModuleConfig.
getInstanceName() - Method in interface oracle.adf.model.OperationInfo
An El-expression that identifies the object on which an operation has to be invoked.
getLabel() - Method in interface oracle.adf.model.AttributeBinding
Return the display label or prompt for the attribute represented by this binding.
getLabelSet() - Method in interface oracle.adf.model.AttributesBinding
 
getLabelSet() - Method in interface oracle.adf.model.RangeBinding
 
getLifecycleContext() - Method in class oracle.adf.controller.v2.lifecycle.PagePhaseEvent
Return the LifecycleContext to the listener of the phase event.
getLifecycleContextClass() - Method in class oracle.adf.controller.faces.lifecycle.FacesPageLifecycle
Return the custom Lifecycle context class to use with this PageLifecycle.
getLifecycleContextClass() - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycle
Returns the LifecycleContext class used by this PageLifecycle.
getLifecycleContextClass() - Method in class oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycle
Returns the LifecycleContext class used by this PageLifecycle. Any PageLifecycle subclass can have their own context by subclassing PageLifecycleContext. The StrutsPageLifecycle uses the custom LifecycleContext called StrutsPageLifecycleContext
getLocaleContext() - Method in class oracle.adf.model.BindingContext
 
getMDSInstance() - Method in interface oracle.adf.share.ADFConfig
Gets the mds instance configured for this application
getMDSInstanceAsObject() - Method in class oracle.adf.share.ADFContext
 
getMDSSessionAsObject() - Method in class oracle.adf.share.ADFContext
 
getMasterAccessorName() - Method in interface oracle.adf.model.RowContext
 
getMasterOperationInfo() - Method in interface oracle.adf.model.RowContext
 
getName() - Method in class oracle.adf.controller.v2.lifecycle.Lifecycle.Phase
 
getName() - Method in interface oracle.adf.model.DataControl
Returns name to identify this datacontrol.
getName() - Method in interface oracle.adf.model.OperationParameter
 
getName() - Method in interface oracle.adf.model.RegionListener
Identifier used to display in exceptions or logs when this listener is being processed.
getOperationName() - Method in interface oracle.adf.model.OperationInfo
Name of the operation to invoke
getPageController() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the PageController from the context map.
getPageLifecycle() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the PageLifecycle object from the context map.
getPageLifecycle() - Method in class oracle.adf.controller.v2.lifecycle.DefaultPageLifecycleFactory
 
getPageLifecycle() - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleFactory
Return a PageLifecycle instance.
getPageLifecycle() - Method in class oracle.adf.controller.v2.struts.actions.DataActionMapping
Return the PageLifecycle listener instance to use with this DataAction.
getPageLifecycle() - Method in class oracle.adf.controller.v2.struts.lifecycle.DefaultStrutsPageLifecycleFactory
 
getPagePhaseListener() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the PagePhaseListener from the context map.
getPagePhaseListeners() - Method in class oracle.adf.controller.v2.lifecycle.Lifecycle
Return the array of registred PagePhaseListener for this instance of the Lifecycle.
getParameterMap() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve a map of the parameters for the current request.
getParameterMap() - Method in class oracle.adf.controller.v2.struts.context.StrutsPageLifecycleContext
Retrieve a map of the parameters for the current request.
getParameters() - Method in interface oracle.adf.model.OperationInfo
Returns an array of OperationParameters that this operation needs.
getParamsMap() - Method in interface oracle.adf.model.OperationBinding
Retuns a map of name-value pairs of arguments and argument values to be passed to the bound operation.
getPath() - Method in class oracle.adf.controller.faces.context.FacesPageLifecycleContext
Retrieve the current page path using page viewId of the current viewRoot.
getPath() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Retrieve the path info for the current page.
getPendingValues() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm
 
getPendingValues() - Method in class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm
 
getPhaseId() - Method in class oracle.adf.controller.faces.lifecycle.ADFPhaseListener
Return the fact that we want to listen to each phase.
getPhaseId() - Method in class oracle.adf.controller.v2.lifecycle.PagePhaseEvent
Return the phase id of the phase.
getPrepareRender() - Method in class oracle.adf.controller.v2.context.LifecycleContext
Return true if the prepareRender method has been called.
getRangeSet() - Method in interface oracle.adf.model.RangeBinding
 
getRedirect() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
Retrieve the redirect setting from the context.
getRefreshFlag() - Method in interface oracle.adf.model.RegionContext
Returns the refresh type in case of refreshRegion event.
getRegionBinding() - Method in interface oracle.adf.model.RegionContext
RegionBinding instance with which this context is created.
getRegionBindings() - Method in interface oracle.adf.model.RegionBinding
Return a list of all nested RegionBindings contained by this RegionBinding.
getRegionController() - Method in interface oracle.adf.model.RegionBinding
Returns an instance of RegionController that should handle the lifecycle for this RegionBinding.
getRequest() - Method in class oracle.adf.share.Environment
Return the environment-specific object instance for the current request.
getRequestScope() - Method in class oracle.adf.share.ADFContext
A convenience method for the standard requestScope.
getResString(String) - Static method in class oracle.adf.model.ADFmMessageBundle
 
getResponse() - Method in class oracle.adf.share.Environment
Return the environment-specific object instance for the current response.
getResult() - Method in interface oracle.adf.model.OperationBinding
 
getRowDataContainer() - Method in interface oracle.adf.model.RowContext
 
getScope(String) - Method in class oracle.adf.share.ADFContext
Retrieve a scope from the ADFContext.
getScopeNames() - Method in class oracle.adf.share.ADFContext
Returns the names of all the scopes that are supported by the current ADFContext.
getSecurityContext() - Method in interface oracle.adf.share.ADFConfig
 
getSecurityContext() - Method in class oracle.adf.share.ADFContext
Gets the security context for the current thread
getSessionContext() - Method in class oracle.adf.model.BindingContext
 
getSessionScope() - Method in class oracle.adf.share.ADFContext
A convenience method for the standard sessionScope.
getStateManager(String, Hashtable) - Method in class oracle.adf.share.ADFContext
Returns a StateManagerScopeAdapter for the specified scope.
getToken(PageLifecycleContext, RegionBinding) - Method in class oracle.adf.controller.faces.lifecycle.FacesPageLifecycle
Retrieve the token from the UIViewRoot.
getToken(PageLifecycleContext, RegionBinding) - Method in class oracle.adf.controller.v2.lifecycle.PageLifecycleImpl
Retrieve the token from the request
getTypeName() - Method in interface oracle.adf.model.OperationParameter
 
getUpdatedValues() - Method in class oracle.adf.controller.v2.context.PageLifecycleContext
 
getV1ActionClass() - Method in class oracle.adf.controller.v2.struts.actions.DataActionMapping
v1ActionClass property Old action custom class for migration purposes.
getV1DataActionMapping() - Method in class oracle.adf.controller.v2.struts.actions.DataActionMapping
Retrieve the instance of the v1 mapping
getValue() - Method in interface oracle.adf.model.OperationParameter
 
getVariableResolver() - Method in class oracle.adf.share.ADFContext
Returns a variable resolver for this context.

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.