A B C D E F G H I J K L M N O P Q R S T U V W X Y

G

GeneratedFlowExecutionKey - Class in org.springframework.webflow.test
A simple flow execution key implementation.
GeneratedFlowExecutionKey() - Constructor for class org.springframework.webflow.test.GeneratedFlowExecutionKey
Creates a new mock flow execution key.
GenericConversionService - Class in org.springframework.binding.convert.service
Base implementation of a conversion service.
GenericConversionService() - Constructor for class org.springframework.binding.convert.service.GenericConversionService
Default constructor.
GenericConversionService(ConversionService) - Constructor for class org.springframework.binding.convert.service.GenericConversionService
Constructor accepting a specific instance of a Spring ConversionService to delegate to.
GenericSubflowAttributeMapper - Class in org.springframework.webflow.engine.support
Simple flow attribute mapper that holds an input and output mapper strategy.
GenericSubflowAttributeMapper(Mapper, Mapper) - Constructor for class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
Create a new flow attribute mapper using given mapping strategies.
get(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, returning null if the attribute is not present.
get(Object, Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, returning the defaultValue if no value was found.
get(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, asserting it is of the required type if present and returning null if not found.
get(Object, Class, Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map of the specified type, returning the defaultValue if no value is found.
get(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
 
get(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
 
get(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get an attribute value out of this map, returning null if not found.
get(String, Object) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get an attribute value, returning the default value if no value is found.
get(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get an attribute value, asserting the value is of the required type.
get(String, Class, Object) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get an attribute value, asserting the value is of the required type and returning the default value if not found.
get(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
get(String, Object) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
get(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
get(String, Class, Object) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
get(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
get(String, String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
get(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
get(String, Class, Object) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
get(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a parameter value, returning null if no value is found.
get(String, String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a parameter value, returning the defaultValue if no value is found.
get(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a parameter value, converting it from String to the target type.
get(String, Class, Object) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a parameter value, converting it from String to the target type or returning the defaultValue if not found.
get(int) - Method in class org.springframework.webflow.engine.ActionList
Returns the action in this list at the provided index.
get(String, ObjectFactory) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
 
getAbstract() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getAccess() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getAccessDecisionManager() - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
Get the access decision manager that makes flow authorization decisions.
getAction() - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
 
getAction() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
Returns the action wrapped by this object.
getActionList() - Method in class org.springframework.webflow.engine.ActionState
Returns the list of actions executable by this action state.
getActionList() - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
Returns the list of actions to execute when this handler handles an exception.
getActionListener() - Method in class org.springframework.faces.webflow.FlowApplication
 
getActionNameForLogging() - Method in class org.springframework.webflow.action.AbstractAction
Internal helper to return the name of this action for logging purposes.
getActions() - Method in class org.springframework.webflow.action.CompositeAction
Returns the actions contained by this composite action.
getActions() - Method in class org.springframework.webflow.engine.model.ActionStateModel
 
getActions() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getActionURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
 
getActiveFlow() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the definition of the flow that is currently executing.
getActiveFlow() - Method in class org.springframework.webflow.test.MockRequestContext
 
getActiveSession() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getActiveSession() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns the active flow session of this flow execution.
getActiveSession() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getAfterPhaseListener() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getAjaxEnabled() - Method in class org.springframework.faces.ui.ProgressiveUICommand
 
getAjaxHandler() - Method in class org.springframework.js.ajax.tiles2.AjaxTilesView
 
getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
Returns the configured Ajax handler.
getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
Returns the configured Ajax handler.
getAllErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getAllMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
 
getAllMessages() - Method in interface org.springframework.binding.message.MessageContext
Get all messages in this context.
getAllowDelimitedEvalExpressions() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns if this parser allows delimited eval expressions like ${foo.bar}.
getAllResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getAllResults() - Method in interface org.springframework.binding.mapping.MappingResults
A list of all the mapping results between the source and target.
getAlwaysGenerateNewNextKey() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
The flag indicating if a new FlowExecutionKey should always be generated before each put call.
getAnnotated(int) - Method in class org.springframework.webflow.engine.ActionList
Returns the action in this list at the provided index, exposing it as an annotated action.
getApplication() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getApplication() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
 
getApplication() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getApplicationContext() - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns a reference to application context hosting application objects and services used by this flow definition.
getApplicationContext() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the application context hosting the flow system.
getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getApplicationContext() - Method in class org.springframework.webflow.engine.Flow
 
getApplicationMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getApplicationMap() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the external application map, providing a storage for data local to the current user application and accessible to both internal and external SWF artifacts.
getApplicationMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getApplicationMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getApplicationMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getArguments() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
getArguments() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the method invocation arguments.
getArray(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a array value in the map, asserting it is of the required type if present and returning null if not found.
getArray(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns an array attribute value in the map and makes sure it is of the required type.
getArray(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getArray(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getArray(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a multi-valued parameter value, returning null if no value is found.
getArray(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a multi-valued parameter value, converting each value to the target type or returning null if no value is found.
getAttribute(String) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
 
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
 
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletContextMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletRequestMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletRequestParameterMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
 
getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
 
getAttribute(Object) - Method in interface org.springframework.webflow.conversation.Conversation
Returns the conversation attribute with the specified name.
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.BaseComponentRenderer
 
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
 
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
 
getAttributeMap() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Returns the mutable execution attribute map.
getAttributeMap() - Method in class org.springframework.webflow.test.MockRequestContext
Returns the contained mutable context attribute map allowing setting of mock context attributes.
getAttributeName() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
Returns the name the attribute was bound with.
getAttributeNames() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
 
getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletContextMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletRequestMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletRequestParameterMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
 
getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
 
getAttributes() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getAttributes() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
getAttributes() - Method in class org.springframework.webflow.config.FlowDefinitionResource
Returns attributes to assign the flow definition.
getAttributes() - Method in interface org.springframework.webflow.core.Annotated
Returns a attribute map containing the attributes annotating this object.
getAttributes() - Method in class org.springframework.webflow.core.AnnotatedObject
 
getAttributes() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractActionModel
 
getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getAttributes() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getAttributes() - Method in class org.springframework.webflow.engine.model.SecuredModel
 
getAttributes() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getAttributes() - Method in class org.springframework.webflow.execution.Event
Returns an unmodifiable map storing the attributes of this event.
getAttributes() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns runtime execution attributes that may influence the behavior of flow artifacts, such as states and actions.
getAttributes() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a context map for accessing attributes about the state of the current request.
getAttributes() - Method in class org.springframework.webflow.security.SecurityRule
Gets security attributes
getAttributes() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getAttributes() - Method in class org.springframework.webflow.test.MockRequestContext
 
getAttributesToRender(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
 
getAttributesToRender(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
 
getAttributeValue() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
Returns the value of the attribute.
getAuthType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getBean() - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
 
getBeanClassName(Element) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
 
getBeanFactory(FacesContext) - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
 
getBeanFactory(ELContext) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
 
getBeanFactory() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
 
getBeanImports() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getBeforePhaseListener() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getBehaviorIds() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
 
getBind() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getBinder() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getBinderConfiguration() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the binding configuration that defines how to connect properties of the model to UI elements.
getBinding(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
Gets the binding with the specified name, or returns null if no such binding is found.
getBindings() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
Returns the set of bindings associated with this binding configuration.
getBindings() - Method in class org.springframework.webflow.engine.model.BinderModel
 
getBookmarkableURL(FacesContext, String, Map, boolean) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
 
getBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, returning null if no value was found.
getBoolean(Object, Boolean) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, returning the defaultValue if no value was found.
getBoolean(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a boolean attribute value in the map, returning null if no value was found.
getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a boolean attribute value in the map, returning the default value if no value was found.
getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getBoolean(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a boolean parameter value in the map, returning null if no value was found.
getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a boolean parameter value in the map, returning the defaultValue if no value was found.
getCaption() - Method in class org.springframework.webflow.conversation.ConversationParameters
Returns the short description.
getCaption() - Method in interface org.springframework.webflow.core.Annotated
Returns a short summary of this object, suitable for display as an icon caption or tool tip.
getCaption() - Method in class org.springframework.webflow.core.AnnotatedObject
 
getCaption() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getCaption() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getChildCount() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getClassForAlias(String) - Method in interface org.springframework.binding.convert.ConversionService
Lookup a class by its well-known alias.
getClassForAlias(String) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getClassLoader() - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns the class loader used by this flow definition to load classes.
getClassLoader() - Method in class org.springframework.webflow.engine.Flow
 
getClassName() - Method in class org.springframework.webflow.engine.model.VarModel
 
getClientId(FacesContext) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all component clientId's for which messages have been added.
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getCode() - Method in interface org.springframework.binding.mapping.MappingResult
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException".
getCode() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getCode() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getCode() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getCode() - Method in class org.springframework.binding.mapping.results.Success
 
getCode() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getCode() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getCodes() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
getCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, returning null if no value was found.
getCollection(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, asserting it is of the required type if present and returning null if not found.
getCollection(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a collection attribute value in the map.
getCollection(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a collection attribute value in the map and make sure it is of the required type.
getCollection(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getCollection(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getCommit() - Method in class org.springframework.webflow.engine.model.EndStateModel
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
getComparisonType() - Method in class org.springframework.webflow.security.SecurityRule
Gets comparison type
getComponentState() - Method in class org.springframework.faces.webflow.FlowSerializedView
 
getComponentStateToRestore(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
 
getComponentStateToSave(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
 
getComponentTypes() - Method in class org.springframework.faces.webflow.FlowApplication
 
getCompress() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
Returns whether or not the snapshots should be compressed.
getConfigAttributes(SecurityRule) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
Convert SecurityRule into a form understood by Spring Security
getConstraints() - Method in class org.springframework.faces.ui.DojoWidget
 
getContainerClientId(FacesContext) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the servlet context.
getContext() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
Returns this flow builder's context.
getContextClass() - Method in exception org.springframework.binding.expression.EvaluationException
The class of object upon which evaluation was attempted and failed.
getContextName() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getContextPath() - Method in interface org.springframework.webflow.context.ExternalContext
Returns the logical path to the application hosting this external context.
getContextPath() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getContextPath() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getContextPath() - Method in class org.springframework.webflow.test.MockExternalContext
 
getConversation(ConversationId) - Method in interface org.springframework.webflow.conversation.ConversationManager
Get the conversation with the provided id.
getConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
 
getConversation(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
Returns the conversation governing the FlowExecution with the provided key.
getConversation(Serializable) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
Returns the conversation governing the logical flow execution with the given execution id.
getConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the attribute in conversation scope.
getConversationId() - Method in exception org.springframework.webflow.conversation.NoSuchConversationException
Returns the conversation id that was not found.
getConversationId() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
Always returns null as most Spring Web Flow scopes do not have obvious conversation ids.
getConversationManager() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
The conversation service to delegate to for managing conversations initiated by this repository.
getConversationScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getConversationScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns a mutable map for data held in "conversation scope".
getConversationScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable accessor for accessing and/or setting attributes in conversation scope.
getConversationScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns conversation scope.
getConversationScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getConversationScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getConversionExecutor(Class, Class) - Method in interface org.springframework.binding.convert.ConversionService
Return the default conversion executor capable of converting source objects of the specified sourceClass to instances of the targetClass.
getConversionExecutor(String, Class, Class) - Method in interface org.springframework.binding.convert.ConversionService
Return the custom conversion executor capable of converting source objects of the specified sourceClass to instances of the targetClass.
getConversionExecutor(Class, Class) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getConversionExecutor(String, Class, Class) - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getConversionService() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
The conversion service to use to obtain conversion executors that will be adapted to property editors for use during a set value call.
getConversionService() - Method in class org.springframework.binding.expression.el.ELExpressionParser
The conversion service to use to perform type conversions as needed by the Unified EL system.
getConversionService() - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
The conversion service to use to perform type conversions as needed by the OGNL system.
getConversionService() - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
 
getConversionService() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns a generic type conversion service for converting between types, typically from string to a rich value object.
getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getConversionService() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
 
getConverter() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the converter that will perform the conversion.
getConverter() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
The id of the custom converter to use to convert bound property values.
getConverter() - Method in class org.springframework.webflow.engine.model.BindingModel
 
getConverterId(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
Gets the converterId for the binding with the specified name.
getConverterIds() - Method in class org.springframework.faces.webflow.FlowApplication
 
getConverterTypes() - Method in class org.springframework.faces.webflow.FlowApplication
 
getConvertibleTypes() - Method in class org.springframework.binding.convert.service.SpringBindingConverterAdapter
 
getCurrency() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
 
getCurrentEvent() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the current event being processed by this flow.
getCurrentEvent() - Method in class org.springframework.webflow.test.MockRequestContext
 
getCurrentFormErrors() - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object Errors tracker from the context, using the form object name.
getCurrentFormErrors(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object Errors tracker from the context, using the form object name.
getCurrentFormErrorsName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
Returns the current form object errors attribute name.
getCurrentFormObject() - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object from the context, using the well-known attribute name.
getCurrentFormObject(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object from the context, using the well-known attribute name.
getCurrentFormObjectName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
Returns the current form object name.
getCurrentMapping() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Returns the current mapping.
getCurrentPhaseId() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
getCurrentState() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the current state of the executing flow.
getCurrentState() - Method in class org.springframework.webflow.test.MockRequestContext
 
getCurrentTransition() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the current transition executing in this request.
getCurrentTransition() - Method in class org.springframework.webflow.test.MockRequestContext
 
getCurrentUser() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the user's principal security object.
getCurrentUser() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getCurrentUser() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getCurrentUser() - Method in class org.springframework.webflow.test.MockExternalContext
 
getCurrentView() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the current view in use; if not null, the view returned is about to be rendered, is rendering, is processing a user event, or has finished user event processing and the current ViewState is exiting due to a state transition.
getCurrentView() - Method in class org.springframework.webflow.test.MockRequestContext
 
getDateFormat() - Method in class org.springframework.binding.convert.converters.StringToDate
 
getDatePattern() - Method in class org.springframework.faces.ui.DojoClientDateValidator
 
getDeclaredType() - Method in class org.springframework.binding.method.MethodKey
Return the class the method is a member of.
getDefaultLocale() - Method in class org.springframework.faces.webflow.FlowApplication
 
getDefaultMessage() - Method in class org.springframework.binding.message.DefaultMessageResolver
 
getDefaultRenderKitId() - Method in class org.springframework.faces.webflow.FlowApplication
 
getDefaultValidatorInfo() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
 
getDefaultViewSuffix() - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
Returns the default view suffix when selecting views by convention.
getDefinition() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getDefinition() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns the root flow definition associated with this executing flow.
getDefinition() - Method in interface org.springframework.webflow.execution.FlowSession
Returns the flow definition backing this session.
getDefinition() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getDefinition() - Method in class org.springframework.webflow.test.MockFlowSession
 
getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowSession
Returns the flow definition of this session.
getDefinitionLocator() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Returns the locator to load flow definitions to execute.
getDelegate() - Method in class org.springframework.faces.webflow.FlowApplication
 
getDelegate() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getDelegate() - Method in class org.springframework.faces.webflow.FlowViewHandler
 
getDelegateConversionService() - Method in interface org.springframework.binding.convert.ConversionService
Return the underlying Spring ConversionService.
getDelegateConversionService() - Method in class org.springframework.binding.convert.service.GenericConversionService
 
getDescription() - Method in class org.springframework.webflow.conversation.ConversationParameters
Returns the long description.
getDescription() - Method in interface org.springframework.webflow.core.Annotated
Returns a longer, more detailed description of this object.
getDescription() - Method in class org.springframework.webflow.core.AnnotatedObject
 
getDevelopment() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getDisabled() - Method in class org.springframework.faces.ui.DojoWidget
 
getDisabled() - Method in class org.springframework.faces.ui.ProgressiveUICommand
 
getDocument() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
Returns the DOM document parsed from the XML file.
getDocumentElement() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
Returns the root document element.
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
 
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientDateValidator
 
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientNumberValidator
 
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientTextValidator
 
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoWidget
 
getDojoAttributesAsString(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.DojoElementDecorationRenderer
 
getDojoAttributesAsString(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.DojoWidgetRenderer
 
getELContext(Object) - Method in class org.springframework.binding.expression.el.DefaultElContextFactory
 
getELContext(Object) - Method in interface org.springframework.binding.expression.el.ELContextFactory
Configures and returns an ELContext to be used in evaluating EL expressions on the given base target object.
getELContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getELContextListeners() - Method in class org.springframework.faces.webflow.FlowApplication
 
getELResolver() - Method in class org.springframework.binding.expression.el.DefaultELContext
 
getELResolver() - Method in class org.springframework.faces.webflow.FlowApplication
 
getElse() - Method in class org.springframework.webflow.engine.model.IfModel
 
getEmbeddedMode() - Method in interface org.springframework.webflow.engine.RequestControlContext
Returns true if the flow current flow execution was launched in embedded page mode.
getEmbeddedMode() - Method in class org.springframework.webflow.test.MockRequestControlContext
 
getEncodingScheme(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
 
getEndActionList() - Method in class org.springframework.webflow.engine.Flow
Returns the list of actions executed by this flow when an execution of the flow ends.
getEntityResolver() - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
Returns the SAX entity resolver used by the XML parser.
getEntryActionList() - Method in class org.springframework.webflow.engine.State
Returns the list of actions executed by this state when it is entered.
getErrorCause() - Method in interface org.springframework.binding.mapping.MappingResult
Get the cause of the error result
getErrorCause() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.Success
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getErrorCause() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getErrorEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getErrorResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getErrorResults() - Method in interface org.springframework.binding.mapping.MappingResults
A list of all error results that occurred.
getEvaluationContextType() - Method in interface org.springframework.binding.expression.ParserContext
Returns the type of context object the parsed expression will evaluate in.
getEvaluationContextType() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getEvaluationContextType() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getEvent() - Method in exception org.springframework.webflow.engine.NoMatchingTransitionException
Returns the event for the current request that did not trigger any supported transition.
getEventFactorySupport() - Method in class org.springframework.webflow.action.AbstractAction
Returns the helper delegate for creating action execution result events.
getEventId() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the id of the user event being processed.
getEventId() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
 
getExceptionAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getExceptionHandler() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.Flow
Returns the set of exception handlers, allowing manipulation of how exceptions are handled when thrown during flow execution.
getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.State
Returns a mutable set of exception handlers, allowing manipulation of how exceptions are handled when thrown within this state.
getExecutionCriteria() - Method in class org.springframework.webflow.engine.Transition
Returns the criteria that determine whether or not this transition, once matched, should complete execution or should roll back.
getExecutionFactory() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Returns the abstract factory used to create new executions of a flow.
getExecutionId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
Returns the execution id part of this key.
getExecutionRepository() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Returns the repository used to save, update, and load existing flow executions to/from a persistent store.
getExitActionList() - Method in class org.springframework.webflow.engine.TransitionableState
Returns the list of actions executed by this state when it is exited.
getExpectedEvaluationResultType() - Method in interface org.springframework.binding.expression.ParserContext
Returns the expected type of object returned from evaluating the parsed expression.
getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getExpectedFormat() - Method in exception org.springframework.binding.convert.converters.InvalidFormatException
Returns the expected format.
getExpression() - Method in class org.springframework.webflow.engine.model.EvaluateModel
 
getExpressionFactory() - Method in class org.springframework.faces.webflow.FlowApplication
 
getExpressionParser() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the expression parser for parsing expression strings.
getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getExpressionParser() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the EL parser to be used for data binding purposes.
getExpressionPrefix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the configured expression delimiter prefix.
getExpressionString() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.el.ELExpression
 
getExpressionString() - Method in exception org.springframework.binding.expression.EvaluationException
The string form of the expression that failed to evaluate against an instance of the the context class.
getExpressionString() - Method in interface org.springframework.binding.expression.Expression
Returns the original string used to create this expression, unmodified.
getExpressionString() - Method in exception org.springframework.binding.expression.ParserException
Returns the expression string that could not be parsed.
getExpressionString() - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getExpressionString() - Method in class org.springframework.binding.expression.support.StaticExpression
 
getExpressionSuffix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
Returns the expression delimiter suffix.
getExpressionVariables() - Method in interface org.springframework.binding.expression.ParserContext
Returns additional expression variables or aliases that can be referenced during expression evaluation.
getExpressionVariables() - Method in class org.springframework.binding.expression.support.FluentParserContext
 
getExpressionVariables() - Method in class org.springframework.binding.expression.support.NullParserContext
 
getExternalContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getExternalContext() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
getExternalContext() - Static method in class org.springframework.webflow.context.ExternalContextHolder
Return the ExternalContext associated with the current thread, if any.
getExternalContext() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the external client context that originated (or triggered) this request.
getExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
 
getExternalRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the flag indicating if an external redirect response has been requested by the flow.
getExternalRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the flag indicating if an external redirect response has been requested by the flow.
getExternalRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the flag indicating if an external redirect response has been requested by the flow.
getExternalRedirectUrl() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the URL to redirect to.
getExternalRedirectUrl() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the URL to redirect to.
getExternalRedirectUrl() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the URL to redirect to.
getFacesContext(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.FacesContextHelper
 
getFacet(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getFacetCount() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getFacets() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getFacetsAndChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getFamily() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getFamily() - Method in class org.springframework.faces.ui.DynamicComponent
 
getFamily() - Method in class org.springframework.faces.ui.SpringJavascriptElementDecoration
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
getFieldErrors() - Method in class org.springframework.binding.message.MessageContextErrors
 
getFieldErrors(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getFieldErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getFieldMarkerPrefix() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the prefix that can be used for parameters that mark potentially empty fields.
getFieldType(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getFieldValue(String) - Method in class org.springframework.binding.message.MessageContextErrors
 
getFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getFlash() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getFlashScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getFlashScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns a mutable map for data held in "flash scope".
getFlashScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable map for accessing and/or setting attributes in flash scope.
getFlashScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getFlashScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlow() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Get the fully constructed and configured Flow object.
getFlow() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
 
getFlow() - Method in class org.springframework.webflow.engine.State
Returns the owning flow.
getFlow() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns the flow definition being tested as a Flow implementation.
getFlowArtifactFactory() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the factory for core flow artifacts such as Flow and State.
getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the attribute in flow scope.
getFlowAttributes() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns externally configured attributes to assign to the flow definition being built.
getFlowAttributes() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getFlowBuilder() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Returns the flow builder strategy used to construct the flow from its component parts.
getFlowBuilderContext() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Returns the flow builder context.
getFlowBuilderServices() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getFlowDefinition() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
Returns the flow definition held by this holder.
getFlowDefinition(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionLocator
Lookup the flow definition with the specified id.
getFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowDefinition() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
 
getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
 
getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the flow definition to be tested.
getFlowDefinitionCount() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Returns the number of flow definitions registered in this registry.
getFlowDefinitionCount() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
Returns the id of the flow definition that could not be constructed.
getFlowDefinitionId() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
Returns the id of the flow definition held by this holder.
getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
Returns the id of the flow definition that could not be found.
getFlowDefinitionId() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
 
getFlowDefinitionIds() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Returns the ids of the flows registered in this registry.
getFlowDefinitionIds() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowDefinitionLocator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the locator for locating dependent flows (subflows).
getFlowDefinitionLocator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
getFlowDefinitionRegistry() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns a reference to the flow definition registry used by the flow being tested to load subflows.
getFlowDefinitionResourceString() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
Returns a descriptive string that identifies the source of this FlowDefinition.
getFlowDefinitionResourceString() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
 
getFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
 
getFlowEvent() - Method in interface org.springframework.webflow.execution.View
Get the flow event the current state should handle.
getFlowEvent() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
 
getFlowExecution(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Return the FlowExecution indexed by the provided key.
getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
 
getFlowExecution() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
Returns the flow execution that could not be snapshotted.
getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
 
getFlowExecution() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the flow execution being tested.
getFlowExecutionContext() - Method in interface org.springframework.webflow.execution.RequestContext
Returns contextual information about the flow execution itself.
getFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlowExecutionData() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
Return the flow execution data in its raw byte[] form.
getFlowExecutionFactory() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Gets the factory that will create the flow execution to test.
getFlowExecutionKey(PortletRequest) - Method in class org.springframework.webflow.context.portlet.DefaultFlowUrlHandler
 
getFlowExecutionKey(PortletRequest) - Method in interface org.springframework.webflow.context.portlet.FlowUrlHandler
Extract the flow execution from the request.
getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
 
getFlowExecutionKey(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
Extract the flow execution from the request.
getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
 
getFlowExecutionKey() - Method in exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Returns key of the flow execution that could not be accessed.
getFlowExecutionOutcome() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the flow execution outcome that was reached.
getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
getFlowExecutionUrl(String, String) - Method in interface org.springframework.webflow.context.ExternalContext
Get a flow execution URL for the execution with the provided key.
getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getFlowExecutionUrl() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the URL of this flow execution.
getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.test.MockExternalContext
 
getFlowExecutionUrl() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlowExecutor() - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
Returns the central service for executing flows.
getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowController
Returns the central service for executing flows.
getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
Returns the central service for executing flows.
getFlowHandlerAdapter() - Method in class org.springframework.webflow.mvc.servlet.FlowController
Returns the flow handler adapter which this Controller uses internally to carry out handler workflow.
getFlowId(Resource) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
Obtains the flow id from the flow resource.
getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
 
getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
 
getFlowId(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
Extract the flow id from the request.
getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
 
getFlowId() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns an externally configured flow definition identifier to assign to the flow being built.
getFlowId() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getFlowId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
Returns the id of the flow definition that was executing when this exception occured.
getFlowId() - Method in class org.springframework.webflow.executor.FlowExecutionResult
Returns the flow definition that completed execution.
getFlowId() - Method in class org.springframework.webflow.mvc.portlet.AbstractFlowHandler
 
getFlowId() - Method in interface org.springframework.webflow.mvc.portlet.FlowHandler
Returns the id of the flow handled by this handler.
getFlowId() - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
 
getFlowId() - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
Returns the id of the flow handled by this handler.
getFlowModel() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
 
getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
 
getFlowModel() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
Get the fully constructed flow model.
getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
 
getFlowModel() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
Returns the flow model held by this holder.
getFlowModel(String) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelLocator
Lookup the flow model with the specified id.
getFlowModel(String) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
 
getFlowModelId() - Method in exception org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
Returns the id of the flow model that could not be found.
getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
 
getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
Get the underlying flow model resource accessed to build this flow model.
getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
 
getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
Returns the underlying resource defining the flow model.
getFlowRedirectFlowId() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the id of the flow definition to redirect to.
getFlowRedirectFlowId() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the id of the flow definition to redirect to.
getFlowRedirectFlowId() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the id of the flow definition to redirect to.
getFlowRedirectFlowInput() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the input to pass the flow definition through the redirect.
getFlowRedirectFlowInput() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the input to pass the flow definition through the redirect.
getFlowRedirectFlowInput() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the input to pass the flow definition through the redirect.
getFlowRegistry() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
Returns the registry of flows to query when this mapping is tested.
getFlowResourceString() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Returns a string describing the location of the flow resource; the logical location where the source code can be found.
getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
 
getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
 
getFlowScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable map for accessing and/or setting attributes in flow scope.
getFlowScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns flow scope.
getFlowScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlowUrlHandler() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the configured flow url handler.
getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
Returns the flow url handler.
getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
Returns the configured flow url handler.
getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
Returns the flow url handler.
getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
Returns the configured flow url handler.
getFormat() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Returns the format the key should have been in.
getFormat() - Static method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
Returns a string description of the format of this key.
getFormErrors(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Convenience method that returns the form object errors for this form action.
getFormErrors(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object Errors tracker from the context, using the specified form object name.
getFormErrorsScope() - Method in class org.springframework.webflow.action.FormAction
Get the scope in which the Errors object will be placed.
getFormObject(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Convenience method that returns the form object for this form action.
getFormObject(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object from the context, using the specified name.
getFormObject(String, Class, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object from the context, using the specified name.
getFormObjectAccessor(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Factory method that returns a new form object accessor for accessing form objects in the provided request context.
getFormObjectClass() - Method in class org.springframework.webflow.action.FormAction
Return the form object class for this action.
getFormObjectName() - Method in class org.springframework.webflow.action.FormAction
Return the name of the form object in the configured scope.
getFormObjectScope() - Method in class org.springframework.webflow.action.FormAction
Get the scope in which the form object will be placed.
getFragments() - Method in class org.springframework.webflow.engine.model.RenderModel
 
getFunctionMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
 
getGlobalErrors() - Method in class org.springframework.binding.message.MessageContextErrors
 
getGlobalErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getGlobalSessionMap() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the global external session map, providing a storage for data globally accross the user session and accessible to both internal and external SWF artifacts.
getGlobalSessionMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getGlobalSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getGlobalSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getGlobalTransition(String) - Method in class org.springframework.webflow.engine.Flow
Returns the transition that matches the event with the provided id.
getGlobalTransitions() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getGlobalTransitionSet() - Method in class org.springframework.webflow.engine.Flow
Returns the set of transitions eligible for execution by this flow if no state-level transition is matched.
getHandlerInternal(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
 
getHistory() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getId() - Method in class org.springframework.faces.ui.AjaxViewRoot
 
getId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getId() - Method in class org.springframework.webflow.config.FlowDefinitionResource
Returns the identifier to be assigned to the flow definition.
getId() - Method in interface org.springframework.webflow.conversation.Conversation
Returns the unique id assigned to this conversation.
getId() - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns the unique id of this flow.
getId() - Method in interface org.springframework.webflow.definition.StateDefinition
Returns this state's identifier, locally unique to is containing flow definition.
getId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
The identifier of this transition.
getId() - Method in class org.springframework.webflow.engine.Flow
 
getId() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getId() - Method in class org.springframework.webflow.engine.State
 
getId() - Method in class org.springframework.webflow.engine.Transition
 
getId() - Method in class org.springframework.webflow.execution.Event
Returns the event identifier.
getId() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
Return the outcome identifier.
getIfAllGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getIfAnyGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getIfNotGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getIfs() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
 
getInitParameter(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getInitParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getInputMapper() - Method in class org.springframework.webflow.engine.Flow
Returns the configured flow input mapper, or null if none.
getInputs() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getInputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
 
getInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, returning null if no value was found.
getInteger(Object, Integer) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, returning the defaultValue if no value was found.
getInteger(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns an integer attribute value in the map, returning null if no value was found.
getInteger(String, Integer) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns an integer attribute value in the map, returning the default value if no value was found.
getInteger(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getInteger(String, Integer) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getInteger(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getInteger(String, Integer) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getInteger(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns an integer parameter value in the map, returning null if no value was found.
getInteger(String, Integer) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns an integer parameter value in the map, returning the defaultValue if no value was found.
getIntermediateChanges() - Method in class org.springframework.faces.ui.DojoWidget
 
getInvalidKey() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Returns the string key of the flow execution that could not be parsed.
getInvalidMessage() - Method in class org.springframework.faces.ui.DojoWidget
 
getInvalidValue() - Method in exception org.springframework.binding.convert.converters.InvalidFormatException
Returns the invalid value.
getKey() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getKey() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns the key assigned to this flow execution.
getKey(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
Get the key to assign to the flow execution.
getKey(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
 
getKey() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getKey(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
 
getLastModified(HttpServletRequest) - Method in class org.springframework.js.resource.ResourceServlet
Deprecated.  
getLastModified(HttpServletRequest, Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
 
getLenient() - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
If this Converter is "lenient" in parsing number strings.
getListener() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
Returns the wrapped listener.
getListenerCriteria(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
 
getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Returns the array of flow execution listeners for specified flow.
getListeners(FlowDefinition) - Method in interface org.springframework.webflow.execution.factory.FlowExecutionListenerLoader
Get the flow execution listeners that apply to the given flow definition.
getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
 
getLocalContext() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
 
getLocale() - Method in class org.springframework.binding.convert.converters.StringToDate
The locale to use in formatting date values.
getLocale() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
The locale to use in formatting number values.
getLocale() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getLocale() - Method in interface org.springframework.webflow.context.ExternalContext
Returns the client locale.
getLocale() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getLocale() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getLocale() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getLocale() - Method in class org.springframework.webflow.mvc.servlet.MvcExternalContext
 
getLocale() - Method in class org.springframework.webflow.test.MockExternalContext
 
getLock(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Return the lock for the flow execution, allowing for the lock to be acquired or released.
getLock(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
 
getLockTimeoutSeconds() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Returns the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock.
getLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, returning null if no value was found.
getLong(Object, Long) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, returning the defaultValue if no value was found.
getLong(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a long attribute value in the map, returning null if no value was found.
getLong(String, Long) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a long attribute value in the map, returning the default value if no value was found.
getLong(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getLong(String, Long) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getLong(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getLong(String, Long) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getLong(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a long parameter value in the map, returning null if no value was found.
getLong(String, Long) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a long parameter value in the map, returning the defaultValue if no value was found.
getLowercase() - Method in class org.springframework.faces.ui.DojoWidget
 
getMapInternal() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
Returns the wrapped, modifiable map implementation.
getMapInternal() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
Returns the wrapped, modifiable map implementation.
getMappedValue() - Method in interface org.springframework.binding.mapping.MappingResult
The actual value that was mapped to the target object.
getMappedValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.Success
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getMappedValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getMapping() - Method in interface org.springframework.binding.mapping.MappingResult
The mapping that executed for which this result pertains to.
getMapping() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getMappingResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
Returns the mapping results recorded in this context.
getMappingResults() - Method in exception org.springframework.webflow.engine.FlowAttributeMappingException
Returns the maping results containing errors that triggred this exception.
getMappingResults() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the results of binding to the view's model, if model binding has occurred.
getMappingResults() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
 
getMappings() - Method in class org.springframework.binding.mapping.impl.DefaultMapper
Returns this mapper's list of mappings.
getMatch() - Method in class org.springframework.webflow.engine.model.SecuredModel
 
getMatchingCriteria() - Method in class org.springframework.webflow.engine.Transition
Returns the criteria that determine whether or not this transition matches as eligible for execution.
getMatchingTransition(String) - Method in interface org.springframework.webflow.execution.RequestContext
Returns the transition that would execute on the occurrence of the given event.
getMatchingTransition(String) - Method in class org.springframework.webflow.test.MockRequestContext
 
getMaxConversations() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Returns the maximum number of allowed concurrent conversations.
getMaximumSeverity() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are associated with any specific UIComponent.
getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getMaxSnapshots() - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
Returns the max number of snapshots allowed per flow execution by this repository.
getMessageBundle() - Method in class org.springframework.faces.webflow.FlowApplication
 
getMessageCodesResolver() - Method in class org.springframework.webflow.action.FormAction
Return the strategy to use for resolving errors into message codes.
getMessageContext() - Method in interface org.springframework.binding.validation.ValidationContext
A context for adding failure messages to display to the user directly.
getMessageContext() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the message context of this request.
getMessageContext() - Method in class org.springframework.webflow.test.MockRequestContext
 
getMessageContext() - Method in class org.springframework.webflow.validation.DefaultValidationContext
 
getMessageDelegate() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getMessageList() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
getMessageList(String) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
Returns a List for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
getMessages() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getMessages(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages in the current MessageContext that does translation to FacesMessages.
getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages with the given clientId in the current MessageContext that does translation to FacesMessages.
getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
getMessagesByCriteria(MessageCriteria) - Method in class org.springframework.binding.message.DefaultMessageContext
 
getMessagesByCriteria(MessageCriteria) - Method in interface org.springframework.binding.message.MessageContext
Get all messages that meet the given result criteria.
getMessagesBySource(Object) - Method in class org.springframework.binding.message.DefaultMessageContext
 
getMessagesBySource(Object) - Method in interface org.springframework.binding.message.MessageContext
Get all messages in this context for the source provided.
getMessageSource() - Method in class org.springframework.binding.message.DefaultMessageContext
 
getMessageSource() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getMethod() - Method in class org.springframework.binding.method.MethodKey
Returns the keyed method, resolving it if necessary via reflection.
getMethod() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getMethod() - Method in class org.springframework.webflow.execution.AnnotatedAction
Returns the name of the action method to invoke when the target action is executed.
getMethodKey() - Method in exception org.springframework.binding.method.InvalidMethodKeyException
Returns the invalid method key.
getMethodName() - Method in class org.springframework.binding.method.MethodKey
Returns the method name.
getMethodName() - Method in class org.springframework.binding.method.MethodSignature
Returns the method name.
getMethodResolver() - Method in class org.springframework.webflow.action.MultiAction
Get the strategy used to resolve action execution method names.
getMethodSignature() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the invoked method's signature.
getMimeType(String) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getMockActiveSession() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Returns the mock active flow session.
getMockExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
Returns the external context as a MockExternalContext.
getMockFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
Returns the flow execution context as a MockFlowExecutionContext.
getMockRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the request parameter map as a MockParameterMap for convenient access in a unit test.
getMockResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
Returns the implementation of this mock context's response writer.
getModel() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getModel() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getModelResources(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
Template method subclasses may override to return pointers to "flow model resources" needed to build the definition of the flow being tested.
getMultipartFile(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getMultipartFile(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a multi-part file parameter value, returning null if no value is found.
getMutex() - Method in interface org.springframework.binding.collection.SharedMap
Returns the shared mutex that may be synchronized on using a synchronized block.
getMutex() - Method in class org.springframework.binding.collection.SharedMapDecorator
 
getMutex() - Method in class org.springframework.webflow.context.portlet.PortletContextMap
 
getMutex() - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
 
getMutex() - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
 
getMutex() - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
 
getMutex() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
 
getMutex() - Method in interface org.springframework.webflow.core.collection.SharedAttributeMap
Returns the shared map's mutex, which may be synchronized on to block access to the map by other threads.
getName() - Method in class org.springframework.binding.expression.ExpressionVariable
Returns the variable name.
getName() - Method in class org.springframework.binding.method.Parameter
Returns the parameter name.
getName() - Method in class org.springframework.webflow.conversation.ConversationParameters
Returns the name of the conversation.
getName() - Method in class org.springframework.webflow.engine.FlowVariable
Returns the name of this variable.
getName() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
 
getName() - Method in class org.springframework.webflow.engine.model.AttributeModel
 
getName() - Method in class org.springframework.webflow.engine.model.SetModel
 
getName() - Method in class org.springframework.webflow.engine.model.VarModel
 
getName() - Method in class org.springframework.webflow.engine.ViewVariable
Returns the name of this view variable.
getName() - Method in class org.springframework.webflow.execution.AnnotatedAction
Returns the name of a named action, or null if the action is unnamed.
getNativeContext() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the context object for the current environment.
getNativeContext() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getNativeContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getNativeContext() - Method in class org.springframework.webflow.test.MockExternalContext
 
getNativeRequest() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the request object for the current environment.
getNativeRequest() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getNativeRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getNativeRequest() - Method in class org.springframework.webflow.test.MockExternalContext
 
getNativeResponse() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the response object for the current environment.
getNativeResponse() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getNativeResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getNativeResponse() - Method in class org.springframework.webflow.test.MockExternalContext
 
getNavigationHandler() - Method in class org.springframework.faces.webflow.FlowApplication
 
getNoEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getNullEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getNumber(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number value in the map that is of the specified type, returning null if no value was found.
getNumber(Object, Class, Number) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number attribute value in the map of the specified type, returning the defaultValue if no value was found.
getNumber(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a number attribute value in the map that is of the specified type, returning null if no value was found.
getNumber(String, Class, Number) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a number attribute value in the map of the specified type, returning the default value if no value was found.
getNumber(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getNumber(String, Class, Number) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getNumber(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getNumber(String, Class, Number) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getNumber(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a number parameter value in the map that is of the specified type, returning null if no value was found.
getNumber(String, Class, Number) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a number parameter value in the map of the specified type, returning the defaultValue if no value was found.
getNumberFormat() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
Subclasses should override to create the new NumberFormat instance.
getNumberFormat(Locale) - Method in class org.springframework.binding.format.CurrencyNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
 
getNumberFormat(Locale) - Method in class org.springframework.binding.format.IntegerNumberFormatFactory
 
getNumberFormat() - Method in interface org.springframework.binding.format.NumberFormatFactory
Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.
getNumberFormat(Locale) - Method in class org.springframework.binding.format.PercentNumberFormatFactory
 
getObjectName() - Method in class org.springframework.binding.message.MessageContextErrors
 
getObjectName() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getOn() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getOnClickNoAjax(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
This is a hook for subclasses to provide special onclick behavior in the non-ajax case
getOnClickNoAjax(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
 
getOnEndActions() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getOnEntryActions() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getOnException() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getOnExitActions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
 
getOnExitActions() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
 
getOnRenderActions() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getOnStartActions() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getOrder() - Method in class org.springframework.webflow.scope.ScopeRegistrar
 
getOriginalValue() - Method in interface org.springframework.binding.mapping.MappingResult
The original value of the source object that was to be mapped.
getOriginalValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.RequiredError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.Success
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
 
getOriginalValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
 
getOriginalViewRoot() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getOutcome() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getOutcome() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Returns the outcome reached by this execution, or null if this execution has not yet ended.
getOutcome() - Method in class org.springframework.webflow.executor.FlowExecutionResult
Returns the flow execution outcome when an ended result.
getOutcome() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getOutput() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
Returns the output returned by the flow execution.
getOutputMapper() - Method in class org.springframework.webflow.engine.Flow
Returns the configured flow output mapper, or null if none.
getOutputs() - Method in class org.springframework.webflow.engine.model.EndStateModel
 
getOutputs() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getOutputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
 
getOwner() - Method in interface org.springframework.webflow.definition.StateDefinition
Returns the flow definition this state belongs to.
getOwner() - Method in class org.springframework.webflow.engine.State
 
getParameter(int) - Method in class org.springframework.binding.method.Parameters
Return the parameter at the provided index.
getParameters() - Method in class org.springframework.binding.method.MethodSignature
Returns the method parameters.
getParameterTypes() - Method in class org.springframework.binding.method.MethodKey
Returns the method parameter types.
getParent() - Method in class org.springframework.binding.convert.service.GenericConversionService
Returns the parent of this conversion service.
getParent() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getParent() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Returns this registry's parent registry.
getParent() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getParent() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getParent() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getParent() - Method in interface org.springframework.webflow.execution.FlowSession
Returns the parent flow session in the current flow execution, or null if there is no parent flow session.
getParent() - Method in class org.springframework.webflow.test.MockFlowSession
 
getParserContext() - Method in class org.springframework.binding.expression.ExpressionVariable
Returns the parser context to use to parse the variable's value expression.
getPartialViewContext() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
 
getPath() - Method in class org.springframework.webflow.config.FlowDefinitionResource
Returns the path to the flow definition resource.
getPattern() - Method in class org.springframework.binding.convert.converters.StringToDate
The pattern to use to format date values.
getPattern() - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
The pattern to use to format number values.
getPausedKey() - Method in class org.springframework.webflow.executor.FlowExecutionResult
Returns the key needed to resume the flow execution when a paused result.
getPersistenceContext() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
 
getPhaseListeners() - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
getPopup() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getPopup() - Method in class org.springframework.webflow.engine.ViewState
Returns whether this view state should render as a popup.
getPossibleOutcomes() - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns the outcomes that are possible for this flow to reach.
getPossibleOutcomes() - Method in class org.springframework.webflow.engine.Flow
 
getPrefix() - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
Return the prefix to be applied to any code built by this resolver.
getProcessIds() - Method in class org.springframework.faces.ui.AjaxViewRoot
 
getProjectStage() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
 
getPromptMessage() - Method in class org.springframework.faces.ui.DojoWidget
 
getPropercase() - Method in class org.springframework.faces.ui.DojoWidget
 
getProperty() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
The name of the bound property.
getProperty() - Method in class org.springframework.webflow.engine.model.BindingModel
 
getPropertyEditorRegistrar() - Method in class org.springframework.webflow.action.FormAction
Get the property editor registration strategy for this action's data binders.
getPropertyEditorRegistry() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getPropertyResolver() - Method in class org.springframework.faces.webflow.FlowApplication
 
getRawFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getRealPath(String) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getRedirect() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getRedirect() - Method in class org.springframework.webflow.engine.ViewState
Returns whether this view state should request a flow execution redirect when entered.
getRedirectHttp10Compatible() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
Whether redirect sent by this handler adapter should be compatible with HTTP 1.0 clients.
getRedirectInPopup() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
getRedirectInPopup() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
getRedirectInPopup() - Method in class org.springframework.webflow.test.MockExternalContext
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
getRedirectInSameState() - Method in interface org.springframework.webflow.engine.RequestControlContext
Returns the value of the 'redirect in same state' flow execution attribute if set or otherwise it falls back on the value returned by RequestControlContext.getRedirectOnPause().
getRedirectInSameState() - Method in class org.springframework.webflow.test.MockRequestControlContext
 
getRedirectOnPause() - Method in interface org.springframework.webflow.engine.RequestControlContext
Returns true if the 'redirect on pause' flow execution attribute is set to true, false otherwise.
getRedirectOnPause() - Method in class org.springframework.webflow.test.MockRequestControlContext
 
getRedirectURL(FacesContext, String, Map, boolean) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
 
getRegExp() - Method in class org.springframework.faces.ui.DojoWidget
 
getRegExpGen() - Method in class org.springframework.faces.ui.DojoWidget
 
getRemoteUser() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRenderActionList() - Method in class org.springframework.webflow.engine.ViewState
Returns the list of actions executable by this view state on entry and on refresh.
getRenderedTagName(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
 
getRenderedTagName(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
 
getRendererType() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getRenderFragments(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.js.ajax.tiles2.AjaxTilesView
 
getRenderFragments(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.view.FlowAjaxTilesView
 
getRenderIds() - Method in class org.springframework.faces.ui.AjaxViewRoot
 
getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
 
getRenderKit() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getRenderKit() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getRenderKitId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getRenderResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getRendersChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getRendersChildren() - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
 
getRendersChildren() - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
 
getRequest() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletRequest according to the rendering technology.
getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getRequest() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
 
getRequest() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the underlying HttpServletRequest.
getRequestCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestContentLength() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getRequestContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestContext() - Static method in class org.springframework.webflow.execution.RequestContextHolder
Return the RequestContext associated with the current thread, if any.
getRequestContext() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getRequestContext() - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
getRequestContext() - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
getRequestContext() - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
getRequestContext() - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
 
getRequestContext() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the current flow request context.
getRequestContextPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestCookieMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestHeaderMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestHeaderValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestLocale() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestLocales() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestMap() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the external request attribute map, providing a storage for data local to the current user request and accessible to both internal and external SWF artifacts.
getRequestMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getRequestMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getRequestMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getRequestParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestParameterMap() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the parameters associated with the user request that led to SWF being called.
getRequestParameterMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getRequestParameterMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getRequestParameterNames() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestParameters() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the immutable input parameters associated with this request into Spring Web Flow.
getRequestParameters() - Method in class org.springframework.webflow.test.MockRequestContext
 
getRequestParameterValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestPathInfo() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequestScheme() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getRequestScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable map for accessing and/or setting attributes in request scope.
getRequestScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getRequestServerName() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getRequestServerPort() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getRequestServletPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getRequired(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequired(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns an value in the map, asserting it is present and of the required type.
getRequired() - Method in class org.springframework.faces.ui.DojoWidget
 
getRequired(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get the value of a required attribute, throwing an exception of no attribute is found.
getRequired(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Get the value of a required attribute and make sure it is of the required type.
getRequired(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequired(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequired(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequired(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequired(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get the value of a required parameter.
getRequired(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get the value of a required parameter and convert it to the target type.
getRequired() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
Whether a non-empty value is required for each binding attempt.
getRequired() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
 
getRequired() - Method in class org.springframework.webflow.engine.model.BindingModel
 
getRequiredArray(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns an array value in the map, asserting it is of the required type if present and throwing an exception if not found.
getRequiredArray(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns an array attribute value in the map, throwing an exception if the attribute is not present or not an array of the required type.
getRequiredArray(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredArray(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredArray(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a required multi-valued parameter value.
getRequiredArray(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get a required multi-valued parameter value, converting each value to the target type.
getRequiredBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a boolean value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredBoolean(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a boolean attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredBoolean(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a boolean parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
getRequiredCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, throwing an exception if not found.
getRequiredCollection(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a collection value in the map, asserting it is of the required type if present and throwing an exception if not found.
getRequiredCollection(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a collection attribute value in the map, throwing an exception if the attribute is not present or not a collection.
getRequiredCollection(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a collection attribute value in the map, throwing an exception if the attribute is not present or not a collection of the required type.
getRequiredCollection(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredCollection(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in conversation scope; asserts the attribute is present.
getRequiredConversationAttribute(String, Class) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in conversation scope; asserts the attribute is present and of the required type.
getRequiredFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in flow scope; asserts the attribute is present.
getRequiredFlowAttribute(String, Class) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in flow scope; asserts the attribute is present and of the correct type.
getRequiredInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns an integer value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredInteger(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns an integer attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredInteger(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredInteger(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredInteger(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns an integer parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
getRequiredLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a long value in the map, throwing an exception if the value is not present and of the correct type.
getRequiredLong(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a long attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredLong(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredLong(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredLong(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a long parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
getRequiredMultipartFile(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredMultipartFile(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Get the value of a required multipart file parameter.
getRequiredNumber(Object, Class) - Method in class org.springframework.binding.collection.MapAccessor
Returns a number value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredNumber(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a number attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredNumber(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredNumber(String, Class) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
getRequiredNumber(String, Class) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns a number parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
getRequiredRequestContext() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
 
getRequiredString(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a string attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
getRequiredString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.ActionState
 
getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionableState
Get a transition in this state for given flow execution request context.
getRequiredViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in view scope; asserts the attribute is present.
getRequiredViewAttribute(String, Class) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in view scope; asserts the attribute is present and of the correct type.
getResource(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResource() - Method in class org.springframework.webflow.engine.model.BeanImportModel
 
getResource(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Get the resource defining the flow to be tested.
getResourceAsStream(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResourceBundle(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowApplication
 
getResourceFactory() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns the factory used to create pointers to externalized flow definition resources.
getResourceHandler() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
 
getResourcePaths(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResourceURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
 
getResponse() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletResponse according to the rendering technology.
getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getResponse() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
 
getResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowExternalContext
 
getResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Returns the underlying HttpServletResponse.
getResponseBufferSize() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getResponseCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResponseComplete() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getResponseContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getResponseEncoding(FacesContext, String) - Method in class org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler
 
getResponseOutputStream() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getResponseOutputWriter() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
Returns an instance of FlowViewResponseStateManager in a JSF 2 environment or returns the delegates's ResponseStateManager instance otherwise.
getResponseStream() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getResponseStream() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getResponseWriter() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getResponseWriter() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getResponseWriter() - Method in interface org.springframework.webflow.context.ExternalContext
Get a writer for writing out a response.
getResponseWriter() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getResponseWriter() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
 
getResult() - Method in class org.springframework.webflow.engine.model.EvaluateModel
 
getResultAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getResults(MappingResultsCriteria) - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getResults(MappingResultsCriteria) - Method in interface org.springframework.binding.mapping.MappingResults
Get all results that meet the given result criteria.
getResultType() - Method in class org.springframework.webflow.engine.model.EvaluateModel
 
getRootFlow() - Method in class org.springframework.webflow.test.MockRequestContext
Returns the root flow definition for this request context.
getRowCount() - Method in class org.springframework.faces.model.SerializableListDataModel
 
getRowData() - Method in class org.springframework.faces.model.SerializableListDataModel
 
getRowIndex() - Method in class org.springframework.faces.model.SerializableListDataModel
 
getScope() - Method in interface org.springframework.webflow.execution.FlowSession
Return this session's local attributes; the basis for "flow scope" (flow session scope).
getScope(RequestContext) - Method in enum org.springframework.webflow.execution.ScopeType
Accessor that returns the mutable attribute map for this scope type for a given flow execution request context.
getScope() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
Template method that returns the target scope map.
getScope() - Method in class org.springframework.webflow.scope.ConversationScope
 
getScope() - Method in class org.springframework.webflow.scope.FlashScope
 
getScope() - Method in class org.springframework.webflow.scope.FlowScope
 
getScope() - Method in class org.springframework.webflow.scope.RequestScope
 
getScope() - Method in class org.springframework.webflow.scope.ViewScope
 
getScope() - Method in class org.springframework.webflow.test.MockFlowSession
 
getSecured() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
getSecured() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getSecured() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getSelectedRow() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
getSelections() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
 
getSelections() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
 
getSelections() - Method in interface org.springframework.faces.model.SelectionAware
Returns the list of selected row data objects for the model.
getServices() - Static method in class org.springframework.webflow.test.TestFlowBuilderServicesFactory
 
getServletContext() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletContext according to the rendering technology.
getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
 
getServletContext() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
 
getSession(boolean) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getSessionKey() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Returns the key this conversation manager uses to store conversation data in the session.
getSessionMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getSessionMap() - Method in interface org.springframework.webflow.context.ExternalContext
Provides access to the external session map, providing a storage for data local to the current user session and accessible to both internal and external SWF artifacts.
getSessionMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getSessionMap() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
Returns the session map containing the listener.
getSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getSessionMaxInactiveInterval() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext.Jsf2FlowExternalContext
 
getSeverity() - Method in class org.springframework.binding.message.Message
The severity of this message.
getSharedMap() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
Returns the wrapped shared map.
getSnapshot(Serializable) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
Returns the snapshot with the provided id, or null if no such snapshot exists with that id.
getSnapshotCount() - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
Returns the count of snapshots in this group.
getSnapshotFactory() - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
Returns the configured flow execution snapshot factory.
getSnapshotGroup(Conversation) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
Returns the snapshot group associated with the governing conversation.
getSnapshotId(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
Returns the snapshotId portion of the flow execution key.
getSnapshotId() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
The id of the snapshot that was not found.
getSnapshotId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
Returns the snapshot id part of this key.
getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
The object being mapped from.
getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getSource() - Method in interface org.springframework.binding.mapping.MappingResults
The source object that was mapped from.
getSource() - Method in class org.springframework.binding.message.Message
A reference to the source element this message is associated with.
getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the source type we tried to convert the value from.
getSourceClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
Returns the source class of conversions performed by this executor.
getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
Returns the source type requested to convert from.
getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
 
getSourceClass() - Method in interface org.springframework.binding.convert.converters.Converter
The source class this converter can convert from.
getSourceClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
getSourceClass() - Method in class org.springframework.binding.convert.converters.StringToObject
 
getSourceClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
getSourceClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the source class of conversions performed by this executor.
getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
 
getSourceExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
getSourceExpression() - Method in interface org.springframework.binding.mapping.Mapping
The source of the mapping.
getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
 
getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
 
getStartActionList() - Method in class org.springframework.webflow.engine.Flow
Returns the list of actions executed by this flow when an execution of the flow starts.
getStartState() - Method in interface org.springframework.webflow.definition.FlowDefinition
Return this flow's starting point.
getStartState() - Method in class org.springframework.webflow.engine.Flow
 
getStartStateId() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
Retrieves the state from view scope as an instance of FlowSerializedView and turns it to an array before returning.
getState(String) - Method in interface org.springframework.webflow.definition.FlowDefinition
Returns the state definition with the specified id.
getState(String) - Method in class org.springframework.webflow.engine.Flow
 
getState() - Method in interface org.springframework.webflow.execution.FlowSession
Returns the current state of this flow session.
getState() - Method in class org.springframework.webflow.test.MockFlowSession
 
getStateById(String) - Method in class org.springframework.webflow.engine.model.FlowModel
Get the state model for an identifier
getStateCount() - Method in class org.springframework.webflow.engine.Flow
Returns the number of states defined in this flow.
getStateId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
Returns the id of the state definition where the exception occured.
getStateIds() - Method in class org.springframework.webflow.engine.Flow
Convenience accessor that returns an ordered array of the String ids for the state definitions associated with this flow definition.
getStateInstance(String) - Method in class org.springframework.webflow.engine.Flow
Lookup the identified state instance of this flow.
getStateInternal() - Method in class org.springframework.webflow.test.MockFlowSession
Returns the current state of this session.
getStateManager() - Method in class org.springframework.faces.webflow.FlowApplication
 
getStates() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getString(Object) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, returning null if no value was found.
getString(Object, String) - Method in class org.springframework.binding.collection.MapAccessor
Returns a string value in the map, returning the defaultValue if no value was found.
getString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a string attribute value in the map, returning null if no value was found.
getString(String, String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a string attribute value in the map, returning the default value if no value was found.
getString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getString(String, String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
getSubflow() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
 
getSubflowAttributeMapper() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
 
getSuccessEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
 
getSupportedLocales() - Method in class org.springframework.faces.webflow.FlowApplication
 
getSuppressedFields() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getTabIndex() - Method in class org.springframework.faces.ui.DojoWidget
 
getTarget() - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
The object being mapped to.
getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
 
getTarget() - Method in interface org.springframework.binding.mapping.MappingResults
The target object that was mapped to.
getTarget() - Method in class org.springframework.webflow.mvc.view.BindingModel
 
getTargetAction() - Method in class org.springframework.webflow.execution.AnnotatedAction
Returns the wrapped target action.
getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the target type we tried to convert the value to.
getTargetClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
Returns the target class of conversions performed by this executor.
getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
Returns the target type requested to convert to.
getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
 
getTargetClass() - Method in interface org.springframework.binding.convert.converters.Converter
The target class this converter can convert to.
getTargetClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
 
getTargetClass() - Method in class org.springframework.binding.convert.converters.StringToObject
 
getTargetClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
 
getTargetClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
Returns the target class of conversions performed by this executor.
getTargetClass() - Method in exception org.springframework.binding.expression.ValueCoercionException
 
getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
 
getTargetException() - Method in exception org.springframework.binding.method.MethodInvocationException
Returns the target root cause exception of the method invocation failure.
getTargetExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
 
getTargetExpression() - Method in interface org.springframework.binding.mapping.Mapping
The target of the mapping.
getTargetStateId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
Returns an identification of the target state of this transition.
getTargetStateId() - Method in class org.springframework.webflow.engine.Transition
 
getTargetStateResolver(Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
Find the mapped target state resolver for given exception.
getTargetStateResolver() - Method in class org.springframework.webflow.engine.Transition
Returns this transition's target state resolver.
getTest() - Method in class org.springframework.webflow.engine.model.IfModel
 
getText() - Method in class org.springframework.binding.message.Message
The message text.
getThen() - Method in class org.springframework.webflow.engine.model.IfModel
 
getTimestamp() - Method in class org.springframework.webflow.execution.Event
Returns the time at which the event occurred, represented as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
getTo() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getTransition(String) - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
Returns the transition that matches the event with the provided id.
getTransition(String) - Method in class org.springframework.webflow.engine.TransitionableState
 
getTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionSet
Gets a transition for given flow execution request context.
getTransitionableState(String) - Method in class org.springframework.webflow.engine.Flow
Return the TransitionableState with given stateId.
getTransitionCriterias() - Method in class org.springframework.webflow.engine.TransitionSet
Returns a list of the supported transitional criteria used to match transitions in this state.
getTransitions() - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
Returns the available transitions out of this state.
getTransitions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
 
getTransitions() - Method in class org.springframework.webflow.engine.TransitionableState
 
getTransitionSet() - Method in class org.springframework.webflow.engine.TransitionableState
Returns the set of transitions.
getTreeStructure() - Method in class org.springframework.faces.webflow.FlowSerializedView
 
getTreeStructureToRestore(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
 
getTreeStructureToSave(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
 
getTrueEventIds() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
Returns the action result eventIds that should cause this criteria to return true (it will return false otherwise).
getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getType() - Method in class org.springframework.binding.method.Parameter
Returns the parameter type.
getType(Object, int) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
getType(Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
getType() - Method in class org.springframework.faces.ui.ProgressiveUICommand
 
getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getType() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
 
getType() - Method in class org.springframework.webflow.engine.model.AttributeModel
 
getType() - Method in class org.springframework.webflow.engine.model.SetModel
 
getType() - Method in enum org.springframework.webflow.execution.ScopeType
 
getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
getTypeConverter() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
Returns the type conversion executor to use during mapping execution.
getTypesArray() - Method in class org.springframework.binding.method.Parameters
Get an array containing each parameter type.
getUppercase() - Method in class org.springframework.faces.ui.DojoWidget
 
getUrl() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
 
getUserEvent() - Method in interface org.springframework.binding.validation.ValidationContext
The current user event that triggered validation.
getUserEvent() - Method in class org.springframework.webflow.validation.DefaultValidationContext
 
getUserEventProcessed() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
 
getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
 
getUserEventState() - Method in interface org.springframework.webflow.execution.View
A memento holding the results of processing a user event.
getUserEventState() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
 
getUserPrincipal() - Method in interface org.springframework.binding.validation.ValidationContext
The current user.
getUserPrincipal() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
 
getUserPrincipal() - Method in class org.springframework.webflow.validation.DefaultValidationContext
 
getUserValue(String) - Method in interface org.springframework.binding.validation.ValidationContext
Obtain the value entered by the current user in the UI field bound to the property provided.
getUserValue(String) - Method in class org.springframework.webflow.validation.DefaultValidationContext
 
getValidate() - Method in class org.springframework.webflow.engine.model.TransitionModel
 
getValidateMethodInvoker() - Method in class org.springframework.webflow.action.FormAction
Returns a dispatcher to invoke validation methods.
getValidator() - Method in class org.springframework.webflow.action.FormAction
Returns the validator for this action.
getValidator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the Validator instance to use for validating a model.
getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getValidatorIds() - Method in class org.springframework.faces.webflow.FlowApplication
 
getValue() - Method in exception org.springframework.binding.convert.ConversionExecutionException
Returns the actual value we tried to convert, an instance of ConversionExecutionException.getSourceClass().
getValue(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
 
getValue(Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
 
getValue(Object) - Method in interface org.springframework.binding.expression.Expression
Evaluate this expression in the provided context and return the result of evaluation.
getValue(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getValue(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
getValue() - Method in exception org.springframework.binding.expression.ValueCoercionException
 
getValue(Object, int) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
getValue(Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
 
getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
 
getValue() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
 
getValue() - Method in class org.springframework.webflow.engine.model.AttributeModel
 
getValue() - Method in class org.springframework.webflow.engine.model.SetModel
 
getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
 
getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
 
getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
 
getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
 
getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
 
getValueBinding(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
Deprecated.  
getValueExpression() - Method in class org.springframework.binding.expression.ExpressionVariable
Returns the expression that will be evaluated when the variable is referenced by its name in another expression.
getValueExpression(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getValueFactory() - Method in class org.springframework.webflow.engine.ViewVariable
Returns the source of the variable's initial value.
getValueType(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.el.ELExpression
 
getValueType(Object) - Method in interface org.springframework.binding.expression.Expression
Returns the most general type that can be passed to the Expression.setValue(Object, Object) method for the given context.
getValueType(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
 
getValueType(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
 
getVariable(String) - Method in class org.springframework.webflow.engine.Flow
Returns the flow variable with the given name.
getVariable(String) - Method in class org.springframework.webflow.engine.ViewState
Returns the view variable with the given name.
getVariableMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
 
getVariableResolver() - Method in class org.springframework.faces.webflow.FlowApplication
 
getVariables() - Method in class org.springframework.webflow.engine.Flow
Returns the flow variables.
getVariables() - Method in class org.springframework.webflow.engine.ViewState
Returns the configured view variables.
getVars() - Method in class org.springframework.webflow.engine.model.FlowModel
 
getVars() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getVetoedStateId() - Method in exception org.springframework.webflow.execution.EnterStateVetoException
Returns the state for which entering was vetoed.
getView(RequestContext) - Method in class org.springframework.faces.webflow.JsfViewFactory
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to be rendered in the case of an executing transition.
getView() - Method in class org.springframework.webflow.engine.model.EndStateModel
 
getView() - Method in class org.springframework.webflow.engine.model.ViewStateModel
 
getView(RequestContext) - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
 
getView(RequestContext) - Method in interface org.springframework.webflow.execution.ViewFactory
Get the view to render for this request.
getView() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
Returns the Spring MVC view to render
getView(RequestContext) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
 
getViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the attribute in view scope.
getViewDeclarationLanguage(FacesContext, String) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
 
getViewFactory() - Method in class org.springframework.webflow.engine.ViewState
Returns the view factory.
getViewFactoryCreator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
Returns the view factory creator for configuring a ViewFactory per view state
getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
 
getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
getViewHandler() - Method in class org.springframework.faces.webflow.FlowApplication
 
getViewId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
getViewId() - Method in class org.springframework.faces.webflow.FlowSerializedView
 
getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
 
getViewIdByConvention(String) - Method in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
Get the default id of the view to render in the provided view state by convention.
getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver
 
getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
 
getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
 
getViewIdByConvention(String) - Method in interface org.springframework.webflow.mvc.view.FlowViewResolver
Get the default id of the view to render in the provided view state by convention.
getViewRoot() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
 
getViewRoot() - Method in class org.springframework.faces.webflow.FlowFacesContext
 
getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
Returns the underlying view root.
getViewScope() - Method in interface org.springframework.webflow.execution.FlowSession
Returns a mutable map for data held in "view scope".
getViewScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable map for accessing and/or setting attributes in view scope.
getViewScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns view scope.
getViewScope() - Method in class org.springframework.webflow.test.MockFlowSession
 
getViewScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
This method returns the flow execution key to be used as the value for the "javax.faces.ViewState" hidden input field.
getViewState(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
 
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
 
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientDateValidator
 
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientNumberValidator
 
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientTextValidator
 
getWidgetType() - Method in class org.springframework.faces.ui.DojoWidget
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
 
getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
 
getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
 
getYesEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y