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

A

AbstractAction - Class in org.springframework.webflow.action
Base action that provides assistance commonly needed by action implementations.
AbstractAction() - Constructor for class org.springframework.webflow.action.AbstractAction
 
AbstractBeanInvokingAction - Class in org.springframework.webflow.action
Base class for actions that delegate to methods on beans (POJOs - Plain Old Java Objects).
AbstractBeanInvokingAction(MethodSignature) - Constructor for class org.springframework.webflow.action.AbstractBeanInvokingAction
Creates a new bean invoking action.
AbstractConversationFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.support
A convenient base class for flow execution repository implementations that delegate to a conversation service for managing conversations that govern the persistent state of paused flow executions.
AbstractConversationFlowExecutionRepository(FlowExecutionStateRestorer, ConversationManager) - Constructor for class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Constructor for use in subclasses.
AbstractExternalizedFlowExecutionTests - Class in org.springframework.webflow.test.execution
Base class for flow integration tests that verify an externalized flow definition executes as expected.
AbstractExternalizedFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Constructs a default externalized flow execution test.
AbstractExternalizedFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Constructs an externalized flow execution test with given name.
AbstractFlowAttributeMapper - Class in org.springframework.webflow.engine.support
Convenient base class for attribute mapper implementations.
AbstractFlowAttributeMapper() - Constructor for class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
 
AbstractFlowBuilder - Class in org.springframework.webflow.engine.builder
Base class for flow builders that programmatically build flows in Java configuration code.
AbstractFlowBuilder() - Constructor for class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Default constructor for subclassing.
AbstractFlowBuilder(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Create an instance of an abstract flow builder, using the specified locator to obtain needed flow services at build time.
AbstractFlowBuilderFlowRegistryFactoryBean - Class in org.springframework.webflow.engine.builder
Base class for factory beans that create flow definition registries containing flows built using Java based flow builders.
AbstractFlowBuilderFlowRegistryFactoryBean() - Constructor for class org.springframework.webflow.engine.builder.AbstractFlowBuilderFlowRegistryFactoryBean
 
AbstractFlowBuildingFlowRegistryFactoryBean - Class in org.springframework.webflow.engine.builder
A base class for factory beans that create populated registries of flow definitions built using a FlowBuilder, typically a BaseFlowBuilder subclass.
AbstractFlowBuildingFlowRegistryFactoryBean() - Constructor for class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
 
AbstractFlowDefinitionRegistryFactoryBean - Class in org.springframework.webflow.definition.registry
A base class for factory beans that create populated flow definition registries.
AbstractFlowDefinitionRegistryFactoryBean() - Constructor for class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
 
AbstractFlowExecutionPropertyResolver - Class in org.springframework.webflow.executor.jsf
Base class for property resolvers that get and set flow execution attributes.
AbstractFlowExecutionPropertyResolver(PropertyResolver) - Constructor for class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
Creates a new flow executon property resolver
AbstractFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.support
Abstract base class for flow execution repository implementations.
AbstractFlowExecutionRepository(FlowExecutionStateRestorer) - Constructor for class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
Constructor for use in subclasses.
AbstractFlowExecutionTests - Class in org.springframework.webflow.test.execution
Base class for integration tests that verify a flow executes as expected.
AbstractFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Constructs a default flow execution test.
AbstractFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Constructs a flow execution test with given name.
AbstractXmlFlowExecutionTests - Class in org.springframework.webflow.test.execution
Base class for flow integration tests that verify an XML flow definition executes as expected.
AbstractXmlFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
Constructs a default XML flow execution test.
AbstractXmlFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
Constructs an XML flow execution test with given name.
action(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Resolves the action with the specified id.
action(String, MethodSignature) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a bean invoking action that invokes the method identified by the signature on the bean associated with the action identifier.
action(String, MethodSignature, ActionResultExposer) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a bean invoking action that invokes the method identified by the signature on the bean associated with the action identifier.
action(Expression) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates an evaluate action that evaluates the expression when executed.
action(Expression, ActionResultExposer) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates an evaluate action that evaluates the expression when executed.
Action - Interface in org.springframework.webflow.execution
A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
ACTION_RESULTS_ATTRIBUTE_NAME - Static variable in class org.springframework.webflow.action.CompositeAction
The resulting event whill have an attribute of this name which holds a list of all events returned by the executed actions.
ActionExecutionException - Exception in org.springframework.webflow.engine
Thrown if an unhandled exception occurs when an action is executed.
ActionExecutionException(String, String, Action, AttributeMap, Throwable) - Constructor for exception org.springframework.webflow.engine.ActionExecutionException
Create a new action execution exception.
ActionExecutionException(String, String, Action, AttributeMap, String, Throwable) - Constructor for exception org.springframework.webflow.engine.ActionExecutionException
Create a new action execution exception.
ActionExecutor - Class in org.springframework.webflow.engine
A simple static helper that performs action execution that encapsulates common logging and exception handling logic.
ActionList - Class in org.springframework.webflow.engine
An ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.
ActionList() - Constructor for class org.springframework.webflow.engine.ActionList
 
ActionResultExposer - Class in org.springframework.webflow.action
Specifies how an action result value should be exposed to an executing flow.
ActionResultExposer(String, ScopeType) - Constructor for class org.springframework.webflow.action.ActionResultExposer
Creates a action result exposer
ActionState - Class in org.springframework.webflow.engine
A transitionable state that executes one or more actions when entered.
ActionState(Flow, String) - Constructor for class org.springframework.webflow.engine.ActionState
Creates a new action state.
ActionTransitionCriteria - Class in org.springframework.webflow.engine.support
A transition criteria that will execute an action when tested and return true if the action's result is equal to the 'trueEventId', false otherwise.
ActionTransitionCriteria(Action) - Constructor for class org.springframework.webflow.engine.support.ActionTransitionCriteria
Create action transition criteria delegating to the specified action.
activateSession(Flow) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Activate a new FlowSession for the flow definition.
ACTIVE - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
A flow session with ACTIVE status is currently executing.
add(Action) - Method in class org.springframework.webflow.engine.ActionList
Add an action to this list.
add() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the add event id.
add(State) - Method in class org.springframework.webflow.engine.Flow
Add given state definition to this flow definition.
add(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Add a state exception handler to this set.
add(TransitionCriteria) - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
Add given criteria object to the end of the chain.
add(Class, String) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
Adds an exception->state mapping to this handler.
add(Class, TargetStateResolver) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
Adds a exception->state mapping to this handler.
add(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
Add a transition to this set.
addActionState(String, Action, Transition) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an action state to the flow built by this builder.
addActionState(String, Action, Transition[]) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an action state to the flow built by this builder.
addActionState(String, Action, Transition, FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an action state to the flow built by this builder.
addActionState(String, Action[], Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an action state to the flow built by this builder.
addAll(Action[]) - Method in class org.springframework.webflow.engine.ActionList
Add a collection of actions to this list.
addAll(FlowExecutionExceptionHandler[]) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Add a collection of state exception handler instances to this set.
addAll(Transition[]) - Method in class org.springframework.webflow.engine.TransitionSet
Add a collection of transition instances to this set.
addAllNoDuplicates(List, Object[]) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
Add all given objects to given target list.
addDecisionState(String, Transition[]) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a decision state to the flow built by this builder.
addDecisionState(String, TransitionCriteria, String, String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a decision state to the flow built by this builder.
addDecisionState(String, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a decision state to the flow built by this builder.
addEndState(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an end state to the flow built by this builder.
addEndState(String, String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an end state to the flow built by this builder.
addEndState(String, String, AttributeMapper) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an end state to the flow built by this builder.
addEndState(String, Action[], ViewSelector, AttributeMapper, FlowExecutionExceptionHandler[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds an end state to the flow built by this builder.
addInlineFlow(Flow) - Method in class org.springframework.webflow.engine.Flow
Adds an inline flow to this flow.
addInputAttribute(String) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds an input mapping that maps a single attribute in parent flow scope into the subflow input map.
addInputAttributes(String[]) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a collection of input mappings that map attributes in parent flow scope into the subflow input map.
addInputMapping(AttributeMapper) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a new input mapping.
addInputMappings(AttributeMapper[]) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a collection of input mappings.
addListener(FlowExecutionListener) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Add a listener that will listen to executions for all flows.
addListener(FlowExecutionListener, FlowExecutionListenerCriteria) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Add a listener that will listen to executions to flows matching the specified criteria.
addListeners(FlowExecutionListener[], FlowExecutionListenerCriteria) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Adds a collection of listeners that share a matching criteria.
addLocation(Resource) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Adds a flow location pointing to an externalized flow resource.
addLocations(Resource[]) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Adds the flow locations pointing to externalized flow resources.
addMapping(String, String) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Add a flow id mapping, overwriting any previous mapping for the same flow ids.
addOutputAttribute(String) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds an output mapping that maps a single subflow output attribute into the flow scope of the resuming parent flow.
addOutputAttributes(String[]) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a collection of output mappings that map subflow output attributes into the scope of the resuming parent flow.
addOutputMapping(AttributeMapper) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a new output mapping.
addOutputMappings(AttributeMapper[]) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Adds a collection of output mappings.
addResource(FlowDefinitionResource) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Adds an externalized flow definition specification pointing to an externalized flow resource.
addResources(FlowDefinitionResource[]) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Adds the externalized flow definitions pointing to externalized flow resources.
addSubflowState(String, Flow, FlowAttributeMapper, Transition) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a subflow state to the flow built by this builder.
addSubflowState(String, Flow, FlowAttributeMapper, Transition[]) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a subflow state to the flow built by this builder.
addSubflowState(String, Action[], Flow, FlowAttributeMapper, Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a subflow state to the flow built by this builder.
addVariable(FlowVariable) - Method in class org.springframework.webflow.engine.Flow
Adds a flow variable.
addVariables(FlowVariable[]) - Method in class org.springframework.webflow.engine.Flow
Adds flow variables.
addViewState(String, String, Transition) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a view state to the flow built by this builder.
addViewState(String, String, Transition[]) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a view state to the flow built by this builder.
addViewState(String, String, Action, Transition) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a view state to the flow built by this builder.
addViewState(String, String, Action, Transition[]) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a view state to the flow built by this builder.
addViewState(String, Action[], ViewSelector, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Adds a view state to the flow built by this builder.
addWebFlowConverters(GenericConversionService) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Add all web flow specific converters to given conversion service.
afterPhase(PhaseEvent) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
 
afterPropertiesSet() - Method in class org.springframework.webflow.action.AbstractAction
 
afterPropertiesSet() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.webflow.executor.mvc.FlowController
 
afterPropertiesSet() - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
 
allFlows() - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
Returns a wild card criteria that matches all flows.
ALWAYS_REDIRECT_ON_PAUSE_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.ApplicationViewSelector
Flow execution attribute name that indicates that we should always render an application view via a redirect.
alwaysRedirectOnPause(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Checks the ApplicationViewSelector.ALWAYS_REDIRECT_ON_PAUSE_ATTRIBUTE to see if every application view of the flow execution should be rendered via a redirect.
annotate(Action) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Wrap given action in an AnnotatedAction} to be able to annotate it with attributes.
Annotated - Interface in org.springframework.webflow.definition
An interface to be implemented by objects that are annotated with attributes they wish to expose to clients.
AnnotatedAction - Class in org.springframework.webflow.engine
An action proxy/decorator that stores arbitrary properties about a target Action implementation for use within a specific Action execution context, for example an ActionState definition, a TransitionCriteria definition, or in a test environment.
AnnotatedAction(Action) - Constructor for class org.springframework.webflow.engine.AnnotatedAction
Creates a new annotated action object for the specified action.
AnnotatedObject - Class in org.springframework.webflow.engine
A base class for all objects in the web flow system that support annotation using arbitrary properties.
AnnotatedObject() - Constructor for class org.springframework.webflow.engine.AnnotatedObject
 
appendFlowExecutorPath(StringBuffer, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Append the URL path to the flow executor capable of accepting new requests.
appendFlowExecutorPath(StringBuffer, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
appendQueryParameter(StringBuffer, Object, Object) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Appends a single query parameter to a URL.
appendQueryParameters(StringBuffer, Map) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Append query parameters to the redirect URL.
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.ActionState
 
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.EndState
 
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.State
Subclasses may override this hook method to stringify their internal state.
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.SubflowState
 
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.TransitionableState
 
appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.ViewState
 
ApplicationView - Class in org.springframework.webflow.execution.support
Concrete response type that requests the rendering of a local, internal application view resource such as a JSP, Velocity, or FreeMarker template.
ApplicationView(String, Map) - Constructor for class org.springframework.webflow.execution.support.ApplicationView
Creates a new application view.
applicationView(ViewSelection) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the returned view selection is an instance of ApplicationView.
ApplicationViewSelector - Class in org.springframework.webflow.engine.support
Simple view selector that makes an ApplicationView selection using a view name expression.
ApplicationViewSelector(Expression) - Constructor for class org.springframework.webflow.engine.support.ApplicationViewSelector
Creates a application view selector that will make application view selections requesting that the specified view be rendered.
ApplicationViewSelector(Expression, boolean) - Constructor for class org.springframework.webflow.engine.support.ApplicationViewSelector
Creates a application view selector that will make application view selections requesting that the specified view be rendered.
appliesTo(FlowDefinition) - Method in interface org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria
Do the listeners guarded by this criteria object apply to the provided flow definition?
applyDefaultFlowId(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Apply the configured default flow id to given extracted flow id.
applyExecutionAttributes(MutableAttributeMap) - Method in class org.springframework.webflow.config.FlowSystemDefaults
Applies default execution attributes if necessary.
applyIfNecessary(RepositoryType) - Method in class org.springframework.webflow.config.FlowSystemDefaults
Applies the default repository type if requested by the user.
asAttributeMap() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
asAttributeMap() - Method in interface org.springframework.webflow.core.collection.ParameterMap
Adapts this parameter map to an AttributeMap.
asMap() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
asMap() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
assembleFlow() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Assembles the flow, directing the construction process by delegating to the configured FlowBuilder.
assembleFlow() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Assemble the held flow definition, delegating to the configured FlowAssembler (director).
assertActiveFlowEquals(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the active flow session is for the flow with the provided id.
assertCurrentStateEquals(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the current state of the flow execution equals the provided state id.
assertFlowExecutionActive() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the entire flow execution is active; that is, it has not ended and has been started.
assertFlowExecutionEnded() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the entire flow execution has ended; that is, it is no longer active.
assertModelAttributeCollectionSize(int, String, ApplicationView) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the selected view contains the specified collection model attribute with the provided expected size.
assertModelAttributeEquals(Object, String, ApplicationView) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the selected view contains the specified model attribute with the provided expected value.
assertModelAttributeNotNull(String, ApplicationView) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the selected view contains the specified model attribute.
assertModelAttributeNull(String, ApplicationView) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the selected view does not contain the specified model attribute.
assertViewNameEquals(String, ApplicationView) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the view name equals the provided value.
AttributeExpression - Class in org.springframework.webflow.engine.support
Expression evaluator that can evalute attribute maps and supported request context scope types.
AttributeExpression(Expression) - Constructor for class org.springframework.webflow.engine.support.AttributeExpression
Create a new expression evaluator that executes given expression in an attribute map.
AttributeExpression(Expression, ScopeType) - Constructor for class org.springframework.webflow.engine.support.AttributeExpression
Create a new expression evaluator that executes given expression in the specified scope.
AttributeMap - Interface in org.springframework.webflow.core.collection
An immutable interface for accessing attributes in a backing map with string keys.
AttributeMapBindingEvent - Class in org.springframework.webflow.core.collection
Holder for information about the binding or unbinding event in an AttributeMap.
AttributeMapBindingEvent(AttributeMap, String, Object) - Constructor for class org.springframework.webflow.core.collection.AttributeMapBindingEvent
Creates an event for map binding that contains information about the event.
AttributeMapBindingListener - Interface in org.springframework.webflow.core.collection
Causes an object to be notified when it is bound or unbound from an AttributeMap.
attributeMapper(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Request that the attribute mapper with the specified name be used to map attributes between a parent flow and a spawning subflow when the subflow state being constructed is entered.
AttributeMapperAction - Class in org.springframework.webflow.action
Action that executes an attribute mapper to map information in the request context.
AttributeMapperAction(AttributeMapper) - Constructor for class org.springframework.webflow.action.AttributeMapperAction
Creates a new attribute mapper action that delegates to the configured attribute mapper to complete the mapping process.

B

back() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the back event id.
BadlyFormattedFlowExecutionKeyException - Exception in org.springframework.webflow.execution.repository
Thrown when an encoded flow execution key is badly formatted and could not be parsed.
BadlyFormattedFlowExecutionKeyException(String, String) - Constructor for exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Creates a bad execution key format exception.
BadlyFormattedFlowExecutionKeyException(String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Creates a bad execution key format exception.
Base64 - Class in org.springframework.webflow.util
Encodes and decodes to and from Base64 notation.
Base64() - Constructor for class org.springframework.webflow.util.Base64
Create a new Base64 encoder and decoder using the standard Base64 alphabet.
Base64(boolean) - Constructor for class org.springframework.webflow.util.Base64
Create a new Base64 encoder and decoder.
BaseFlowBuilder - Class in org.springframework.webflow.engine.builder
Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builder implementations.
BaseFlowBuilder() - Constructor for class org.springframework.webflow.engine.builder.BaseFlowBuilder
Default constructor for subclassing.
BaseFlowBuilder(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.BaseFlowBuilder
Creates a flow builder using the given locator to link in artifacts.
BaseFlowServiceLocator - Class in org.springframework.webflow.engine.builder
Base implementation that implements a minimal set of the FlowServiceLocator interface, throwing unsupported operation exceptions for some operations.
BaseFlowServiceLocator() - Constructor for class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
BeanFactoryFlowVariable - Class in org.springframework.webflow.engine.support
A concrete flow variable subclass that obtains variable values from a Spring BeanFactory.
BeanFactoryFlowVariable(String, BeanFactory, ScopeType) - Constructor for class org.springframework.webflow.engine.support.BeanFactoryFlowVariable
Convenience constructor to create a new bean factory flow variable.
BeanFactoryFlowVariable(String, String, BeanFactory, ScopeType) - Constructor for class org.springframework.webflow.engine.support.BeanFactoryFlowVariable
Creates a new bean factory flow variable.
BeanInvokingActionFactory - Class in org.springframework.webflow.action
A helper factory for Action instances that invoke methods on beans managed in a Spring bean factory.
BeanInvokingActionFactory() - Constructor for class org.springframework.webflow.action.BeanInvokingActionFactory
 
beforePhase(PhaseEvent) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
 
beginConversation(ConversationParameters) - Method in interface org.springframework.webflow.conversation.ConversationManager
Begin a new conversation.
beginConversation(ConversationParameters) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
 
bind(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Bind incoming request parameters to allowed fields of the form object.
bindAndValidate(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Bind incoming request parameters to allowed fields of the form object and then validate the bound form object if a validator is configured.
BooleanExpressionTransitionCriteria - Class in org.springframework.webflow.engine.support
Transition criteria that tests the value of an expression.
BooleanExpressionTransitionCriteria(Expression) - Constructor for class org.springframework.webflow.engine.support.BooleanExpressionTransitionCriteria
Create a new expression based transition criteria object.
buildEndActions() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildEndActions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds any end actions to execute when the flow ends.
buildEndActions() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildExceptionHandlers() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildExceptionHandlers() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Creates and adds all exception handlers to the flow built by this builder.
buildExceptionHandlers() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildGlobalTransitions() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildGlobalTransitions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds any transitions shared by all states of the flow.
buildGlobalTransitions() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildInlineFlows() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildInlineFlows() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds any "in-line" flows encapsulated by the flow.
buildInlineFlows() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildInputMapper() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildInputMapper() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds the input mapper responsible for mapping flow input on start.
buildInputMapper() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildOutputMapper() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildOutputMapper() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds the output mapper responsible for mapping flow output on end.
buildOutputMapper() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildStartActions() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildStartActions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds any start actions to execute when the flow starts.
buildStartActions() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildStates() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildStates() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds the states of the flow.
buildStates() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
buildVariables() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
buildVariables() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Builds any variables initialized by the flow when it starts.
buildVariables() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 

C

calculateLastModified() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Helper that retrieves the last modified date by querying the backing flow resource.
cancel() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the cancel event id.
canExecute(RequestContext) - Method in class org.springframework.webflow.engine.Transition
Checks if this transition can complete its execution or should be rolled back, given the state of the flow execution request context.
CAPTION_PROPERTY - Static variable in class org.springframework.webflow.engine.AnnotatedObject
The caption property name ("caption").
cleanupCurrentFlowExecution(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Cleans up the current flow execution in the faces context if necessary.
clear() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
clear() - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
Remove all attributes in this map.
CLIENT - Static variable in class org.springframework.webflow.config.RepositoryType
The 'client' (continuation) flow execution repository type.
ClientContinuationFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.continuation
Stores flow execution state client side, requiring no use of server-side state.
ClientContinuationFlowExecutionRepository(FlowExecutionStateRestorer) - Constructor for class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Creates a new client continuation repository.
ClientContinuationFlowExecutionRepository(FlowExecutionStateRestorer, ConversationManager) - Constructor for class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Creates a new client continuation repository.
CollectionUtils - Class in org.springframework.webflow.core.collection
A utility class for working with attribute and parameter collections used by Spring Web FLow.
COMPONENT_ID - Static variable in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Immutable id of the flow execution key component for easier lookup later.
CompositeAction - Class in org.springframework.webflow.action
An action that will execute an ordered chain of other actions when executed.
CompositeAction(Action[]) - Constructor for class org.springframework.webflow.action.CompositeAction
Create a composite action composed of given actions.
compress(byte[]) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Internal helper method to compress given flow execution data using GZIP compression.
ConditionalFlowExecutionListenerLoader - Class in org.springframework.webflow.execution.factory
A flow execution listener loader that stores listeners in a list-backed data structure and allows for configuration of which listeners should apply to which flow definitions.
ConditionalFlowExecutionListenerLoader() - Constructor for class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
 
ConfigurableFlowAttributeMapper - Class in org.springframework.webflow.engine.support
Generic flow attribute mapper implementation that allows mappings to be configured in a declarative fashion.
ConfigurableFlowAttributeMapper() - Constructor for class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
 
contains(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Does the attribute with the provided name exist in this map?
contains(String, Class) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Does the attribute with the provided name exist in this map and is its value of the specified required type?
contains(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
contains(String, Class) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
contains(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
contains(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
Does the parameter with the provided name exist in this map?
contains(Action) - Method in class org.springframework.webflow.engine.ActionList
Tests if the action is in this list.
contains(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Tests if this state exception handler is in this set.
contains(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
Tests if this transition is in this set.
containsBean(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Helper method for determining if the configured bean factory contains the provided bean.
containsFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
containsFlowDefinition(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean
Queries this registry to determine if a specific flow is contained within it.
containsInlineFlow(String) - Method in class org.springframework.webflow.engine.Flow
Tests if this flow contains an in-line flow with the specified id.
containsListener(FlowExecutionListener) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Is the given listener contained by this Flow execution manager?
containsState(String) - Method in class org.springframework.webflow.engine.Flow
Is a state with the provided id present in this flow?
CONTINUATION - Static variable in class org.springframework.webflow.config.RepositoryType
The 'continuation' flow execution repository type.
ContinuationCreationException - Exception in org.springframework.webflow.execution.repository.continuation
Thrown when a continuation snapshot could not be taken of flow execution state.
ContinuationCreationException(FlowExecution, String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.continuation.ContinuationCreationException
Creates a new continuation creation exception.
ContinuationFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.continuation
Stores one to many flow execution continuations (snapshots) per conversation, where each continuation represents a paused, restorable view-state of a flow execution snapshotted at a point in time.
ContinuationFlowExecutionRepository(FlowExecutionStateRestorer, ConversationManager) - Constructor for class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Create a new continuation based flow execution repository using given state restorer and conversation manager.
ContinuationNotFoundException - Exception in org.springframework.webflow.execution.repository.continuation
Thrown when no flow execution continuation exists within a continuation group with a particular id.
ContinuationNotFoundException(Serializable) - Constructor for exception org.springframework.webflow.execution.repository.continuation.ContinuationNotFoundException
Creates a continuation not found exception.
ContinuationUnmarshalException - Exception in org.springframework.webflow.execution.repository.continuation
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
ContinuationUnmarshalException(String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.continuation.ContinuationUnmarshalException
Creates a new flow execution unmarshalling exception.
conventionalFlowId(Resource) - Static method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
Returns the flow id assigned to the flow definition contained in given resource.
Conversation - Interface in org.springframework.webflow.conversation
A service interface for working with state associated with a single logical user interaction called a "conversation" in the scope of a single request.
CONVERSATION - Static variable in class org.springframework.webflow.execution.ScopeType
The "conversation" scope type.
ConversationException - Exception in org.springframework.webflow.conversation
The root of the conversation service exception hierarchy.
ConversationException(String) - Constructor for exception org.springframework.webflow.conversation.ConversationException
Creates a conversation service exception.
ConversationException(String, Throwable) - Constructor for exception org.springframework.webflow.conversation.ConversationException
Creates a conversation service exception.
ConversationId - Class in org.springframework.webflow.conversation
An id that uniquely identifies a conversation managed by a ConversationManager.
ConversationId() - Constructor for class org.springframework.webflow.conversation.ConversationId
 
ConversationLock - Interface in org.springframework.webflow.conversation.impl
A normalized interface for conversation locks, used to obtain exclusive access to a conversation.
ConversationLockFactory - Class in org.springframework.webflow.conversation.impl
Simple utility class for creating conversation lock instances based on the current execution environment.
ConversationLockFactory() - Constructor for class org.springframework.webflow.conversation.impl.ConversationLockFactory
 
ConversationManager - Interface in org.springframework.webflow.conversation
A service for managing conversations.
ConversationParameters - Class in org.springframework.webflow.conversation
Simple parameter object for clumping together input needed to begin a new conversation.
ConversationParameters(String, String, String) - Constructor for class org.springframework.webflow.conversation.ConversationParameters
Creates new conversation input parameters.
convertEncodedViewSelector(String) - Method in class org.springframework.webflow.engine.builder.TextToViewSelector
Convert given encoded view into an appropriate view selector.
convertToString(Object) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Converts the object to a string.
create(RequestContext) - Method in class org.springframework.webflow.engine.FlowVariable
Creates a new instance of this flow variable in the configured scope.
createActionState(String, Flow, Action[], Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new action state, a state where a system action is executed.
createApplicationView(String, RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Creates the application view selection.
createBeanInvokingAction(String, BeanFactory, MethodSignature, ActionResultExposer, ConversionService, AttributeMap) - Method in class org.springframework.webflow.action.BeanInvokingActionFactory
Factory method that creates a bean invoking action, an adapter that adapts a method on an abitrary Object to the Action interface.
createBinder(RequestContext, Object) - Method in class org.springframework.webflow.action.FormAction
Create a new binder instance for the given form object and request context.
createBooleanExpressionTransitionCriteria(Expression) - Method in class org.springframework.webflow.engine.builder.TextToTransitionCriteria
Hook method subclasses can override to return a specialized expression evaluating transition criteria implementation.
createContinuation(FlowExecution) - Method in interface org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuationFactory
Creates a new flow execution continuation for given flow execution.
createContinuation(byte[]) - Method in interface org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuationFactory
Creates a new flow execution continuation from the provided byte array.
createContinuation(FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuationFactory
 
createContinuation(byte[]) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuationFactory
 
createControlContext(ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Create a flow execution control context.
createConversationParameters(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Factory method that maps a new flow execution to a descriptive conversation parameters object.
createConversionService(ConversionService) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Setup a conversion service used by this flow service locator.
CREATED - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
Initial status of a flow session; the session has been created but not yet activated.
createDecisionState(String, Flow, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new decision state, a state where a flow routing decision is made.
createDefaultConversationManager() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Create the conversation manager to be used in the default case, e.g.
createEndState(String, Flow, Action[], ViewSelector, AttributeMapper, FlowExecutionExceptionHandler[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new end state, a state where an executing flow session terminates.
createEventIdTransitionCriteria(String) - Method in class org.springframework.webflow.engine.builder.TextToTransitionCriteria
Hook method subclasses can override to return a specialized eventId matching transition criteria implementation.
createExecutionRepository(RepositoryType, FlowExecutionStateRestorer, ConversationManager) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Factory method for creating the flow execution repository for saving and loading executing flows.
createExternalContext(ParameterMap) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Creates an ExternalContext instance.
createExternalUrl(ExternalRedirect, String, ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExposer
Create a URL path that when redirected to communicates with an external system outside of Spring Web Flow.
createExternalUrl(ExternalRedirect, String, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
createExternalUrl(ExternalRedirect, String, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
createExternalUrl(ExternalRedirect, String, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
createFlow(String, AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new Flow definition object.
createFlow(FlowDefinitionResource, FlowServiceLocator) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Factory method to assemble a flow definition from a resource.
createFlowBuilder(Resource) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Factory method that creates and fully initializes the XML-based flow definition builder.
createFlowBuilder(Resource, FlowServiceLocator) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Factory method to create the builder that will build the flow definition whose execution will be tested.
createFlowBuilder(Resource, FlowServiceLocator) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
 
createFlowDefinitionHolder(FlowDefinitionResource) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Template factory method subclasses must override to return the holder for the flow definition to be registered loaded from the specified resource.
createFlowDefinitionHolder(FlowDefinitionResource) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
 
createFlowDefinitionRegistry() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
Create the flow definition registry to be populated in AbstractFlowDefinitionRegistryFactoryBean.doPopulate(FlowDefinitionRegistry).
createFlowDefinitionResource(Resource) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Factory method that creates a flow definition from an externalized resource location.
createFlowDefinitionResource(String) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Convenient factory method that creates a FlowDefinitionResource from a file path.
createFlowDefinitionResource(String, String) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Convenient factory method that creates a FlowDefinitionResource from a file in a directory.
createFlowDefinitionResource(File) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Convenient factory method that creates a FlowDefinitionResource from a file.
createFlowDefinitionUrl(FlowDefinitionRedirect, ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExposer
Create a URL that when redirected to launches a entirely new execution of a flow definition (starts a new conversation).
createFlowDefinitionUrl(FlowDefinitionRedirect, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
createFlowDefinitionUrl(FlowDefinitionRedirect, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
createFlowDefinitionUrl(FlowDefinitionRedirect, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
createFlowDefinitionUrl(FlowDefinitionRedirect, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
createFlowExecution(FlowDefinition) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
 
createFlowExecution(FlowDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionFactory
Create a new flow execution product for the given flow definition.
createFlowExecutionFactory(AttributeMap, FlowExecutionListenerLoader) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Create the flow execution factory to be used by the executor produced by this factory bean.
createFlowExecutionFactory() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Factory method to create the flow execution factory.
createFlowExecutionKeyStateHolder() - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Factory method that creates the state holder UI component that will track the flow execution key used for execution restoration during subsequent restore view phases.
createFlowExecutionStateRestorer(FlowDefinitionLocator, AttributeMap, FlowExecutionListenerLoader) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Create the flow execution state restorer to be used by the executor produced by this factory bean.
createFlowExecutionUrl(String, FlowExecutionContext, ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExposer
Create a URL path that when redirected to renders the current (or last) view selection made by the flow execution identified by the flow execution key.
createFlowExecutionUrl(String, FlowExecutionContext, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
createFlowExecutionUrl(String, FlowExecutionContext, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
createFlowExecutionUrl(String, FlowExecutionContext, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
createFlowExecutionUrl(String, FlowExecutionContext, ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
createFlowExecutor(FlowDefinitionLocator, FlowExecutionFactory, FlowExecutionRepository) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Create the flow executor instance created by this factory bean and configure it appropriately.
createFlowInput(RequestContext) - Method in interface org.springframework.webflow.engine.FlowAttributeMapper
Create a map of attributes that should be passed as input to a spawning flow.
createFlowInput(RequestContext) - Method in class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
 
createFlowServiceLocator() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Factory method for creating the service locator used to locate webflow services during flow assembly.
createFlowServiceLocator() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns the flow service locator to use during flow definition construction time for accessing externally managed flow artifacts such as actions and flows to be used as subflows.
createFormObject(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Create the backing form object instance that should be managed by this form action.
createInput(ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Factory method that creates the input attribute map for a newly created FlowExecution.
createInput(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Factory method that creates the input attribute map for a newly created FlowExecution.
createInput(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Factory method that creates the input attribute map for a newly created FlowExecution.
createLocalBeanFactory(Flow, Resource[]) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Create a bean factory serving as a local flow service registry.
createLock() - Static method in class org.springframework.webflow.conversation.impl.ConversationLockFactory
When running on Java 1.5+, returns a jdk5 concurrent lock.
createRedirectForward(String, HttpServletResponse) - Method in class org.springframework.webflow.executor.struts.FlowAction
Handles a redirect.
createRequestHandler() - Method in class org.springframework.webflow.executor.mvc.FlowController
Factory method that creates a new helper for processing a request into this flow controller.
createRequestHandler() - Method in class org.springframework.webflow.executor.struts.FlowAction
Factory method that creates a new helper for processing a request into this flow controller.
createResultEvent(Object, Object, RequestContext) - Method in interface org.springframework.webflow.action.ResultEventFactory
Create an event instance from the result object.
createResultEvent(Object, Object, RequestContext) - Method in class org.springframework.webflow.action.ResultObjectBasedEventFactory
 
createResultEvent(Object, Object, RequestContext) - Method in class org.springframework.webflow.action.SuccessEventFactory
 
createSessionOutput(RequestContext) - Method in class org.springframework.webflow.engine.EndState
Returns the subflow output map.
createSubflowInput(RequestContext) - Method in class org.springframework.webflow.engine.SubflowState
Create the input data map for the spawned subflow session.
createSubflowState(String, Flow, Action[], Flow, FlowAttributeMapper, Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new subflow state, a state where a parent flow spawns another flow as a subflow.
createTargetMap() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
Factory method that returns the target map storing the data in this attribute map.
createTargetMap(int, int) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
Factory method that returns the target map storing the data in this attribute map.
createTransition(TargetStateResolver, TransitionCriteria, TransitionCriteria, AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new transition, a path from one step in a flow to another.
createVariableValue(RequestContext) - Method in class org.springframework.webflow.engine.FlowVariable
Hook method that needs to be implemented by subclasses to calculate the value of this flow variable based on the information available in the request context.
createVariableValue(RequestContext) - Method in class org.springframework.webflow.engine.support.BeanFactoryFlowVariable
 
createVariableValue(RequestContext) - Method in class org.springframework.webflow.engine.support.SimpleFlowVariable
 
createViewState(String, Flow, Action[], ViewSelector, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
Factory method that creates a new view state, a state where a user is allowed to participate in the flow.
criteriaChainFor(AnnotatedAction[]) - Static method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
Create a transition criteria chain chaining given list of actions.

D

DecisionState - Class in org.springframework.webflow.engine
A simple transitionable state that when entered will execute the first transition whose matching criteria evaluates to true in the context of the current request.
DecisionState(Flow, String) - Constructor for class org.springframework.webflow.engine.DecisionState
Creates a new decision state.
decode(String) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Decode given data, received from the client, and return the corresponding flow execution object.
decode(byte[], int, int) - Method in class org.springframework.webflow.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[]) - Method in class org.springframework.webflow.util.Base64
Decodes data from Base64 notation.
decodeFromString(String) - Method in class org.springframework.webflow.util.Base64
Decodes data from Base64 notation.
decompress(byte[]) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Internal helper method to decompress given flow execution data using GZIP decompression.
DEFAULT_FORM_OBJECT_NAME - Static variable in class org.springframework.webflow.action.FormAction
The default form object name ("formObject").
DefaultDocumentLoader - Class in org.springframework.webflow.engine.builder.xml
The default document loader strategy for XSD-based XML documents with validation enabled by default.
DefaultDocumentLoader() - Constructor for class org.springframework.webflow.engine.builder.xml.DefaultDocumentLoader
 
DefaultExpressionParserFactory - Class in org.springframework.webflow.core
Static helper factory that creates instances of the default expression parser used by Spring Web Flow when requested.
DefaultFlowServiceLocator - Class in org.springframework.webflow.engine.builder
The default flow service locator implementation that obtains subflow definitions from a dedicated FlowDefinitionRegistry and obtains the remaining services from a generic Spring BeanFactory.
DefaultFlowServiceLocator(FlowDefinitionRegistry, BeanFactory) - Constructor for class org.springframework.webflow.engine.builder.DefaultFlowServiceLocator
Creates a flow service locator that retrieves subflows from the provided registry and additional artifacts from the provided bean factory.
DefaultFlowServiceLocator(String, BeanFactory) - Constructor for class org.springframework.webflow.engine.builder.DefaultFlowServiceLocator
Convenience flow service locator constructor that looks up a flow definition registry using given bean id in given bean factory.
DefaultMultiActionMethodResolver - Class in org.springframework.webflow.action
Default method resolver used by the MultiAction class.
DefaultMultiActionMethodResolver() - Constructor for class org.springframework.webflow.action.DefaultMultiActionMethodResolver
 
DefaultTargetStateResolver - Class in org.springframework.webflow.engine.support
A transition target state resolver that evaluates an expression to resolve the target state.
DefaultTargetStateResolver(String) - Constructor for class org.springframework.webflow.engine.support.DefaultTargetStateResolver
Creates a new target state resolver that always returns the same target state id.
DefaultTargetStateResolver(Expression) - Constructor for class org.springframework.webflow.engine.support.DefaultTargetStateResolver
Creates a new target state resolver.
DelegatingFlowVariableResolver - Class in org.springframework.webflow.executor.jsf
Custom variable resolver that searches the current flow execution for variables to resolve.
DelegatingFlowVariableResolver(VariableResolver) - Constructor for class org.springframework.webflow.executor.jsf.DelegatingFlowVariableResolver
Create a new FlowExecutionVariableResolver, using the given original VariableResolver.
delete() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the delete event id.
DESCRIPTION_PROPERTY - Static variable in class org.springframework.webflow.engine.AnnotatedObject
The long description property name ("description").
deserialize(byte[]) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Internal helper method to deserialize given flow execution data.
directAssembly() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Build all parts of the flow by directing flow assembly by the flow builder.
DispatchMethodInvoker - Class in org.springframework.webflow.util
Invoker and cache for dispatch methods that all share the same target object.
DispatchMethodInvoker(Object, Class[]) - Constructor for class org.springframework.webflow.util.DispatchMethodInvoker
Creates a dispatch method invoker.
DispatchMethodInvoker.MethodLookupException - Exception in org.springframework.webflow.util
Thrown when a dispatch method could not be resolved.
DispatchMethodInvoker.MethodLookupException(String, Throwable) - Constructor for exception org.springframework.webflow.util.DispatchMethodInvoker.MethodLookupException
Create a new method lookup exception.
dispose() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
dispose() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Shutdown the builder, releasing any resources it holds.
dispose() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
doBind(RequestContext, DataBinder) - Method in class org.springframework.webflow.action.FormAction
Bind allowed parameters in the external context request parameter map to the form object using given binder.
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.webflow.engine.builder.TextToTargetStateResolver
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.webflow.engine.builder.TextToTransitionCriteria
 
doConvert(Object, Class, ConversionContext) - Method in class org.springframework.webflow.engine.builder.TextToViewSelector
 
DocumentLoader - Interface in org.springframework.webflow.engine.builder.xml
A generic strategy interface encapsulating the logic to load an XML-based document.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.ActionState
Specialization of State's doEnter template method that executes behaviour specific to this state type in polymorphic fashion.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.DecisionState
Specialization of State's doEnter template method that executes behaviour specific to this state type in polymorphic fashion.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.EndState
Specialization of State's doEnter template method that executes behaviour specific to this state type in polymorphic fashion.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.State
Hook method to execute custom behaviour as a result of entering this state.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.SubflowState
Specialization of State's doEnter template method that executes behaviour specific to this state type in polymorphic fashion.
doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.ViewState
Specialization of State's doEnter template method that executes behavior specific to this state type in polymorphic fashion.
doExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
Template hook method subclasses should override to encapsulate their specific action execution logic.
doExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
 
doExecute(RequestContext) - Method in class org.springframework.webflow.action.AttributeMapperAction
 
doExecute(RequestContext) - Method in class org.springframework.webflow.action.CompositeAction
 
doExecute(RequestContext) - Method in class org.springframework.webflow.action.EvaluateAction
 
doExecute(RequestContext) - Method in class org.springframework.webflow.action.MultiAction
 
doExecute(RequestContext) - Method in class org.springframework.webflow.action.portlet.SetPortletModeAction
Sets the PortletMode.
doExecute(RequestContext) - Method in class org.springframework.webflow.action.SetAction
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.webflow.executor.jsf.FlowSystemCleanupFilter
 
doGetAttribute(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
Gets the value of the flow execution attribute.
doGetAttribute(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionPropertyResolver
 
doGetAttribute(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.FlowPropertyResolver
 
doGetAttributeType(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
Gets the type of value returned by the flow execution attribute.
doGetAttributeType(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionPropertyResolver
 
doGetAttributeType(FlowExecution, String) - Method in class org.springframework.webflow.executor.jsf.FlowPropertyResolver
 
doPopulate(FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
Template method subclasses must override to perform registry population.
doPopulate(FlowDefinitionRegistry) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
 
doPopulate(FlowDefinitionRegistry) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
 
doPostExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
Post-action execution hook, subclasses may override.
doPreExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
Pre-action-execution hook, subclasses may override.
doSetAttribute(FlowExecution, String, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
Sets the value of the flow execution attribute.
doSetAttribute(FlowExecution, String, Object) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionPropertyResolver
 
doSetAttribute(FlowExecution, String, Object) - Method in class org.springframework.webflow.executor.jsf.FlowPropertyResolver
 
doValidate(RequestContext, Object, Errors) - Method in class org.springframework.webflow.action.FormAction
Validate given form object using a registered validator.

E

edit() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the edit event id.
EMPTY_ATTRIBUTE_MAP - Static variable in class org.springframework.webflow.core.collection.CollectionUtils
The shared, singleton empty attribute map instance.
EMPTY_INSTANCE - Static variable in class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
A shared listener loader instance that returns am empty listener array on each invocation.
EMPTY_ITERATOR - Static variable in class org.springframework.webflow.core.collection.CollectionUtils
The shared, singleton empty iterator instance.
encode(FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Encode given flow execution object into data that can be stored on the client.
encode(byte[], int, int) - Method in class org.springframework.webflow.util.Base64
Encodes a byte array into Base64 notation.
encode(byte[]) - Method in class org.springframework.webflow.util.Base64
Encodes a byte array into Base64 notation.
encodeToString(byte[]) - Method in class org.springframework.webflow.util.Base64
Encodes a byte array into Base64 notation.
encodeValue(Object) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
URL-encode the given input object with the configured encoding scheme.
end() - Method in interface org.springframework.webflow.conversation.Conversation
Ends this conversation.
end(RequestControlContext, MutableAttributeMap) - Method in class org.springframework.webflow.engine.Flow
Inform this flow definition that an execution session of itself has ended.
endActiveFlowSession() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
End the active flow session, popping it of the stack.
endActiveFlowSession(MutableAttributeMap) - Method in interface org.springframework.webflow.engine.RequestControlContext
End the active flow session of the current flow execution.
endActiveFlowSession(MutableAttributeMap) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
ENDED - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
A flow session that has ENDED is no longer actively executing a flow.
EndState - Class in org.springframework.webflow.engine
A state that ends a flow when entered.
EndState(Flow, String) - Constructor for class org.springframework.webflow.engine.EndState
Create a new end state with no associated view.
enter(RequestControlContext) - Method in class org.springframework.webflow.engine.State
Enter this state in the provided flow control context.
EnterStateVetoException - Exception in org.springframework.webflow.execution
Exception thrown to veto the entering of a state of a flow.
EnterStateVetoException(String, String, String, String) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
Create a new enter state veto exception.
EnterStateVetoException(String, String, String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
Create a new enter state veto exception.
EnterStateVetoException(RequestContext, StateDefinition, String) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
Create a new enter state veto exception.
EnterStateVetoException(RequestContext, StateDefinition, String, Throwable) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
Create a new enter state veto exception.
equals(Object) - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
 
equals(Object) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
equals(Object) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
equals(Object) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
 
equals(Object) - Method in class org.springframework.webflow.engine.Flow
 
equals(Object) - Method in class org.springframework.webflow.engine.FlowVariable
 
equals(Object) - Method in class org.springframework.webflow.engine.State
 
equals(Object) - Method in class org.springframework.webflow.execution.support.ApplicationView
 
equals(Object) - Method in class org.springframework.webflow.execution.support.ExternalRedirect
 
equals(Object) - Method in class org.springframework.webflow.execution.support.FlowDefinitionRedirect
 
equals(Object) - Method in class org.springframework.webflow.executor.ResponseInstruction
 
error() - Method in class org.springframework.webflow.action.AbstractAction
Returns an "error" result event.
error(Exception) - Method in class org.springframework.webflow.action.AbstractAction
Returns an "error" result event caused by the provided exception.
error() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the error event id.
error(Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns an "error" event.
error(Object, Exception) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns an "error" event caused by the provided exception.
evaluate(Object, EvaluationContext) - Method in class org.springframework.webflow.engine.support.AttributeExpression
 
EvaluateAction - Class in org.springframework.webflow.action
An action that evaluates an expression and optionally exposes its result.
EvaluateAction(Expression) - Constructor for class org.springframework.webflow.action.EvaluateAction
Create a new evaluate action.
EvaluateAction(Expression, ActionResultExposer) - Constructor for class org.springframework.webflow.action.EvaluateAction
Create a new evaluate action.
evaluateModelAttributeExpression(String, Map) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Evaluates a model attribute expression.
evaluateToSet(Object, Object, EvaluationContext) - Method in class org.springframework.webflow.engine.support.AttributeExpression
 
Event - Class in org.springframework.webflow.execution
Signals the occurrence of something an active flow execution should respond to.
Event(Object, String) - Constructor for class org.springframework.webflow.execution.Event
Create a new event with the specified id and no payload.
Event(Object, String, AttributeMap) - Constructor for class org.springframework.webflow.execution.Event
Create a new event with the specified id and payload attributes.
event(Object, boolean) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns an event to communicate an occurrence of a boolean expression.
event(Object, String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a event with the specified identifier.
event(Object, String, AttributeMap) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a event with the specified identifier and the specified set of attributes.
event(Object, String, String, Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a result event with the specified identifier and a single attribute.
EventFactorySupport - Class in org.springframework.webflow.execution.support
A convenience support class assisting in the creation of Event objects.
EventFactorySupport() - Constructor for class org.springframework.webflow.execution.support.EventFactorySupport
 
EventIdTransitionCriteria - Class in org.springframework.webflow.engine.support
Simple transition criteria that matches on an eventId and nothing else.
EventIdTransitionCriteria(String) - Constructor for class org.springframework.webflow.engine.support.EventIdTransitionCriteria
Create a new event id matching criteria object.
eventSignaled(RequestContext, Event) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when an event is signaled in the current state, but prior to any state transition.
eventSignaled(RequestContext, Event) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
exceptionThrown(RequestContext, FlowExecutionException) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when an exception is thrown during a flow execution, before the exception is handled by any registered handler.
exceptionThrown(RequestContext, FlowExecutionException) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
execute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
 
execute(Action, RequestContext) - Static method in class org.springframework.webflow.engine.ActionExecutor
Execute the given action.
execute(RequestContext) - Method in class org.springframework.webflow.engine.ActionList
Executes the actions contained within this action list.
execute(RequestContext) - Method in class org.springframework.webflow.engine.AnnotatedAction
 
execute(Transition) - Method in interface org.springframework.webflow.engine.RequestControlContext
Execute this transition out of the current source state.
execute(State, RequestControlContext) - Method in class org.springframework.webflow.engine.Transition
Execute this state transition.
execute(RequestContext) - Method in interface org.springframework.webflow.execution.Action
Execute this action.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.executor.struts.FlowAction
 
execute(RequestContext) - Method in class org.springframework.webflow.test.MockAction
 
execute(Transition) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
exit(RequestControlContext) - Method in class org.springframework.webflow.engine.TransitionableState
Exit this state.
exposeException(RequestContext, FlowExecutionException, Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
Exposes the given flow exception and root cause in flash scope to make them available for response rendering.
exposeFlowExecutionContext(String, FlowExecutionContext, Map) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExposer
Expose the flow execution context and it's key in given model map.
exposeFlowExecutionContext(String, FlowExecutionContext, Map) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
exposeResult(Object, RequestContext) - Method in class org.springframework.webflow.action.ActionResultExposer
Expose given bean method return value in given flow execution request context.
expression(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Parses the expression string into an evaluatable Expression object.
EXTERNAL_REDIRECT_PREFIX - Static variable in class org.springframework.webflow.engine.builder.TextToViewSelector
Prefix used when the encoded view name wants to specify that a redirect to an external URL is required.
ExternalContext - Interface in org.springframework.webflow.context
A facade that provides normalized access to an external system that has interacted with Spring Web Flow.
ExternalContextHolder - Class in org.springframework.webflow.context
Simple holder class that associates an ExternalContext instance with the current thread.
ExternalizedFlowDefinitionRegistrar - Class in org.springframework.webflow.definition.registry
A flow definition registrar that populates a flow definition registry from flow definitions defined within externalized resources.
ExternalizedFlowDefinitionRegistrar() - Constructor for class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
 
ExternalRedirect - Class in org.springframework.webflow.execution.support
Concrete response type that requests a redirect to an external URL outside of Spring Web Flow.
ExternalRedirect(String) - Constructor for class org.springframework.webflow.execution.support.ExternalRedirect
Creates an external redirect request.
externalRedirect(ViewSelection) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the returned view selection is an instance of ExternalRedirect.
ExternalRedirectSelector - Class in org.springframework.webflow.engine.support
Makes view selections requesting a client side redirect to an external URL outside of the flow.
ExternalRedirectSelector(Expression) - Constructor for class org.springframework.webflow.engine.support.ExternalRedirectSelector
Create a new redirecting view selector that takes given URL expression as input.
extractEventId(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
extractEventId(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Extract the flow execution event id from the external context.
extractEventId(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
extractEventId(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
extractEventId(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
extractFlowExecutionKey(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
extractFlowExecutionKey(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Extract the flow execution key from the external context.
extractFlowExecutionKey(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
extractFlowExecutionKey(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
extractFlowExecutionKey(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
extractFlowExecutionKey(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
extractFlowId(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
extractFlowId(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Extracts the flow id from the external context.
extractFlowId(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
extractFlowId(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
extractFlowId(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
extractFlowId(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 

F

findForward(ApplicationView, ActionMapping) - Method in class org.springframework.webflow.executor.struts.FlowAction
Find an action forward for given application view.
findParameter(String, ParameterMap) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Obtain a named parameter from the request parameters.
findRootCause(Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
Find the root cause of given throwable.
finish() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the finish event id.
FLASH - Static variable in class org.springframework.webflow.execution.ScopeType
The "flash" scope type.
flow(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Request that the Flow with the specified flowId be spawned as a subflow when the subflow state being built is entered.
Flow - Class in org.springframework.webflow.engine
A single flow definition.
Flow(String) - Constructor for class org.springframework.webflow.engine.Flow
Construct a new flow definition with the given id.
flow(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
Returns a criteria that just matches a flow with the specified id.
FLOW - Static variable in class org.springframework.webflow.execution.ScopeType
The "flow" scope type.
FLOW_DEFINITION_REDIRECT_PREFIX - Static variable in class org.springframework.webflow.engine.builder.TextToViewSelector
Prefix used when the encoded view name wants to specify that a redirect to a flow definition is requred.
FLOW_EXECUTION_VARIABLE_NAME - Static variable in class org.springframework.webflow.executor.jsf.FlowExecutionVariableResolver
Name of the flow execution variable.
FLOW_EXECUTOR_ARGUMENT_HANDLER_BEAN_NAME - Static variable in class org.springframework.webflow.executor.struts.FlowAction
The flow executor argument handler will be retreived from the application context using this bean name if no argument handler is explicitly set.
FLOW_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.webflow.executor.struts.FlowAction
The flow executor will be retreived from the application context using this bean name if no executor is explicitly set.
FLOW_SCOPE_VARIABLE - Static variable in class org.springframework.webflow.executor.jsf.FlowVariableResolver
Name of the exposed flow scope variable ("flowScope").
FlowAction - Class in org.springframework.webflow.executor.struts
Point of integration between Struts and Spring Web Flow: a Struts Action that acts a front controller entry point into the web flow system.
FlowAction() - Constructor for class org.springframework.webflow.executor.struts.FlowAction
 
FlowArtifactFactory - Class in org.springframework.webflow.engine.builder
A factory for core web flow elements such as flows, states, and transitions.
FlowArtifactFactory() - Constructor for class org.springframework.webflow.engine.builder.FlowArtifactFactory
 
FlowArtifactLookupException - Exception in org.springframework.webflow.engine.builder
A flow artifact lookup exception is thrown when an artifact (such as a flow, state, action, etc.) required by the webflow system cannot be obtained.
FlowArtifactLookupException(String, Class) - Constructor for exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Create a new flow artifact lookup exception.
FlowArtifactLookupException(String, Class, Throwable) - Constructor for exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Create a new flow artifact lookup exception.
FlowArtifactLookupException(String, Class, String) - Constructor for exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Create a new flow artifact lookup exception.
FlowArtifactLookupException(String, Class, String, Throwable) - Constructor for exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Create a new flow artifact lookup exception.
FlowAssembler - Class in org.springframework.webflow.engine.builder
A director for assembling flows, delegating to a FlowBuilder to construct a flow.
FlowAssembler(String, FlowBuilder) - Constructor for class org.springframework.webflow.engine.builder.FlowAssembler
Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
FlowAssembler(String, AttributeMap, FlowBuilder) - Constructor for class org.springframework.webflow.engine.builder.FlowAssembler
Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
FlowAttributeMapper - Interface in org.springframework.webflow.engine
A service interface that maps attributes between two flows.
flowAttributes() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Hook subclasses may override to provide additional properties for the flow built by this builder.
FlowBuilder - Interface in org.springframework.webflow.engine.builder
Builder interface used to build a flow definition.
FlowBuilderException - Exception in org.springframework.webflow.engine.builder
Exception thrown to indicate a problem while building a flow.
FlowBuilderException(String) - Constructor for exception org.springframework.webflow.engine.builder.FlowBuilderException
Create a new flow builder exception.
FlowBuilderException(String, Throwable) - Constructor for exception org.springframework.webflow.engine.builder.FlowBuilderException
Create a new flow builder exception.
FlowController - Class in org.springframework.webflow.executor.mvc
Point of integration between Spring Web MVC and Spring Web Flow: a Controller that routes incoming requests to one or more managed flow executions.
FlowController() - Constructor for class org.springframework.webflow.executor.mvc.FlowController
Create a new flow controller.
FlowDefinition - Interface in org.springframework.webflow.definition
The definition of a flow, a program that when executed carries out the orchestration of a task on behalf of a single client.
FlowDefinitionConstructionException - Exception in org.springframework.webflow.definition.registry
Thrown when a flow definition was found during a lookup operation but could not be constructed.
FlowDefinitionConstructionException(String, Throwable) - Constructor for exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
Creates an exception indicating a flow definition could not be constructed.
FlowDefinitionHolder - Interface in org.springframework.webflow.definition.registry
A holder holding a reference to a Flow definition.
FlowDefinitionLocator - Interface in org.springframework.webflow.definition.registry
A runtime service locator interface for retrieving flow definitions by id.
FlowDefinitionRedirect - Class in org.springframework.webflow.execution.support
Concrete response type that requests that a new execution of a flow definition (representing the start of a new conversation) be launched.
FlowDefinitionRedirect(String, Map) - Constructor for class org.springframework.webflow.execution.support.FlowDefinitionRedirect
Creates a new flow definition redirect.
flowDefinitionRedirect(ViewSelection) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the returned view selection is an instance of FlowDefinitionRedirect.
FlowDefinitionRedirectSelector - Class in org.springframework.webflow.engine.support
Makes a FlowDefinitionRedirect selection when requested, calculating the flowDefinitionId and executionInput by evaluating an expression against the request context.
FlowDefinitionRedirectSelector(Expression) - Constructor for class org.springframework.webflow.engine.support.FlowDefinitionRedirectSelector
Creates a new launch flow redirect selector.
FlowDefinitionRegistrar - Interface in org.springframework.webflow.definition.registry
A strategy to use to populate a flow definition registry with one or more flow definitions.
FlowDefinitionRegistry - Interface in org.springframework.webflow.definition.registry
A container of flow definitions.
FlowDefinitionRegistryImpl - Class in org.springframework.webflow.definition.registry
A generic registry implementation for housing one or more flow definitions.
FlowDefinitionRegistryImpl() - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
FlowDefinitionRegistryMBean - Interface in org.springframework.webflow.definition.registry
A management interface for managing flow definition registries at runtime.
FlowDefinitionResource - Class in org.springframework.webflow.definition.registry
A pointer to an externalized flow definition resource.
FlowDefinitionResource(Resource) - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionResource
Creates a new externalized flow definition resource.
FlowDefinitionResource(Resource, AttributeMap) - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionResource
Creates a new externalized flow definition resource.
FlowDefinitionResource(String, Resource) - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionResource
Creates a new externalized flow definition.
FlowDefinitionResource(String, Resource, AttributeMap) - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionResource
Creates a new externalized flow definition.
FlowException - Exception in org.springframework.webflow.core
Root class for exceptions thrown by the Spring Web Flow system.
FlowException(String, Throwable) - Constructor for exception org.springframework.webflow.core.FlowException
Creates a new flow exception.
FlowException(String) - Constructor for exception org.springframework.webflow.core.FlowException
Creates a new flow exception.
FlowExecution - Interface in org.springframework.webflow.execution
A top-level instance of a flow definition that carries out definition execution on behalf of a single client.
FlowExecutionAccessException - Exception in org.springframework.webflow.execution.repository
Base class for exceptions that indicate a flow execution could not be accessed within a repository.
FlowExecutionAccessException(FlowExecutionKey, String) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Creates a new flow execution access exception.
FlowExecutionAccessException(FlowExecutionKey, String, Exception) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Creates a new flow execution access exception.
FlowExecutionContext - Interface in org.springframework.webflow.execution
Provides contextual information about a flow execution.
FlowExecutionContinuation - Class in org.springframework.webflow.execution.repository.continuation
A snapshot of a flow execution that can be restored from and serialized to a byte array.
FlowExecutionContinuation() - Constructor for class org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuation
 
FlowExecutionContinuationFactory - Interface in org.springframework.webflow.execution.repository.continuation
A factory for creating different FlowExecutionContinuation implementations.
FlowExecutionException - Exception in org.springframework.webflow.execution
Base class for exceptions that occur within a flow while it is executing.
FlowExecutionException(String, String, String) - Constructor for exception org.springframework.webflow.execution.FlowExecutionException
Creates a new flow execution exception.
FlowExecutionException(String, String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.FlowExecutionException
Creates a new flow execution exception.
FlowExecutionExceptionHandler - Interface in org.springframework.webflow.engine
A strategy for handling an exception that occurs at runtime during the execution of a flow definition.
FlowExecutionExceptionHandlerSet - Class in org.springframework.webflow.engine
A typed set of state exception handlers, mainly for use internally by artifacts that can apply state exception handling logic.
FlowExecutionExceptionHandlerSet() - Constructor for class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
 
FlowExecutionFactory - Interface in org.springframework.webflow.execution
An abstract factory for creating flow exections.
FlowExecutionHolder - Class in org.springframework.webflow.executor.jsf
A holder storing a reference to a flow execution and the key of that flow execution if it has been (or is about to be) managed in a repository.
FlowExecutionHolder(FlowExecution) - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Creates a new flow execution holder for a flow execution that has not yet been placed in a repository.
FlowExecutionHolder(FlowExecutionKey, FlowExecution, FlowExecutionLock) - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Creates a new flow execution holder for a flow execution that has been restored from a repository.
FlowExecutionHolderUtils - Class in org.springframework.webflow.executor.jsf
A static utility class for accessing the current flow execution holder.
FlowExecutionHolderUtils() - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
 
FlowExecutionImpl - Class in org.springframework.webflow.engine.impl
Default implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.
FlowExecutionImpl() - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImpl
Default constructor required for externalizable serialization.
FlowExecutionImpl(Flow) - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImpl
Create a new flow execution executing the provided flow.
FlowExecutionImpl(Flow, FlowExecutionListener[], AttributeMap) - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImpl
Create a new flow execution executing the provided flow.
FlowExecutionImplFactory - Class in org.springframework.webflow.engine.impl
A factory for instances of the default flow execution implementation.
FlowExecutionImplFactory() - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
 
FlowExecutionImplStateRestorer - Class in org.springframework.webflow.engine.impl
Restores the transient state of deserialized FlowExecutionImpl objects.
FlowExecutionImplStateRestorer(FlowDefinitionLocator) - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
Creates a new execution transient state restorer.
FlowExecutionKey - Class in org.springframework.webflow.execution.repository
A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionKey() - Constructor for class org.springframework.webflow.execution.repository.FlowExecutionKey
 
FlowExecutionKeyStateHolder - Class in org.springframework.webflow.executor.jsf
This UIComponent instance can be added to the UIViewRoot before rendering so that the FlowExecution can be properly saved and then restored during the next request's PhaseId.RESTORE_VIEW phase.
FlowExecutionKeyStateHolder() - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
FlowExecutionListener - Interface in org.springframework.webflow.execution
Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
FlowExecutionListenerAdapter - Class in org.springframework.webflow.execution
An abstract adapter class for listeners (observers) of flow execution lifecycle events.
FlowExecutionListenerAdapter() - Constructor for class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
FlowExecutionListenerCriteria - Interface in org.springframework.webflow.execution.factory
Strategy interface that determines if a flow execution listener should attach to executions of a specific flow definition.
FlowExecutionListenerCriteriaFactory - Class in org.springframework.webflow.execution.factory
Static factory for creating commonly used flow execution listener criteria.
FlowExecutionListenerCriteriaFactory() - Constructor for class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
 
FlowExecutionListenerLoader - Interface in org.springframework.webflow.execution.factory
A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow definition.
FlowExecutionLock - Interface in org.springframework.webflow.execution.repository
A pessmistic lock to obtain exclusive rights to a flow execution.
FlowExecutionPropertyResolver - Class in org.springframework.webflow.executor.jsf
Custom property resolver that resolves supported properties of the current flow execution.
FlowExecutionPropertyResolver(PropertyResolver) - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionPropertyResolver
Creates a new flow executon property resolver that resolves flash, flow, and conversation scope attributes.
FlowExecutionRedirect - Class in org.springframework.webflow.execution.support
Concrete response type that refreshes an application view by redirecting to an existing, active Spring Web Flow execution at a unique SWF-specific flow execution URL.
flowExecutionRedirect(ViewSelection) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the returned view selection is an instance of FlowExecutionRedirect.
FlowExecutionRepository - Interface in org.springframework.webflow.execution.repository
Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
FlowExecutionRepositoryException - Exception in org.springframework.webflow.execution.repository
The root of the FlowExecutionRepository exception hierarchy.
FlowExecutionRepositoryException(String) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
Creates a new flow execution repository exception.
FlowExecutionRepositoryException(String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
Creates a new flow execution repository exception.
FlowExecutionRestorationFailureException - Exception in org.springframework.webflow.execution.repository
Thrown when the flow execution with the persistent identifier provided could not be restored.
FlowExecutionRestorationFailureException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException
Creates a new flow execution restoration failure exception.
FlowExecutionStateRestorer - Interface in org.springframework.webflow.execution.repository.support
A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
FlowExecutionVariableResolver - Class in org.springframework.webflow.executor.jsf
Custom variable resolver that resolves to a thread-bound FlowExecution object for binding expressions prefixed with a FlowExecutionVariableResolver.FLOW_EXECUTION_VARIABLE_NAME.
FlowExecutionVariableResolver(VariableResolver) - Constructor for class org.springframework.webflow.executor.jsf.FlowExecutionVariableResolver
Creates a new flow executon variable resolver that resolves the current FlowExecution object.
FlowExecutor - Interface in org.springframework.webflow.executor
The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of flow definitions.
FlowExecutorArgumentExposer - Interface in org.springframework.webflow.executor.support
Helper strategy that can expose FlowExecutor method arguments in a response (view) so that subsequent requests resulting from the response can have those arguments extracted again, typically using a FlowExecutorArgumentExtractor.
FlowExecutorArgumentExtractionException - Exception in org.springframework.webflow.executor.support
An exception thrown by a flow executor argument extractor when an argument could not be extracted.
FlowExecutorArgumentExtractionException(String) - Constructor for exception org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
Creates a new argument extraction exception.
FlowExecutorArgumentExtractionException(String, Throwable) - Constructor for exception org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
Creates a new argument extraction exception.
FlowExecutorArgumentExtractor - Interface in org.springframework.webflow.executor.support
A helper strategy used by the FlowRequestHandler to extract FlowExecutor method arguments from a request initiated by an ExternalContext.
FlowExecutorArgumentHandler - Class in org.springframework.webflow.executor.support
Abstract base class for objects handling FlowExecutor arguments.
FlowExecutorArgumentHandler() - Constructor for class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
FlowExecutorFactoryBean - Class in org.springframework.webflow.config
The default flow executor factory implementation.
FlowExecutorFactoryBean() - Constructor for class org.springframework.webflow.config.FlowExecutorFactoryBean
 
FlowExecutorImpl - Class in org.springframework.webflow.executor
The default implementation of the central facade for driving the execution of flows within an application.
FlowExecutorImpl(FlowDefinitionLocator, FlowExecutionFactory, FlowExecutionRepository) - Constructor for class org.springframework.webflow.executor.FlowExecutorImpl
Create a new flow executor.
FlowFacesUtils - Class in org.springframework.webflow.executor.jsf
Trivial helper utility class for SWF within a JSF environment.
FlowFacesUtils() - Constructor for class org.springframework.webflow.executor.jsf.FlowFacesUtils
 
FlowIdMappingArgumentHandlerWrapper - Class in org.springframework.webflow.executor.support
Flow executor argument handler that wraps another argument handler and applies a public to private flow id mapping.
FlowIdMappingArgumentHandlerWrapper() - Constructor for class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Default constructor for bean style usage.
FlowNavigationHandler - Class in org.springframework.webflow.executor.jsf
An implementation of a JSF NavigationHandler that provides integration with Spring Web Flow.
FlowNavigationHandler() - Constructor for class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Create a new FlowNavigationHandler using the default constructor.
FlowNavigationHandler(NavigationHandler) - Constructor for class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Create a new FlowNavigationHandler, wrapping the specified standard navigation handler implementation.
FlowNavigationHandlerArgumentExtractor - Class in org.springframework.webflow.executor.jsf
An FlowExecutorArgumentExtractor that is aware of JSF outcomes that communicate requests to launch flow executions and signal event in existing flow executions.
FlowNavigationHandlerArgumentExtractor() - Constructor for class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
FlowPhaseListener - Class in org.springframework.webflow.executor.jsf
JSF phase listener responsible for managing the FlowExecution object lifecycle in a JSF environment.
FlowPhaseListener() - Constructor for class org.springframework.webflow.executor.jsf.FlowPhaseListener
 
FlowPhaseListener.DefaultViewIdMapper - Class in org.springframework.webflow.executor.jsf
Standard default view id resolver which uses the web flow view name as the jsf view id
FlowPhaseListener.DefaultViewIdMapper() - Constructor for class org.springframework.webflow.executor.jsf.FlowPhaseListener.DefaultViewIdMapper
 
FlowPropertyResolver - Class in org.springframework.webflow.executor.jsf
Custom property resolver that resolves flow session scope attributes of the current flow execution.
FlowPropertyResolver(PropertyResolver) - Constructor for class org.springframework.webflow.executor.jsf.FlowPropertyResolver
Creates a new flow execution property resolver that resolves flow scope attributes.
FlowRequestHandler - Class in org.springframework.webflow.executor.support
An immutable helper for flow controllers that encapsulates reusable workflow required to launch and resume flow executions using a FlowExecutor.
FlowRequestHandler(FlowExecutor) - Constructor for class org.springframework.webflow.executor.support.FlowRequestHandler
Creates a new flow controller helper.
FlowRequestHandler(FlowExecutor, FlowExecutorArgumentExtractor) - Constructor for class org.springframework.webflow.executor.support.FlowRequestHandler
Creates a new flow controller helper.
flows(String[]) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
Returns a criteria that just matches a flow if it is identified by one of the specified ids.
FlowServiceLocator - Interface in org.springframework.webflow.engine.builder
A support interface used by flow builders at configuration time.
FlowSession - Interface in org.springframework.webflow.execution
A single, local instantiation of a flow definition launched within an overall flow execution.
FlowSessionStatus - Class in org.springframework.webflow.execution
Type-safe enumeration of possible flow session statuses.
FlowSystemCleanupFilter - Class in org.springframework.webflow.executor.jsf
A servlet filter used to guarantee that web flow context information is cleaned up in a JSF environment.
FlowSystemCleanupFilter() - Constructor for class org.springframework.webflow.executor.jsf.FlowSystemCleanupFilter
 
FlowSystemDefaults - Class in org.springframework.webflow.config
Encapsulates overall flow system configuration defaults.
FlowSystemDefaults() - Constructor for class org.springframework.webflow.config.FlowSystemDefaults
 
FlowVariable - Class in org.springframework.webflow.engine
A value object that defines a specification for a flow variable.
FlowVariable(String, ScopeType) - Constructor for class org.springframework.webflow.engine.FlowVariable
Creates a new flow variable.
FlowVariableResolver - Class in org.springframework.webflow.executor.jsf
Custom variable resolver that resolves the current FlowExecution object for binding expressions prefixed with FlowVariableResolver.FLOW_SCOPE_VARIABLE.
FlowVariableResolver(VariableResolver) - Constructor for class org.springframework.webflow.executor.jsf.FlowVariableResolver
Create a new FlowVariableResolver, using the given original VariableResolver.
FormAction - Class in org.springframework.webflow.action
Multi-action that implements common logic dealing with input forms.
FormAction() - Constructor for class org.springframework.webflow.action.FormAction
Bean-style default constructor; creates a initially unconfigured FormAction instance relying on default property values.
FormAction(Class) - Constructor for class org.springframework.webflow.action.FormAction
Creates a new form action that manages instance(s) of the specified form object class.
forMethod(Method) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for attempts to invoke the given method.
FormObjectAccessor - Class in org.springframework.webflow.action
Convenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to and from a flow execution request context.
FormObjectAccessor(RequestContext) - Constructor for class org.springframework.webflow.action.FormObjectAccessor
Creates a form object accessor that wraps the given context.
forResult(Object) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for the given result.
forType(Class) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for given result type.
fromStringTo(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Returns a conversion executor capable of converting string objects to the target class aliased by the provided alias.
fromStringTo(Class) - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Returns a converter capable of converting a string value to the given type.

G

generateContinuationId(FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
 
generateContinuationId(FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
 
generateContinuationId(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Template method used to generate a new continuation id for given flow execution.
generateContinuationId(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
 
generateKey(FlowExecution) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Generate a unique flow execution key to be used as the persistent identifier of the flow execution.
generateKey(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
 
generateUid() - Method in class org.springframework.webflow.util.RandomGuidUidGenerator
 
generateUid() - Method in interface org.springframework.webflow.util.UidGenerator
Generate a new unique id.
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.
getAction(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getAction(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Retrieve an action to be executed within a flow with the assigned id.
getAction() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
Returns the action wrapped by this object.
getActionForm() - Method in class org.springframework.webflow.executor.struts.StrutsExternalContext
Returns the action form.
getActionId() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
Returns the action identifier.
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.TransitionExecutingStateExceptionHandler
Returns the list of actions to execute when this handler handles an exception.
getActionMapping() - Method in class org.springframework.webflow.executor.struts.StrutsExternalContext
Returns the action mapping.
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.
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
 
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.
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.executor.jsf.JsfExternalContext
 
getApplicationMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getArgumentExtractor() - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Returns the argument extractor used by this navigation handler.
getArgumentExtractor() - Method in class org.springframework.webflow.executor.support.FlowRequestHandler
Returns the flow executor argument extractor used by this helper.
getArgumentHandler() - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Returns the argument handler used by this phase listener.
getArgumentHandler() - Method in class org.springframework.webflow.executor.mvc.FlowController
Returns the flow executor argument handler used by this controller.
getArgumentHandler() - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Returns the flow executor argument handler used by this controller.
getArgumentHandler() - Method in class org.springframework.webflow.executor.struts.FlowAction
Returns the flow executor argument handler used by this controller.
getArgumentHandler() - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Returns the wrapped argument handler.
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.
getArtifactId() - Method in exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Returns the id of the artifact that cannot be found.
getArtifactType() - Method in exception org.springframework.webflow.engine.builder.FlowArtifactLookupException
Returns the expected artifact type.
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.
getAttributeMap() - Method in class org.springframework.webflow.engine.AnnotatedObject
Returns the mutable attribute map for this annotated object.
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.
getAttributeMapper(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getAttributeMapper(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the flow attribute mapper with the provided id.
getAttributeMapper() - Method in class org.springframework.webflow.engine.SubflowState
Returns the attribute mapper used to map data between the parent and child flow, or null if no mapping is needed.
getAttributeName() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
Returns the name the attribute was bound with.
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 interface org.springframework.webflow.definition.Annotated
Returns an immutable attribute map containing the attributes annotating this object.
getAttributes() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
Returns arbitrary flow definition attributes.
getAttributes() - Method in class org.springframework.webflow.engine.AnnotatedObject
 
getAttributes() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
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 arbitrary attributes about the state of the current request.
getAttributes() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getAttributes() - Method in class org.springframework.webflow.test.MockRequestContext
 
getAttributeValue() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
Returns the value of the attribute.
getBean(RequestContext) - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Retrieves the bean to invoke a method on.
getBean(String, Class) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Helper method to lookup the bean representing a flow artifact of the specified type.
getBeanFactory() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the bean factory managing this bean.
getBeanFactory() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getBeanFactory() - Method in class org.springframework.webflow.engine.builder.DefaultFlowServiceLocator
 
getBeanFactory() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns a generic bean (service) registry for accessing arbitrary beans.
getBeanInvokingActionFactory() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the factory for creating bean invoking actions, actions that adapt methods on objects to the Action interface.
getBeanInvokingActionFactory() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getBeanInvokingActionFactory() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the factory for bean invoking actions.
getBeanType(String, Class) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Helper method to lookup the type of the bean with the provided id.
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.definition.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.engine.AnnotatedObject
 
getCaption() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
getCaption() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
getChildElementByTagName(Element, String) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Utility method that returns the first child element identified by its name.
getClientId(FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
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
 
getCompress() - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuationFactory
Returns whether or not the continuations should be compressed.
getContext() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the wrapped Portlet context.
getContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Return the wrapped HTTP servlet context.
getContextPath() - Method in interface org.springframework.webflow.context.ExternalContext
Returns the path (or identifier) of the application that is executing.
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.executor.jsf.JsfExternalContext
 
getContextPath() - Method in class org.springframework.webflow.test.MockExternalContext
 
getContinuation(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Returns the continuation in the group with the specified key.
getContinuationFactory() - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Returns the continuation factory in use by this repository.
getContinuationFactory() - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Returns the continuation factory that encapsulates the construction of continuations stored in this repository.
getContinuationId() - Method in exception org.springframework.webflow.execution.repository.continuation.ContinuationNotFoundException
Returns the continuation id that could not be found.
getContinuationId(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Returns the continuation id part of given composite flow execution key.
getContinuationId() - Method in exception org.springframework.webflow.execution.repository.support.InvalidContinuationIdException
Returns the continuation id.
getContinuationIdGenerator() - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Returns the uid generation strategy used to generate continuation identifiers.
getContinuationIdGenerator() - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
Returns the uid generation strategy used to generate continuation identifiers.
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.AbstractConversationFlowExecutionRepository
Returns the conversation governing the execution of the FlowExecution with the provided key.
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(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Returns the conversation id part of given composite flow execution key.
getConversationIdGenerator() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Returns the used generator for conversation ids.
getConversationManager() - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Returns the configured conversation manager.
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(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Returns the "conversation scope" for the flow execution with the key provided.
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.MockFlowExecutionContext
 
getConversationScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getConversionService() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the conversion service to use to convert between types; typically from string to a rich object type.
getConversionService() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getConversionService() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns a generic type conversion service for converting between types, typically from string to a rich value object.
getCriteria(String) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Decode given string value into one of the well known criteria types.
getCurrentFlowExecution(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Returns the current flow execution in the given faces context.
getCurrentFormErrors() - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object Errors tracker from the context, using the form object name FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE.
getCurrentFormErrors(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object Errors tracker from the context, using the form object name FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE.
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 FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE.
getCurrentFormObject(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Gets the form object from the context, using the well-known attribute name FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE.
getCurrentFormObjectName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
Returns the current form object name.
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
 
getDefaultFlowId() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the default flowId argument value.
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.MockFlowSession
Returns the flow definition of this session.
getDefinitionLocator() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Exposes the configured flow definition locator to subclasses and privileged accessors.
getDefinitionLocator(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowFacesUtils
Returns the locator for flow definitions to use in a JSF environment.
getDescription() - Method in class org.springframework.webflow.conversation.ConversationParameters
Returns the long description.
getDescription() - Method in interface org.springframework.webflow.definition.Annotated
Returns a longer, more detailed description of this object.
getDescription() - Method in class org.springframework.webflow.engine.AnnotatedObject
 
getDispatcherPath() - Method in interface org.springframework.webflow.context.ExternalContext
Returns the path (or identifier) of the dispatcher within the application that dispatched this request.
getDispatcherPath() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getDispatcherPath() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getDispatcherPath() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
 
getDispatcherPath() - Method in class org.springframework.webflow.test.MockExternalContext
 
getDocument() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Returns the DOM document parsed from the XML file.
getDocumentElement() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Returns the root document element.
getDocumentLoader() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Returns the loader of XML-based flow definition documents.
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.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.
getErrorEventId() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
getEvaluationContext(RequestContext) - Method in class org.springframework.webflow.action.EvaluateAction
Template method subclasses may override to customize the expressin evaluation context.
getEvaluationContext(RequestContext) - Method in class org.springframework.webflow.action.SetAction
Template method subclasses may override to customize the expression evaluation context.
getEvaluationContext(RequestContext) - Method in class org.springframework.webflow.engine.support.BooleanExpressionTransitionCriteria
Setup a context with a few aliased values to make writing expression based transition conditions a bit easier.
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.
getEventFactorySupport() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Returns the configured event factory support helper for creating commonly used event identifiers that drive transitions created by this builder.
getEventId() - Method in class org.springframework.webflow.engine.support.EventIdTransitionCriteria
Returns the event id to match.
getEventIdArgumentName() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the event id argument name, used to signal what user action happened within a paused flow execution.
getExceptionAttributeName() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
getExceptionHandler(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getExceptionHandler(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the exception handler to handle flow execution exceptions with the provided id.
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.
getExecutionAttributes() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
Returns the attributes to apply to flow executions created by this factory.
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
Exposes the configured execution factory to subclasses and privileged accessors.
getExecutionFactory(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowFacesUtils
Returns the flow execution factory to use in a JSF environment.
getExecutionInput() - Method in class org.springframework.webflow.execution.support.FlowDefinitionRedirect
Return the flow execution input map as an unmodifiable map.
getExecutionListenerLoader() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
Returns the strategy for loading listeners that should observe executions of a flow definition.
getExecutionRepository() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Exposes the execution repository to subclasses and privileged accessors.
getExecutionRepository(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowFacesUtils
Returns the flow execution repository to use in a JSF environment.
getExecutionStateRestorer() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
Returns the strategy for restoring transient flow execution state after obtaining it from storage.
getExitActionList() - Method in class org.springframework.webflow.engine.TransitionableState
Returns the list of actions executed by this state when it is exited.
getExpression() - Method in class org.springframework.webflow.engine.support.AttributeExpression
Returns the expression that will be evaluated.
getExpressionParser() - Static method in class org.springframework.webflow.core.DefaultExpressionParserFactory
Returns the default expression parser.
getExpressionParser() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the expression parser responsible for parsing expression strings into evaluatable expression objects.
getExpressionParser() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getExpressionParser() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the expression parser for parsing expression strings.
getExpressionParser() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Returns the configured expression parser.
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
 
getFacesContext() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
Returns the JSF FacesContext.
getFamily() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
getFlashAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the attribute in flash scope.
getFlashMap() - Method in interface org.springframework.webflow.execution.FlowSession
Returns the local "flash map".
getFlashMap() - Method in class org.springframework.webflow.test.MockFlowSession
 
getFlashScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable accessor for accessing and/or setting attributes in flash scope.
getFlashScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlow() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Get the flow (result) built by this builder.
getFlow() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Get the fully constructed and configured Flow object - called by the builder's assembler (director) after assembly.
getFlow() - Method in class org.springframework.webflow.engine.State
Returns the owning flow.
getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the factory encapsulating the creation of central Flow artifacts such as flows and states.
getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getFlowArtifactFactory() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the factory for core flow artifacts such as Flow and State.
getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Returns the artifact factory of the flow service locator local to this builder.
getFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the attribute in flow scope.
getFlowAttributes() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Returns externally assigned attributes that can be used to affect flow construction.
getFlowBuilder() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Returns the flow builder strategy used to construct the flow from its component parts.
getFlowBuilder() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Returns the flow builder that actually builds the Flow definition.
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.definition.registry.StaticFlowDefinitionHolder
 
getFlowDefinition() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
 
getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns the flow definition being tested.
getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the flow definition to be tested.
getFlowDefinitionCount() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowDefinitionCount() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean
Return the number of flow definitions registered in this registry.
getFlowDefinitionId() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
Returns the id of the flow definition held by this holder.
getFlowDefinitionId() - Method in class org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder
 
getFlowDefinitionId() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
 
getFlowDefinitionId() - Method in class org.springframework.webflow.execution.support.FlowDefinitionRedirect
Return the id of the flow definition to launch a new execution of.
getFlowDefinitionIds() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowDefinitionIds() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean
Returns the ids of the flow definitions registered in this registry.
getFlowDefinitionResource() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns the pointer to the resource that houses the definition of the flow to be tested.
getFlowDefinitions() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Return all flow definitions registered in this registry.
getFlowDefinitions() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
 
getFlowExecution() - Method in exception org.springframework.webflow.execution.repository.continuation.ContinuationCreationException
Returns the flow execution that could not be snapshotted.
getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
 
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.support.AbstractConversationFlowExecutionRepository
 
getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
 
getFlowExecution() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Returns the flow execution.
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.executor.ResponseInstruction
Returns the flow execution context representing the current state of the execution.
getFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlowExecutionContextAttributeName() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the flow execution context attribute name.
getFlowExecutionData() - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
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.
getFlowExecutionHolder(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Returns the current flow execution holder for the given faces context.
getFlowExecutionKey() - Method in exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Returns key of the flow execution that could not be accessed.
getFlowExecutionKey() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Returns the continuation key.
getFlowExecutionKey() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Returns the flow execution key.
getFlowExecutionKey() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns the persistent identifier of the flow execution.
getFlowExecutionKeyArgumentName() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the flow execution key argument name, used to request that an executing conversation resumes.
getFlowExecutionKeyAttributeName() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the flow execution key attribute name, used as a model attribute for identifying the executing flow being participated in.
getFlowExecutionLock() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Returns the flow execution lock
getFlowExecutor() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Returns the flow executor constructed by the factory bean.
getFlowExecutor() - Method in class org.springframework.webflow.executor.mvc.FlowController
Returns the flow executor used by this controller.
getFlowExecutor() - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Returns the flow executor used by this controller.
getFlowExecutor() - Method in class org.springframework.webflow.executor.struts.FlowAction
Returns the flow executor used by this controller.
getFlowExecutor() - Method in class org.springframework.webflow.executor.support.FlowRequestHandler
Returns the flow executor used by this helper.
getFlowId() - Method in exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
Returns the id of the flow definition that could not be constructed.
getFlowId() - Method in exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
Returns the id of the flow definition that could not be found.
getFlowId() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
Returns the identifier to assign to the flow.
getFlowId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
Returns the id of the flow definition that was executing when this exception occured.
getFlowIdArgumentName() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the flow id argument name, used to request a flow to launch.
getFlowIdPrefix() - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
Returns the configured prefix for outcome strings that indicate a new flow should be launched.
getFlowScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable accessor for accessing and/or setting attributes in flow scope.
getFlowScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
getFlowServiceLocator() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the strategy for locating dependent artifacts when a flow is being built.
getFlowServiceLocator() - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Returns the configured flow service locator.
getFlowServiceLocator() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Returns the flow service locator.
getFormat() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Returns the format the key should have been in.
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.
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.executor.jsf.JsfExternalContext
 
getGlobalSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
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.
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 class org.springframework.webflow.definition.registry.FlowDefinitionResource
Returns the identifier to assign to the flow definition.
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.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.executor.jsf.FlowExecutionKeyStateHolder
 
getInlineFlow(String) - Method in class org.springframework.webflow.engine.Flow
Returns the inline flow with the provided id, or null if no such inline flow exists.
getInlineFlowCount() - Method in class org.springframework.webflow.engine.Flow
Returns the count of registered inline flows.
getInlineFlowIds() - Method in class org.springframework.webflow.engine.Flow
Returns the list of inline flow ids.
getInlineFlows() - Method in class org.springframework.webflow.engine.Flow
Returns the list of inline flows.
getInputMapper() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Return the configured input mapper.
getInputMapper() - Method in class org.springframework.webflow.engine.Flow
Returns the configured flow input mapper, or null if none.
getInputMapper() - Method in class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
Returns the input mapper to use to map attributes of a parent flow RequestContext to a subflow input attribute map.
getInputMapper() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
 
getInputMapper() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Exposes the configured input mapper to subclasses and privileged accessors.
getInputMapper() - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Returns the configured flow execution input mapper.
getInputMapper() - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Returns the configured flow execution input mapper.
getInputMappings() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Returns a typed-array of configured input mappings.
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.
getInvalidKey() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
Returns the string key of the flow execution that could not be parsed.
getKeyDelimiter() - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
Returns the key delimiter.
getLastEvent() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the last event signaled during this request.
getLastEvent() - Method in class org.springframework.webflow.test.MockRequestContext
 
getLastModified() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Returns the last modifed date of the backed flow definition resource.
getLastTransition() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the last state transition that executed in this request.
getLastTransition() - Method in class org.springframework.webflow.test.MockRequestContext
 
getListener() - Method in class org.springframework.webflow.context.servlet.HttpSessionMapBindingListener
Returns the wrapped listener.
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
 
getLocalFlowServiceLocator() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Returns the flow service locator local to this builder.
getLocation() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
Returns the externalized flow definition resource location.
getLocation() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Returns the resource from which the document element was loaded.
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.AbstractConversationFlowExecutionRepository
 
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.
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.
getMappingContext(RequestContext) - Method in class org.springframework.webflow.action.AttributeMapperAction
Returns a context containing extra data available during attribute mapping.
getMappingContext(RequestContext) - Method in class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
Returns a map of contextual data available during mapping.
getMappings() - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Returns the public-to-private flow id mappings in use.
getMatchingCriteria() - Method in class org.springframework.webflow.engine.Transition
Returns the criteria that determine whether or not this transition matches as eligible for execution.
getMaxContinuations() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Returns the configured maximum number of continuation snapshots allowed for a single conversation when using the continuation flow execution repository.
getMaxContinuations() - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Returns the maximum number of continuations allowed per conversation in this repository.
getMaxConversations() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Returns the configured maximum number of allowed concurrent conversations in the session.
getMaxConversations() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Returns the maximum number of allowed concurrent conversations.
getMessageCodesResolver() - Method in class org.springframework.webflow.action.FormAction
Return the strategy to use for resolving errors into message codes.
getMethod() - Method in class org.springframework.webflow.engine.AnnotatedAction
Returns the name of the action method to invoke when the target action is executed.
getMethodInvoker() - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Returns the bean method invoker helper.
getMethodResolver() - Method in class org.springframework.webflow.action.MultiAction
Get the strategy used to resolve action execution method names.
getMethodResultExposer() - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Returns the configuration for how bean method return values should be exposed to an executing flow that invokes this action.
getMethodSignature() - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Returns the signature of the method to invoke on the target bean.
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.
getModel() - Method in interface org.springframework.webflow.execution.RequestContext
Returns the data model capturing the state of this context, suitable for exposing to clients (mostly web views).
getModel() - Method in class org.springframework.webflow.execution.support.ApplicationView
Return the view's application model that should be made available during the rendering process.
getModel() - Method in class org.springframework.webflow.test.MockRequestContext
 
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 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.webflow.conversation.ConversationParameters
Returns the name of the conversation.
getName() - Method in class org.springframework.webflow.engine.AnnotatedAction
Returns the name of a named action, or null if the action is unnamed.
getName() - Method in class org.springframework.webflow.engine.FlowVariable
Returns the name of this variable.
getNextKey(FlowExecution, FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Obtain the "next" flow execution key to be used as the flow execution's persistent identity.
getNextKey(FlowExecution, FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
 
getNextKey(FlowExecution, FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
 
getNoEventId() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
getNullEventId() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
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.
getObject() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
 
getObject() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
 
getObjectType() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
 
getObjectType() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
 
getOutcome() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
Returns the action outcome.
getOutputMapper() - Method in class org.springframework.webflow.engine.EndState
Returns the configured attribute mapper for mapping output attributes exposed by this end state when it is entered.
getOutputMapper() - Method in class org.springframework.webflow.engine.Flow
Returns the configured flow output mapper, or null if none.
getOutputMapper() - Method in class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
Returns the output mapper to use to map attributes from a subflow output attribute map to the RequestContext.
getOutputMapper() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
 
getOutputMappings() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Returns a typed-array of configured output mappings.
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
 
getParameterTypes() - Method in class org.springframework.webflow.util.DispatchMethodInvoker
Returns the parameter types defining the argument signature of the dispatch methods.
getParameterValueDelimiter() - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Returns the delimiter used to parse a parameter value when a value is embedded in a parameter name (e.g.
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
 
getPhaseId() - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
 
getPortletMode() - Method in class org.springframework.webflow.action.portlet.SetPortletModeAction
Returns the mode that will be set in the response.
getPropertyEditorRegistrar() - Method in class org.springframework.webflow.action.FormAction
Get the property editor registration strategy for this action's data binders.
getRegistry() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
Returns the flow definition registry constructed by the factory bean.
getRenderActionList() - Method in class org.springframework.webflow.engine.ViewState
Returns the list of actions executable by this view state on entry and on refresh.
getRenderer() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
getRequest() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the wrapped Portlet request.
getRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Return the wrapped HTTP servlet request.
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.executor.jsf.JsfExternalContext
 
getRequestMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
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.executor.jsf.JsfExternalContext
 
getRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
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
 
getRequestPathInfo() - Method in interface org.springframework.webflow.context.ExternalContext
Returns the path info of this external request.
getRequestPathInfo() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
getRequestPathInfo() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getRequestPathInfo() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
 
getRequestPathInfo() - Method in class org.springframework.webflow.test.MockExternalContext
 
getRequestScope() - Method in interface org.springframework.webflow.execution.RequestContext
Returns a mutable accessor for accessing and/or setting attributes in request scope.
getRequestScope() - Method in class org.springframework.webflow.test.MockRequestContext
 
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.
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(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(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.
getRequiredCurrentFlowExecution(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Returns the current required flow execution in the given faces context.
getRequiredFlashAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in flash scope; asserts the attribute is present.
getRequiredFlashAttribute(String, Class) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Returns the required attribute in flash scope; asserts the attribute is present and of the correct 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(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(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(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.
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.
getResolverDelegate() - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
Returns the property resolver this resolver delegates to if necessary.
getResolverDelegate() - Method in class org.springframework.webflow.executor.jsf.DelegatingFlowVariableResolver
Return the original VariableResolver that this resolver delegates to.
getResolverDelegate() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionVariableResolver
Returns the variable resolver this resolver delegates to if necessary.
getResolverDelegate() - Method in class org.springframework.webflow.executor.jsf.FlowVariableResolver
Return the original VariableResolver that this resolver delegates to.
getResource() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
getResource() - Method in interface org.springframework.webflow.util.ResourceHolder
Returns the flow definition resource held by this holder.
getResourceLoader() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Returns the injected resource loader.
getResourceLoader() - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getResourceLoader() - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns a generic resource loader for accessing file-based resources.
getResponse() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the wrapped Portlet response.
getResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
Return the wrapped HTTP servlet response.
getResult() - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Returns the object resulting from response handling.
getResultAttributeName() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
getResultEventFactory() - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Returns the event adaption strategy used by this action.
getResultEventFactorySelector() - Method in class org.springframework.webflow.action.BeanInvokingActionFactory
Returns the strategy for calculating the result event factory to configure for each bean invoking action created by this factory.
getResultName() - Method in class org.springframework.webflow.action.ActionResultExposer
Returns name of the attribute to index the return value with.
getResultScope() - Method in class org.springframework.webflow.action.ActionResultExposer
Returns the scope the attribute indexing the return value.
getScope() - Method in class org.springframework.webflow.engine.FlowVariable
Returns the scope of this variable.
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 class 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.test.MockFlowSession
 
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 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.HttpSessionMapBindingListener
Returns the session map containing the listener.
getSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
getSessionMap() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
 
getSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
 
getSharedMap() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
Returns the wrapped shared map.
getSourceClasses() - Method in class org.springframework.webflow.engine.builder.TextToTargetStateResolver
 
getSourceClasses() - Method in class org.springframework.webflow.engine.builder.TextToTransitionCriteria
 
getSourceClasses() - Method in class org.springframework.webflow.engine.builder.TextToViewSelector
 
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
 
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
 
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.
getStatus() - Method in interface org.springframework.webflow.execution.FlowSession
Returns the current status of this flow session.
getStatus() - Method in class org.springframework.webflow.test.MockFlowSession
 
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(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getSubflow(String) - Method in class org.springframework.webflow.engine.builder.DefaultFlowServiceLocator
 
getSubflow(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the Flow to be used as a subflow with the provided id.
getSubflow() - Method in class org.springframework.webflow.engine.SubflowState
Returns the subflow spawned by this state.
getSubflowRegistry() - Method in class org.springframework.webflow.engine.builder.DefaultFlowServiceLocator
Returns the flow definition registry used to lookup subflows.
getSuccessEventId() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
getTarget() - Method in class org.springframework.webflow.util.DispatchMethodInvoker
Returns the target object method calls are dispatched to.
getTargetAction() - Method in class org.springframework.webflow.engine.AnnotatedAction
Returns the wrapped target action.
getTargetClasses() - Method in class org.springframework.webflow.engine.builder.TextToTargetStateResolver
 
getTargetClasses() - Method in class org.springframework.webflow.engine.builder.TextToTransitionCriteria
 
getTargetClasses() - Method in class org.springframework.webflow.engine.builder.TextToViewSelector
 
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(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getTargetStateResolver(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the transition target state resolver with the specified id.
getTargetStateResolver(FlowExecutionException) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
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.
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.
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.
getTransitionCriteria(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getTransitionCriteria(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the transition criteria to drive state transitions with the provided id.
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.TransitionableState
 
getTransitionSet() - Method in class org.springframework.webflow.engine.TransitionableState
Returns the set of transitions.
getTrueEventId() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
Returns the action result eventId that should cause this criteria to return true (it will return false otherwise).
getType() - Method in class org.springframework.webflow.execution.ScopeType
 
getType(Object, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
getType(Object, int) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
getUrl() - Method in class org.springframework.webflow.execution.support.ExternalRedirect
Returns the external URL to redirect to.
getUrlEncodingScheme() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Returns the url encoding scheme to be used to encode URLs built by this argument handler.
getUrlExpression() - Method in class org.springframework.webflow.engine.support.ExternalRedirectSelector
Returns the expression used by this view selector.
getUserInfoMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
Returns the PortletRequest.USER_INFO map as a mutable attribute map.
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.
getValue(Object, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
getValue(Object, int) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
getVariableClass() - Method in class org.springframework.webflow.engine.support.SimpleFlowVariable
Returns the variable value class.
getVariables() - Method in class org.springframework.webflow.engine.Flow
Returns the flow variables.
getVetoedStateId() - Method in exception org.springframework.webflow.execution.EnterStateVetoException
Returns the state for which entering was vetoed.
getViewIdMapper() - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Returns the JSF view id resolver used by this phase listener.
getViewName() - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Returns the name of the view that should be rendered.
getViewName() - Method in class org.springframework.webflow.execution.support.ApplicationView
Returns the name of the view to render.
getViewSelection() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Returns the view selected from the current flow execution request.
getViewSelection() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns the view selection selected by the flow execution.
getViewSelector(String) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
 
getViewSelector(String) - Method in interface org.springframework.webflow.engine.builder.FlowServiceLocator
Returns the view selector to make view selections in view states with the provided id.
getViewSelector() - Method in class org.springframework.webflow.engine.EndState
Returns the strategy used to select the view to render in this end state if it terminates a root flow.
getViewSelector() - Method in class org.springframework.webflow.engine.ViewState
Returns the strategy used to select the view to render in this view state.
getWebApplicationContext(FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowPropertyResolver
Retrieve the web application context to delegate bean name resolution to.
getXmlFlowRegistrar() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Returns the configured externalized XML flow registrar.
getYesEventId() - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 

H

handle(FlowExecutionException, RequestControlContext) - Method in interface org.springframework.webflow.engine.FlowExecutionExceptionHandler
Handle the exception in the context of the current request, optionally making an error view selection that should be rendered.
handle(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
 
handle(ResponseInstruction) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a response for given response instruction.
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
 
handleApplicationView(ApplicationView) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a response for given application view.
handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.Flow
Handle an exception that occured during an execution of this flow.
handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Handle an exception that occured during the context of the current flow execution request.
handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Handles an exception that occured performing an operation on this flow execution.
handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.State
Handle an exception that occured in this state during the context of the current flow execution request.
handleExternalRedirect(ExternalRedirect) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a response for given external redirect.
handleFlowDefinitionRedirect(FlowDefinitionRedirect) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a response for given flow definition redirect.
handleFlowExecutionAccessException(FlowExecutionAccessException, FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Hook method to handle a thrown flow execution access exception.
handleFlowExecutionAccessException(FlowExecutionAccessException, FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Hook method to handle a thrown flow execution access exception.
handleFlowExecutionRedirect(FlowExecutionRedirect) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a response for given flow execution redirect.
handleFlowRequest(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowRequestHandler
Handle a request into the Spring Web Flow system from an external system.
handleNavigation(FacesContext, String, String, NavigationHandler) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
 
handleNavigationCalled(String, String) - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
Records the action and outcome context information when navigation handling occurs.
handleNull() - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Issue a respone for the null view selection.
handleQuietly(ResponseInstruction) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Quietly issue a response for given response instruction, turning any Exception raised while handling the response instruction into a RuntimeException.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.executor.mvc.FlowController
 
handles(FlowExecutionException) - Method in interface org.springframework.webflow.engine.FlowExecutionExceptionHandler
Can this handler handle the given exception?
handles(FlowExecutionException) - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
 
hashCode() - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
 
hashCode() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
hashCode() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
hashCode() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
 
hashCode() - Method in class org.springframework.webflow.engine.Flow
 
hashCode() - Method in class org.springframework.webflow.engine.FlowVariable
 
hashCode() - Method in class org.springframework.webflow.engine.State
 
hashCode() - Method in class org.springframework.webflow.execution.support.ApplicationView
 
hashCode() - Method in class org.springframework.webflow.execution.support.ExternalRedirect
 
hashCode() - Method in class org.springframework.webflow.execution.support.FlowDefinitionRedirect
 
hashCode() - Method in class org.springframework.webflow.executor.ResponseInstruction
 
hasMatchingTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionSet
Returns whether or not this list has a transition that will fire for given flow execution request context.
HttpServletContextMap - Class in org.springframework.webflow.context.servlet
Map backed by the Servlet context for accessing application scoped attributes.
HttpServletContextMap(ServletContext) - Constructor for class org.springframework.webflow.context.servlet.HttpServletContextMap
Create a map wrapping given servlet context.
HttpServletRequestMap - Class in org.springframework.webflow.context.servlet
Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
HttpServletRequestMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpServletRequestMap
Create a new map wrapping the attributes of given request.
HttpServletRequestParameterMap - Class in org.springframework.webflow.context.servlet
Map backed by the Servlet HTTP request parameter map for accessing request parameters.
HttpServletRequestParameterMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
Create a new map wrapping the parameters of given request.
HttpSessionMap - Class in org.springframework.webflow.context.servlet
A Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.
HttpSessionMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpSessionMap
Create a map wrapping the session of given request.
HttpSessionMapBindingListener - Class in org.springframework.webflow.context.servlet
Helper class that adapts a generic AttributeMapBindingListener to a HTTP specific HttpSessionBindingListener.
HttpSessionMapBindingListener(AttributeMapBindingListener, Map) - Constructor for class org.springframework.webflow.context.servlet.HttpSessionMapBindingListener
Create a new wrapper for given listener.

I

ifReturnedSuccess(Action) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a TransitionCriteria that will execute the specified action when the Transition is executed but before the transition's target state is entered.
init() - Method in class org.springframework.webflow.config.WebFlowConfigNamespaceHandler
 
init() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
Template method subclasses may override to perform factory bean initialization logic before registry population.
init(String, AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
 
init() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
 
init(FlowServiceLocator) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Called after properties have been set on the service locator, but before registry population.
init(String, AttributeMap) - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
 
init(String, AttributeMap) - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
Initialize this builder.
init(String, AttributeMap) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
init(FlowServiceLocator) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
 
initAction() - Method in class org.springframework.webflow.action.AbstractAction
Action initializing callback, may be overriden by subclasses to perform custom initialization logic.
initAction() - Method in class org.springframework.webflow.action.FormAction
 
initAttributes(Map) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
Initializes this attribute map.
initBinder(RequestContext, DataBinder) - Method in class org.springframework.webflow.action.FormAction
Initialize a new binder instance.
initBuilder() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Hook method subclasses can override to initialize the flow builder.
initParameters(Map) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
Initializes this parameter map.
INSTANCE - Static variable in class org.springframework.webflow.engine.NullViewSelector
The shared singleton NullViewSelector instance.
INSTANCE - Static variable in class org.springframework.webflow.engine.WildcardTransitionCriteria
Shared instance of a TransitionCriteria that always returns true.
INSTANCE - Static variable in class org.springframework.webflow.execution.support.FlowExecutionRedirect
The single instance of this class.
InvalidContinuationIdException - Exception in org.springframework.webflow.execution.repository.support
Thrown when no flow execution continuation exists with the provided id.
InvalidContinuationIdException(Serializable) - Constructor for exception org.springframework.webflow.execution.repository.support.InvalidContinuationIdException
Creates an invalid continuation id exception.
invoke(String, Action) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates an annotated action decorator that instructs the specified method be invoked on the multi action when it is executed.
invoke(String, MultiAction) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates an annotated action decorator that instructs the specified method be invoked on the multi action when it is executed.
invoke(String, Object[]) - Method in class org.springframework.webflow.util.DispatchMethodInvoker
Dispatch a call with given arguments to named dispatcher method.
invokeMethod(Method, Object) - Static method in class org.springframework.webflow.util.ReflectionUtils
Invoke the specified Method against the supplied target object with no arguments.
invokeMethod(Method, Object, Object[]) - Static method in class org.springframework.webflow.util.ReflectionUtils
Invoke the specified Method against the supplied target object with the supplied arguments.
isActive() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
isActive() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
Is the flow execution active?
isActive() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
 
isActiveView() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is an instruction to render an application view for an "active" (in progress) flow execution.
isAlwaysGenerateNewNextKey() - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
Returns whether or not a new flow execution key should always be generated before each put call.
isApplicationView() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is an "application view" (forward) response instruction.
isAssembled() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Returns a flag indicating if this holder has performed and completed flow definition assembly.
isAssembling() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Returns a flag indicating if this holder is performing assembly.
isCacheFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Returns if flow definition caching is turned on.
isCompressed() - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Returns whether or not the flow execution data in this continuation is compressed.
isEmpty() - Method in interface org.springframework.webflow.core.collection.AttributeMap
Is this attribute map empty with a size of 0?
isEmpty() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
isEmpty() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
isEmpty() - Method in interface org.springframework.webflow.core.collection.ParameterMap
Is this parameter map empty, with a size of 0?
isEndingView() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is an instruction to render an application view for an "ended" (inactive) flow execution from an end state.
isEntrySelectionRenderable(RequestContext) - Method in class org.springframework.webflow.engine.NullViewSelector
 
isEntrySelectionRenderable(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
 
isEntrySelectionRenderable(RequestContext) - Method in class org.springframework.webflow.engine.support.ExternalRedirectSelector
 
isEntrySelectionRenderable(RequestContext) - Method in class org.springframework.webflow.engine.support.FlowDefinitionRedirectSelector
 
isEntrySelectionRenderable(RequestContext) - Method in interface org.springframework.webflow.engine.ViewSelector
Will the primary selection returned by 'makeEntrySelection' for the given request context be renderable in this request?
isEventIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
isEventIdPresent(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Returns true if the event id is extractable from the context.
isEventIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
isEventIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
isEventIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
isExternalRedirect() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this an instruction to perform a redirect to an external URL.
isFallback() - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Should we fall back to the flow id extracted by the wrapped argument handler if no mapping is defined for a flow id? Default is true.
isFlowDefinitionRedirect() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is an instruction to launch an entirely new (independent) flow execution.
isFlowDefinitionResource(Resource) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Template method that calculates if the given file resource is actually a flow definition resource.
isFlowDefinitionResource(Resource) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
 
isFlowExecutionKeyPresent(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
isFlowExecutionKeyPresent(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Returns true if the flow execution key is extractable from the context.
isFlowExecutionKeyPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
isFlowExecutionKeyPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
isFlowExecutionKeyPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
isFlowExecutionKeyPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
isFlowExecutionRedirect() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is an instruction to perform a redirect to the current flow execution to render an application view.
isFlowExecutionRestored(FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Returns true if the flow execution has been restored in the current thread.
isFlowIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
 
isFlowIdPresent(ExternalContext) - Method in interface org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor
Returns true if the flow id is extractable from the context.
isFlowIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
 
isFlowIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
 
isFlowIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
isFlowIdPresent(ExternalContext) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
isMappedValueType(Class) - Method in class org.springframework.webflow.action.ResultObjectBasedEventFactory
Check whether or not given type is mapped to a corresponding event using special mapping rules.
isNamed() - Method in class org.springframework.webflow.engine.AnnotatedAction
Returns whether or not the wrapped target action is a named action.
isNull() - Method in class org.springframework.webflow.executor.ResponseInstruction
Returns true if this is a "null" response instruction, e.g.
isReadOnly(Object, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
isReadOnly(Object, int) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
isRedirect() - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Returns if a redirect to the view should be done.
isRedirectContextRelative() - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Return whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
isRoot() - Method in interface org.springframework.webflow.execution.FlowSession
Returns whether this flow session is the root flow session in the ongoing flow execution.
isRoot() - Method in class org.springframework.webflow.test.MockFlowSession
 
isSecure() - Method in class org.springframework.webflow.util.RandomGuidUidGenerator
Returns whether or not the generated random numbers are secure, meaning cryptographically strong.
isSingleton() - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
 
isSingleton() - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
 
isStartState() - Method in class org.springframework.webflow.engine.State
Returns a flag indicating if this state is the start state of its owning flow.
isStopOnError() - Method in class org.springframework.webflow.action.CompositeAction
Returns the stop on error flag.
isTransient() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
isUrlSafe() - Method in class org.springframework.webflow.util.Base64
Returns whether or not this coder is using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
isValidating() - Method in class org.springframework.webflow.engine.builder.xml.DefaultDocumentLoader
Returns whether or not the XML parser will validate the document.
iterator() - Method in class org.springframework.webflow.engine.ActionList
Returns an iterator over this action list.

J

JsfExternalContext - Class in org.springframework.webflow.executor.jsf
Provides contextual information about a JSF environment that has interacted with SWF.
JsfExternalContext(FacesContext) - Constructor for class org.springframework.webflow.executor.jsf.JsfExternalContext
Creates a JSF External Context.
JsfFlowConfigurationException - Exception in org.springframework.webflow.executor.jsf
Thrown when there is a configuration error with SWF within a JSF environment.
JsfFlowConfigurationException(String) - Constructor for exception org.springframework.webflow.executor.jsf.JsfFlowConfigurationException
 
JsfFlowConfigurationException(String, Throwable) - Constructor for exception org.springframework.webflow.executor.jsf.JsfFlowConfigurationException
 

L

launch(String, ExternalContext) - Method in interface org.springframework.webflow.executor.FlowExecutor
Launch a new execution of identified flow definition in the context of the current external client request.
launch(String, ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
 
loadDocument(Resource) - Method in class org.springframework.webflow.engine.builder.xml.DefaultDocumentLoader
 
loadDocument(Resource) - Method in interface org.springframework.webflow.engine.builder.xml.DocumentLoader
Load the XML-based document from the external resource.
LocalAttributeMap - Class in org.springframework.webflow.core.collection
A generic, mutable attribute map with string keys.
LocalAttributeMap() - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
Creates a new attribute map, initially empty.
LocalAttributeMap(int, int) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
Creates a new attribute map, initially empty.
LocalAttributeMap(String, Object) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
Creates a new attribute map with a single entry.
LocalAttributeMap(Map) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
Creates a new attribute map wrapping the specified map.
LocalParameterMap - Class in org.springframework.webflow.core.collection
An immutable parameter map storing String-keyed, String-valued parameters in a backing Map implementation.
LocalParameterMap(Map) - Constructor for class org.springframework.webflow.core.collection.LocalParameterMap
Creates a new parameter map from the provided map.
LocalParameterMap(Map, ConversionService) - Constructor for class org.springframework.webflow.core.collection.LocalParameterMap
Creates a new parameter map from the provided map.
LocalSharedAttributeMap - Class in org.springframework.webflow.core.collection
An attribute map that exposes a mutex that application code can synchronize on.
LocalSharedAttributeMap(SharedMap) - Constructor for class org.springframework.webflow.core.collection.LocalSharedAttributeMap
Creates a new shared attribute map.
location - Variable in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
The resource from which the document element being parsed was read.
lock() - Method in interface org.springframework.webflow.conversation.Conversation
Lock this conversation.
lock() - Method in interface org.springframework.webflow.conversation.impl.ConversationLock
Acquire the conversation lock.
lock() - Method in interface org.springframework.webflow.execution.repository.FlowExecutionLock
Acquire the flow execution lock.
logger - Variable in class org.springframework.webflow.action.AbstractAction
Logger, usable in subclasses.
logger - Variable in class org.springframework.webflow.engine.Flow
Logger, can be used in subclasses.
logger - Variable in class org.springframework.webflow.engine.State
Logger, for use in subclasses.
logger - Variable in class org.springframework.webflow.engine.Transition
Logger, for use in subclasses.
logger - Variable in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Logger, usable by subclasses.
logger - Variable in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Logger, usable in subclasses
logger - Variable in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Logger, usable by subclasses.
logger - Variable in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Logger, usable by subclasses.
logger - Variable in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Logger, usable by subclasses.

M

makeEntrySelection(RequestContext) - Method in class org.springframework.webflow.engine.NullViewSelector
 
makeEntrySelection(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
 
makeEntrySelection(RequestContext) - Method in class org.springframework.webflow.engine.support.ExternalRedirectSelector
 
makeEntrySelection(RequestContext) - Method in class org.springframework.webflow.engine.support.FlowDefinitionRedirectSelector
 
makeEntrySelection(RequestContext) - Method in interface org.springframework.webflow.engine.ViewSelector
Make a new "entry" view selection for the given request context.
makeRedirectUrlContextRelativeIfNecessary(String, ExternalContext) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Make given redirect URL context relative if necessary.
makeRefreshSelection(RequestContext) - Method in class org.springframework.webflow.engine.NullViewSelector
 
makeRefreshSelection(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
 
makeRefreshSelection(RequestContext) - Method in class org.springframework.webflow.engine.support.ExternalRedirectSelector
 
makeRefreshSelection(RequestContext) - Method in class org.springframework.webflow.engine.support.FlowDefinitionRedirectSelector
 
makeRefreshSelection(RequestContext) - Method in interface org.springframework.webflow.engine.ViewSelector
Reconstitute a renderable view selection for the given request context to support a ViewState 'refresh' operation.
map(Object, Object, MappingContext) - Method in class org.springframework.webflow.executor.RequestParameterInputMapper
 
mapFlowOutput(AttributeMap, RequestContext) - Method in interface org.springframework.webflow.engine.FlowAttributeMapper
Map output attributes of an ended flow to a resuming parent flow session.
mapFlowOutput(AttributeMap, RequestContext) - Method in class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper
 
mapping() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Factory method that returns a new, fully configured mapping builder to assist with building Mapping objects used by a FlowAttributeMapper to map attributes.
mapViewId(String) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener.DefaultViewIdMapper
 
mapViewId(String) - Method in interface org.springframework.webflow.executor.jsf.ViewIdMapper
Map the given Spring Web Flow view name to a JSF view identifier.
matches(RequestContext) - Method in class org.springframework.webflow.engine.Transition
Checks if this transition is elligible for execution given the state of the provided flow execution request context.
method(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Convert the encoded method signature string to a MethodSignature object.
METHOD_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.AnnotatedAction
The action execution method attribute ("method").
MockAction - Class in org.springframework.webflow.test
A trivial stub action implementation that can be parameterized to return a particular action execution result.
MockAction() - Constructor for class org.springframework.webflow.test.MockAction
Constructs a new mock action that returns the default success execution result.
MockAction(String) - Constructor for class org.springframework.webflow.test.MockAction
Constructs a new mock action that returns the provided execution result.
MockExternalContext - Class in org.springframework.webflow.test
Mock implementation of the ExternalContext interface.
MockExternalContext() - Constructor for class org.springframework.webflow.test.MockExternalContext
Creates a mock external context with an empty request parameter map.
MockExternalContext(ParameterMap) - Constructor for class org.springframework.webflow.test.MockExternalContext
Creates a mock external context with the specified parameters in the request parameter map.
MockFlowExecutionContext - Class in org.springframework.webflow.test
A stub implementation of the flow execution context interface.
MockFlowExecutionContext() - Constructor for class org.springframework.webflow.test.MockFlowExecutionContext
Creates a new mock flow execution context -- automatically installs a root flow definition and active flow session.
MockFlowExecutionContext(Flow) - Constructor for class org.springframework.webflow.test.MockFlowExecutionContext
Creates a new mock flow execution context for the specified root flow definition.
MockFlowServiceLocator - Class in org.springframework.webflow.test
A stub flow service locator implementation suitable for a test environment.
MockFlowServiceLocator() - Constructor for class org.springframework.webflow.test.MockFlowServiceLocator
Creates a new mock flow service locator.
MockFlowSession - Class in org.springframework.webflow.test
Mock implementation of the FlowSession interface.
MockFlowSession() - Constructor for class org.springframework.webflow.test.MockFlowSession
Creates a new mock flow session that sets a flow with id "mockFlow" as the 'active flow' in state "mockState".
MockFlowSession(Flow) - Constructor for class org.springframework.webflow.test.MockFlowSession
Creates a new mock session in a created state for the specified flow definition.
MockFlowSession(Flow, AttributeMap) - Constructor for class org.springframework.webflow.test.MockFlowSession
Creates a new mock session in FlowSessionStatus.CREATED state for the specified flow definition.
MockParameterMap - Class in org.springframework.webflow.test
A extension of parameter map that allows for mutation of parameters.
MockParameterMap() - Constructor for class org.springframework.webflow.test.MockParameterMap
Creates a new parameter map, initially empty.
MockRequestContext - Class in org.springframework.webflow.test
Mock implementation of the RequestContext interface to facilitate standalone flow artifact (e.g.
MockRequestContext() - Constructor for class org.springframework.webflow.test.MockRequestContext
Creates a new mock request context with the following defaults: A flow execution context with a active session of flow "mockFlow" in state "mockState".
MockRequestContext(Flow) - Constructor for class org.springframework.webflow.test.MockRequestContext
Creates a new mock request context with the following defaults: A flow execution context with an active session for the specified flow.
MockRequestContext(ParameterMap) - Constructor for class org.springframework.webflow.test.MockRequestContext
Creates a new mock request context with the following defaults: A flow execution context with a active session of flow "mockFlow" in state "mockState".
MockRequestControlContext - Class in org.springframework.webflow.test
Mock implementation of the RequestControlContext interface to facilitate standalone Flow and State unit tests.
MockRequestControlContext(Flow) - Constructor for class org.springframework.webflow.test.MockRequestControlContext
Creates a new mock request control context for controlling a mock execution of the provided flow definition.
MultiAction - Class in org.springframework.webflow.action
Action implementation that bundles two or more action execution methods into a single class.
MultiAction() - Constructor for class org.springframework.webflow.action.MultiAction
Protected default constructor; not invokable for direct MultiAction instantiation.
MultiAction(Object) - Constructor for class org.springframework.webflow.action.MultiAction
Constructs a multi action that invokes methods on the specified target object.
MultiAction.MethodResolver - Interface in org.springframework.webflow.action
Strategy interface used by the MultiAction to map a request context to the name of an action execution method.
MutableAttributeMap - Interface in org.springframework.webflow.core.collection
An interface for accessing and modifying attributes in a backing map with string keys.

N

name(String, Action) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates an annotated action decorator that makes the given action an named action.
NAME_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.AnnotatedAction
The action name attribute ("name").
no() - Method in class org.springframework.webflow.action.AbstractAction
Returns a "no" result event.
no() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the no event id.
no(Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a "no" result event.
nodeNameEquals(Node, String) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Namespace-aware equals comparison.
NoMatchingTransitionException - Exception in org.springframework.webflow.engine
Thrown when no transition can be matched given the occurence of an event in the context of a flow execution request.
NoMatchingTransitionException(String, String, Event, String) - Constructor for exception org.springframework.webflow.engine.NoMatchingTransitionException
Create a new no matching transition exception.
NoMatchingTransitionException(String, String, Event, String, Throwable) - Constructor for exception org.springframework.webflow.engine.NoMatchingTransitionException
Create a new no matching transition exception.
NoSuchConversationException - Exception in org.springframework.webflow.conversation
Thrown when no logical conversation exists with the specified conversationId.
NoSuchConversationException(ConversationId) - Constructor for exception org.springframework.webflow.conversation.NoSuchConversationException
Create a new conversation lookup exception.
NoSuchFlowDefinitionException - Exception in org.springframework.webflow.definition.registry
Thrown when no flow definition was found during a lookup operation by a flow locator.
NoSuchFlowDefinitionException(String, String[]) - Constructor for exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
Creates an exception indicating a flow definition could not be found.
NoSuchFlowExecutionException - Exception in org.springframework.webflow.execution.repository
Thrown when the flow execution with the persistent identifier provided could not be found.
NoSuchFlowExecutionException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.NoSuchFlowExecutionException
Creates a new no such flow execution exception.
NotTransitionCriteria - Class in org.springframework.webflow.engine.support
Transition criteria that negates the result of the evaluation of another criteria object.
NotTransitionCriteria(TransitionCriteria) - Constructor for class org.springframework.webflow.engine.support.NotTransitionCriteria
Create a new transition criteria object that will negate the result of given criteria object.
NULL_VIEW - Static variable in class org.springframework.webflow.execution.ViewSelection
Constant for a null or empty view selection, indicating no response should be issued.
nullView(ViewSelection) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Assert that the returned view selection is the ViewSelection.NULL_VIEW.
NullViewSelector - Class in org.springframework.webflow.engine
Makes a null view selection, indicating no response should be issued.

O

on(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a transition criteria that is used to match a Transition.
onBegin(Conversation) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
An "on begin conversation" callback, allowing for insertion of custom logic after a new conversation has begun.
onEnd(Conversation) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
An "on conversation end" callback, allowing for insertion of custom logic after a conversation has ended (it's Conversation.end() method has been called).
onEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.Flow
Inform this flow definition that an event was signaled in the current state of an active flow execution.
onEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.SubflowState
Called on completion of the subflow to handle the subflow result event as determined by the end state reached by the subflow.
onEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.TransitionableState
Inform this state definition that an event was signaled in it.
onInit() - Method in class org.springframework.webflow.executor.struts.FlowAction
 
org.springframework.webflow.action - package org.springframework.webflow.action
Common action implementations invokable by flow definitions.
org.springframework.webflow.action.portlet - package org.springframework.webflow.action.portlet
Action implementations that define logic specific to flows executing in a JSR-168 Portlet environment.
org.springframework.webflow.config - package org.springframework.webflow.config
High-level flow system configuration support within a Spring environment.
org.springframework.webflow.context - package org.springframework.webflow.context
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
org.springframework.webflow.context.portlet - package org.springframework.webflow.context.portlet
The representation of a client request into Spring Web Flow from a JSR-168 Portlet environment.
org.springframework.webflow.context.servlet - package org.springframework.webflow.context.servlet
The representation of a client request into Spring Web Flow from an HTTP Servlet environment.
org.springframework.webflow.conversation - package org.springframework.webflow.conversation
The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
org.springframework.webflow.conversation.impl - package org.springframework.webflow.conversation.impl
Conversation manager implementations.
org.springframework.webflow.core - package org.springframework.webflow.core
Foundational, generic types usable by all other packages.
org.springframework.webflow.core.collection - package org.springframework.webflow.core.collection
Core element collection types used within Spring Web Flow.
org.springframework.webflow.definition - package org.springframework.webflow.definition
Core, stable abstractions for representing flow definitions.
org.springframework.webflow.definition.registry - package org.springframework.webflow.definition.registry
The flow definition registry subsystem for managing containers of flow definitions.
org.springframework.webflow.engine - package org.springframework.webflow.engine
The implementation of the core flow definition artifacts that serve the basis of the flow execution engine.
org.springframework.webflow.engine.builder - package org.springframework.webflow.engine.builder
The flow builder subsystem for building and assembling executable flow definitions.
org.springframework.webflow.engine.builder.xml - package org.springframework.webflow.engine.builder.xml
The XML-based flow builder implementation.
org.springframework.webflow.engine.impl - package org.springframework.webflow.engine.impl
The implementation of Spring Web Flow's flow execution machine.
org.springframework.webflow.engine.support - package org.springframework.webflow.engine.support
Support implementations for internal engine-specific types.
org.springframework.webflow.execution - package org.springframework.webflow.execution
Core, stable abstractions for representing runtime executions of flow definitions.
org.springframework.webflow.execution.factory - package org.springframework.webflow.execution.factory
Supporting types often used by flow execution factory implementations.
org.springframework.webflow.execution.repository - package org.springframework.webflow.execution.repository
The flow execution repository subsystem for saving, and restoring managed flow executions.
org.springframework.webflow.execution.repository.continuation - package org.springframework.webflow.execution.repository.continuation
Implementation of continuation-based flow execution repositories.
org.springframework.webflow.execution.repository.support - package org.springframework.webflow.execution.repository.support
General purpose implementation assistance for flow execution repositories.
org.springframework.webflow.execution.support - package org.springframework.webflow.execution.support
Useful generic support implementations of core flow execution types.
org.springframework.webflow.executor - package org.springframework.webflow.executor
High-level executors for driving the execution of flow definitions.
org.springframework.webflow.executor.jsf - package org.springframework.webflow.executor.jsf
The integration layer between Spring Web Flow and Java Server Faces (JSF).
org.springframework.webflow.executor.mvc - package org.springframework.webflow.executor.mvc
The integration layer between Spring Web Flow the Spring (Portlet) MVC framework.
org.springframework.webflow.executor.struts - package org.springframework.webflow.executor.struts
The integration layer between Spring Web Flow and Struts 1.x.
org.springframework.webflow.executor.support - package org.springframework.webflow.executor.support
Flow executor implementation support; includes helpers for driving the execution of flows.
org.springframework.webflow.test - package org.springframework.webflow.test
Support for testing flows and their associated artifacts.
org.springframework.webflow.test.execution - package org.springframework.webflow.test.execution
Support for testing the execution of a flow definition.
org.springframework.webflow.util - package org.springframework.webflow.util
General purpose utility classes used internally by the Spring Web Flow system.

P

ParameterMap - Interface in org.springframework.webflow.core.collection
An interface for accessing parameters in a backing map.
parseContinuationId(String) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
 
parseContinuationId(String) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
 
parseContinuationId(String) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Template method to parse the continuation id from the encoded string.
parseContinuationId(String) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
 
parseConversationId(String) - Method in interface org.springframework.webflow.conversation.ConversationManager
Parse the string-encoded conversationId into its object form.
parseConversationId(String) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
 
parseFlowExecutionKey(String) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Parse the string-encoded flow execution key into its object form.
parseFlowExecutionKey(String) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
 
parseUid(String) - Method in class org.springframework.webflow.util.RandomGuidUidGenerator
 
parseUid(String) - Method in interface org.springframework.webflow.util.UidGenerator
Convert the string-encoded uid into its original object form.
pause(RequestControlContext, ViewSelection) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Pause this flow execution.
paused(RequestContext, ViewSelection) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a flow execution is paused, for instance when it is waiting for user input (after event processing).
paused(RequestContext, ViewSelection) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
PAUSED - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
A flow session with PAUSED status is currently waiting on the user to signal an event.
PermissionDeniedFlowExecutionAccessException - Exception in org.springframework.webflow.execution.repository
Thrown when access to a flow execution was denied by a repository.
PermissionDeniedFlowExecutionAccessException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException
Creates a new flow execution restoration exception.
PORTLET_MODE_ATTRIBUTE - Static variable in class org.springframework.webflow.action.portlet.SetPortletModeAction
The portlet mode to set can be specified in an action state action attribute with this name ("portletMode").
PortletContextMap - Class in org.springframework.webflow.context.portlet
A shared map backed by the Portlet context for accessing application scoped attributes.
PortletContextMap(PortletContext) - Constructor for class org.springframework.webflow.context.portlet.PortletContextMap
Create a new map wrapping given portlet context.
PortletExternalContext - Class in org.springframework.webflow.context.portlet
Provides contextual information about a JSR-168 Portlet environment that has called into Spring Web Flow.
PortletExternalContext(PortletContext, PortletRequest, PortletResponse) - Constructor for class org.springframework.webflow.context.portlet.PortletExternalContext
Create an external context wrapping given Portlet context, request and response.
PortletFlowController - Class in org.springframework.webflow.executor.mvc
Point of integration between Spring Portlet MVC and Spring Web Flow: a Controller that routes incoming portlet requests to one or more managed flow executions.
PortletFlowController() - Constructor for class org.springframework.webflow.executor.mvc.PortletFlowController
Create a new portlet flow controller.
PortletRequestMap - Class in org.springframework.webflow.context.portlet
Map backed by the Portlet request for accessing request scoped attributes.
PortletRequestMap(PortletRequest) - Constructor for class org.springframework.webflow.context.portlet.PortletRequestMap
Create a new map wrapping the attributes of given portlet request.
PortletRequestParameterMap - Class in org.springframework.webflow.context.portlet
Map backed by the Portlet request parameter map for accessing request local portlet parameters.
PortletRequestParameterMap(PortletRequest) - Constructor for class org.springframework.webflow.context.portlet.PortletRequestParameterMap
Create a new map wrapping the parameters of given portlet request.
PortletSessionMap - Class in org.springframework.webflow.context.portlet
Shared map backed by the Portlet session for accessing session scoped attributes in a Portlet environment.
PortletSessionMap(PortletRequest, int) - Constructor for class org.springframework.webflow.context.portlet.PortletSessionMap
Create a new map wrapping the session associated with given request.
postProcessResult(Event) - Method in class org.springframework.webflow.engine.AnnotatedAction
Get the event id to be used as grounds for a transition in the containing state, based on given result returned from action execution.
prepareApplicationView(FacesContext, FlowExecutionHolder) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Prepare the JSF view for rendering.
prepareResponse(JsfExternalContext, FlowExecutionHolder) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Prepare the appropriate JSF response (e.g.
put(String, Object) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
put(String, Object) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
Put the attribute into this map.
put(String, String) - Method in class org.springframework.webflow.test.MockParameterMap
Add a new parameter to this map.
put(String, String[]) - Method in class org.springframework.webflow.test.MockParameterMap
Add a new multi-valued parameter to this map.
putAll(AttributeMap) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
putAll(AttributeMap) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
Put all the attributes into this map.
putAttribute(Object, Object) - Method in interface org.springframework.webflow.conversation.Conversation
Puts a conversation attribute into this context.
putAttribute(String, Object) - Method in class org.springframework.webflow.engine.AnnotatedAction
Set an attribute on this annotated object.
putAttribute(String, Object) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Puts a execution attribute into the context.
putConversationScope(FlowExecutionKey, MutableAttributeMap) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
Sets the conversation scope attribute for the flow execution with the key provided.
putFlowExecution(FlowExecutionKey, FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
 
putFlowExecution(FlowExecutionKey, FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
 
putFlowExecution(FlowExecutionKey, FlowExecution) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Place the FlowExecution in this repository under the provided key.
putFlowExecution(FlowExecutionKey, FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
 
putFlowExecution(FlowExecutionKey, FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
 
putFormErrors(Errors, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Expose given errors instance in the specified scope.
putFormObject(Object, String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Expose given form object using given name in specified scope.
putRequestParameter(String, String) - Method in class org.springframework.webflow.test.MockExternalContext
Puts a request parameter into the mock parameter map.
putRequestParameter(String, String[]) - Method in class org.springframework.webflow.test.MockExternalContext
Puts a multi-valued request parameter into the mock parameter map.
putRequestParameter(String, String) - Method in class org.springframework.webflow.test.MockRequestContext
Adds a request parameter to the configured external context.
putRequestParameter(String, String[]) - Method in class org.springframework.webflow.test.MockRequestContext
Adds a multi-valued request parameter to the configured external context.

R

RandomGuid - Class in org.springframework.webflow.util
Globally unique identifier generator.
RandomGuid() - Constructor for class org.springframework.webflow.util.RandomGuid
Default constructor.
RandomGuid(boolean) - Constructor for class org.springframework.webflow.util.RandomGuid
Constructor with security option.
RandomGuidUidGenerator - Class in org.springframework.webflow.util
A key generator that uses the RandomGuid support class.
RandomGuidUidGenerator() - Constructor for class org.springframework.webflow.util.RandomGuidUidGenerator
 
readExternal(ObjectInput) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
readExternal(ObjectInput) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
 
REDIRECT_PREFIX - Static variable in class org.springframework.webflow.engine.builder.TextToViewSelector
Prefix used when the encoded view name wants to specify that a redirect is required.
reenter(RequestControlContext) - Method in class org.springframework.webflow.engine.TransitionableState
Re-enter this state.
ReflectionUtils - Class in org.springframework.webflow.util
Simple utility class for working with the java reflection API.
ReflectionUtils() - Constructor for class org.springframework.webflow.util.ReflectionUtils
 
refresh() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
Refresh the flow definition held by this holder.
refresh() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
refresh(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
refresh() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean
Refresh this flow definition registry, reloading all Flow definitions from their externalized representations.
refresh(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistryMBean
Refresh the Flow definition in this registry with the id provided, reloading it from it's externalized representation.
refresh() - Method in class org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder
 
refresh() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
 
refresh(ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
refresh(RequestContext) - Method in class org.springframework.webflow.engine.ViewState
Request that the current view selection be reconstituted to support reissuing the response.
refresh(ExternalContext) - Method in interface org.springframework.webflow.execution.FlowExecution
Refresh this flow execution, asking the current view selection to be reconstituted to support reissuing the last response.
refresh(String, ExternalContext) - Method in interface org.springframework.webflow.executor.FlowExecutor
Reissue the last response instruction issued by the flow execution.
refresh(String, ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
 
refresh() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Refresh the flow execution being tested, asking the current view state to make a "refresh" view selection.
refresh(ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Refresh the flow execution being tested, asking the current view state state to make a "refresh" view selection.
RefreshableFlowDefinitionHolder - Class in org.springframework.webflow.engine.builder
A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resource automatically.
RefreshableFlowDefinitionHolder(FlowAssembler) - Constructor for class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Creates a new refreshable flow definition holder that uses the configured assembler (GOF director) to drive flow assembly, on initial use and on any resource change or refresh.
refreshIfChanged() - Method in class org.springframework.webflow.engine.builder.RefreshableFlowDefinitionHolder
Reassemble the flow if its underlying resource has changed.
register(FlowDefinitionResource, FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Helper method to register the flow built from an externalized resource in the registry.
registerBean(String, Object) - Method in class org.springframework.webflow.test.MockFlowServiceLocator
Register a bean in the backing bean factory, typically to support a flow execution test.
registerFlowDefinition(FlowDefinitionHolder) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Register a flow definition in this registry.
registerFlowDefinition(FlowDefinitionHolder) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
registerFlowDefinition(FlowDefinitionRegistry, String, AbstractFlowBuilder) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilderFlowRegistryFactoryBean
Register the flow built by given flow builder in specified flow definition registry.
registerFlowDefinition(FlowDefinitionRegistry, String, AttributeMap, AbstractFlowBuilder) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilderFlowRegistryFactoryBean
Register the flow built by given flow builder in specified flow definition registry.
registerFlowDefinitions(FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
 
registerFlowDefinitions(FlowDefinitionRegistry) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistrar
Register flow definition resources managed by this registrar in the registry provided.
registerLocalBeans(Flow, ConfigurableBeanFactory) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Register beans in the bean factory local to the flow definition being built.
registerLocalMockServices(Flow, ConfigurableBeanFactory) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
Template method subclasses may override to register mock implementations of services used locally by the flow being tested.
registerMockServices(MockFlowServiceLocator) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Template method called by AbstractExternalizedFlowExecutionTests.createFlowServiceLocator() to allow registration of mock implementations of services needed to test the flow execution.
registerPropertyEditors(RequestContext, PropertyEditorRegistry) - Method in class org.springframework.webflow.action.FormAction
Register custom editors to perform type conversion on fields of your form object during data binding and form display.
registerPropertyEditors(PropertyEditorRegistry) - Method in class org.springframework.webflow.action.FormAction
Register custom editors to perform type conversion on fields of your form object during data binding and form display.
registerSubflow(Flow) - Method in class org.springframework.webflow.test.MockFlowServiceLocator
Register a subflow definition in the backing flow registry, typically to support a flow execution test.
remove(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
remove(String) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
Remove an attribute from this map.
remove(Action) - Method in class org.springframework.webflow.engine.ActionList
Remove the action instance from this list.
remove(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Remove the exception handler instance from this set.
remove(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
Remove the transition instance from this set.
removeAllListeners() - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Remove all listeners loadable by this loader.
removeAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletContextMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletRequestMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletRequestParameterMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
 
removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
 
removeAttribute(Object) - Method in interface org.springframework.webflow.conversation.Conversation
Removes a conversation attribute.
removeAttribute(String) - Method in class org.springframework.webflow.test.MockRequestContext
Remove a request context attribute.
removeFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
Remove identified flow definition from this registry.
removeFlowExecution(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
Remove the flow execution from the repository.
removeFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository
 
removeListener(FlowExecutionListener) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Remove the flow execution listener from the listener list.
removeListenerCriteria(FlowExecutionListener, FlowExecutionListenerCriteria) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Remove the criteria for the specified listener.
replaceWith(AttributeMap) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
replaceWith(AttributeMap) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
Replace the contents of this attribute map with the contents of the provided collection.
replaceWith(FlowExecution) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Replace the current flow execution with the one provided.
RepositoryType - Class in org.springframework.webflow.config
Type-safe enumeration of logical flow execution repository types.
REQUEST - Static variable in class org.springframework.webflow.execution.ScopeType
The "request" scope type.
RequestContext - Interface in org.springframework.webflow.execution
A context for a single request to manipulate a flow execution.
RequestControlContext - Interface in org.springframework.webflow.engine
Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
RequestParameterFlowExecutorArgumentHandler - Class in org.springframework.webflow.executor.support
Default FlowExecutor argument handler that extracts flow executor method arguments from the ExternalContext.getRequestParameterMap() and exposes arguments as URL encoded request parameters.
RequestParameterFlowExecutorArgumentHandler() - Constructor for class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
 
RequestParameterInputMapper - Class in org.springframework.webflow.executor
Simple attribute mapper implementation that puts all entries in the request parameter map of a source ExternalContext into the FlowExecution inputMap.
RequestParameterInputMapper() - Constructor for class org.springframework.webflow.executor.RequestParameterInputMapper
 
RequestPathFlowExecutorArgumentHandler - Class in org.springframework.webflow.executor.support
Flow executor argument handler that extracts arguments from the request path and exposes them in the URL path.
RequestPathFlowExecutorArgumentHandler() - Constructor for class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
 
requestProcessed(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a client request has completed processing.
requestProcessed(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
requestSubmitted(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when any client request is submitted to manipulate this flow execution.
requestSubmitted(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
resetForm(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Resets the form by clearing out the form object in the specified scope and recreating it.
resolveEntity(String, String) - Method in class org.springframework.webflow.engine.builder.xml.WebFlowEntityResolver
 
resolveMethod(RequestContext) - Method in class org.springframework.webflow.action.DefaultMultiActionMethodResolver
 
resolveMethod(RequestContext) - Method in interface org.springframework.webflow.action.MultiAction.MethodResolver
Resolve a method name from given flow execution request context.
resolveTargetState(Transition, State, RequestContext) - Method in class org.springframework.webflow.engine.support.DefaultTargetStateResolver
 
resolveTargetState(Transition, State, RequestContext) - Method in interface org.springframework.webflow.engine.TargetStateResolver
Resolve the target state of the transition from the source state in the current request context.
resolveVariable(FacesContext, String) - Method in class org.springframework.webflow.executor.jsf.DelegatingFlowVariableResolver
 
resolveVariable(FacesContext, String) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionVariableResolver
 
resolveVariable(FacesContext, String) - Method in class org.springframework.webflow.executor.jsf.FlowVariableResolver
 
resolveViewName(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Resolves the application view name from the request context.
ResourceHolder - Interface in org.springframework.webflow.util
Simple interface for all objects (typically flow builders) that hold on to a resource defining a flow (e.g.
ResponseInstruction - Class in org.springframework.webflow.executor
Immutable value object that provides clients with information about a response to issue.
ResponseInstruction(String, FlowExecutionContext, ViewSelection) - Constructor for class org.springframework.webflow.executor.ResponseInstruction
Create a new response instruction for a paused flow execution.
ResponseInstruction(FlowExecutionContext, ViewSelection) - Constructor for class org.springframework.webflow.executor.ResponseInstruction
Create a new response instruction for an ended flow execution.
ResponseInstructionHandler - Class in org.springframework.webflow.executor.support
Abstract helper class that allows easy handling of all known view selection types.
ResponseInstructionHandler() - Constructor for class org.springframework.webflow.executor.support.ResponseInstructionHandler
 
ResponseInstructionHandler.RuntimeResponseHandlingException - Exception in org.springframework.webflow.executor.support
Thrown during handleQuietly.
ResponseInstructionHandler.RuntimeResponseHandlingException(String, Throwable) - Constructor for exception org.springframework.webflow.executor.support.ResponseInstructionHandler.RuntimeResponseHandlingException
 
restoreFlowExecution(FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
 
restoreState(FlowExecution, MutableAttributeMap) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
 
restoreState(FlowExecution, MutableAttributeMap) - Method in interface org.springframework.webflow.execution.repository.support.FlowExecutionStateRestorer
Restore the transient state of the flow execution.
restoreState(FacesContext, Object) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Restore the FlowExecution from the stored FlowExecutionKey
result(boolean) - Method in class org.springframework.webflow.action.AbstractAction
Returns yes() if the boolean result is true, no() if false.
result(String) - Method in class org.springframework.webflow.action.AbstractAction
Returns a result event for this action with the specified identifier.
result(String, AttributeMap) - Method in class org.springframework.webflow.action.AbstractAction
Returns a result event for this action with the specified identifier and the specified set of attributes.
result(String, String, Object) - Method in class org.springframework.webflow.action.AbstractAction
Returns a result event for this action with the specified identifier and a single attribute.
result(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Factory method for a result exposer.
result(String, ScopeType) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Factory method for a result exposer.
ResultEventFactory - Interface in org.springframework.webflow.action
A strategy for creating an Event object from an arbitrary object such as an expression evaluation result or bean method return value.
ResultEventFactorySelector - Class in org.springframework.webflow.action
Helper that selects the ResultEventFactory to use for a particular result object.
ResultEventFactorySelector() - Constructor for class org.springframework.webflow.action.ResultEventFactorySelector
 
ResultObjectBasedEventFactory - Class in org.springframework.webflow.action
Result object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flow event.
ResultObjectBasedEventFactory() - Constructor for class org.springframework.webflow.action.ResultObjectBasedEventFactory
 
resume(RequestControlContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Resume this flow execution.
resume(String, String, ExternalContext) - Method in interface org.springframework.webflow.executor.FlowExecutor
Resume an existing, paused flow execution by signaling an event against its current state.
resume(String, String, ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
 
resumed(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called after a flow execution is successfully reactivated after pause (but before event processing).
resumed(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
ROOT_CAUSE_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
The name of the attribute to expose a root cause of a handled exception under in flash scope ("rootCauseException").

S

saveFlowExecution(JsfExternalContext, FlowExecutionHolder) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Updates the current flow execution in the repository.
saveState(FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Save the just the current FlowExecutionKey value.
ScopeType - Class in org.springframework.webflow.execution
An enumeration of the core scope types of Spring Web Flow.
select() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the select event id.
sendRedirect(String, FacesContext) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Helper method to issue a redirect in a JSF environment properly.
serialize(FlowExecution) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Internal helper method to serialize given flow execution.
SerializedFlowExecutionContinuation - Class in org.springframework.webflow.execution.repository.continuation
A continuation implementation that is based on standard Java serialization, created by a SerializedFlowExecutionContinuationFactory.
SerializedFlowExecutionContinuation() - Constructor for class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Default constructor necessary for Externalizable custom serialization semantics.
SerializedFlowExecutionContinuation(FlowExecution, boolean) - Constructor for class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
Creates a new serialized flow execution continuation.
SerializedFlowExecutionContinuationFactory - Class in org.springframework.webflow.execution.repository.continuation
A factory that creates new instances of flow execution continuations based on standard Java serialization.
SerializedFlowExecutionContinuationFactory() - Constructor for class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuationFactory
 
ServletExternalContext - Class in org.springframework.webflow.context.servlet
Provides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.
ServletExternalContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.webflow.context.servlet.ServletExternalContext
Create a new external context wrapping given servlet HTTP request and response and given servlet context.
SessionBindingConversationManager - Class in org.springframework.webflow.conversation.impl
Simple implementation of a conversation manager that stores conversations in the session attribute map.
SessionBindingConversationManager() - Constructor for class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
 
sessionCreated(RequestContext, FlowSession) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called after a new flow session has been created but before it starts.
sessionCreated(RequestContext, FlowSession) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
sessionEnded(RequestContext, FlowSession, AttributeMap) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a flow execution session ends.
sessionEnded(RequestContext, FlowSession, AttributeMap) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
sessionEnding(RequestContext, FlowSession, MutableAttributeMap) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when the active flow execution session has been asked to end but before it has ended.
sessionEnding(RequestContext, FlowSession, MutableAttributeMap) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
sessionStarted(RequestContext, FlowSession) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called after a new flow session has started.
sessionStarted(RequestContext, FlowSession) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
sessionStarting(RequestContext, FlowDefinition, MutableAttributeMap) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called to indicate a new flow definition session is about to be created and started.
sessionStarting(RequestContext, FlowDefinition, MutableAttributeMap) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
SetAction - Class in org.springframework.webflow.action
An action that sets an attribute in a scope when executed.
SetAction(SettableExpression, ScopeType, Expression) - Constructor for class org.springframework.webflow.action.SetAction
Creates a new set attribute action.
setActiveSession(FlowSession) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Sets the mock session to be the active session.
setActiveSession(FlowSession) - Method in class org.springframework.webflow.test.MockRequestContext
Sets the active flow session of the executing flow associated with this request.
setAlwaysGenerateNewNextKey(boolean) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
Sets a flag indicating if a new FlowExecutionKey should always be generated before each put call.
setAlwaysRedirectOnPause(boolean) - Method in class org.springframework.webflow.config.FlowSystemDefaults
Overrides the alwaysRedirectOnPause execution attribute default.
setApplicationMap(SharedAttributeMap) - Method in class org.springframework.webflow.test.MockExternalContext
Set the application attribute map.
setArgumentExtractor(FlowExecutorArgumentExtractor) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Sets the argument extractor to use by this navigation handler.
setArgumentHandler(FlowExecutorArgumentHandler) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Sets the handler for arguments needed by this phase listener to restore and launch flow executions.
setArgumentHandler(FlowExecutorArgumentHandler) - Method in class org.springframework.webflow.executor.mvc.FlowController
Sets the flow executor argument handler to use.
setArgumentHandler(FlowExecutorArgumentHandler) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Sets the flow executor argument handler to use.
setArgumentHandler(FlowExecutorArgumentHandler) - Method in class org.springframework.webflow.executor.struts.FlowAction
Sets the flow executor argument handler to use.
setArgumentHandler(FlowExecutorArgumentHandler) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Set the wrapped argument handler.
setAttribute(String, Object) - Method in class org.springframework.webflow.context.portlet.PortletContextMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.portlet.PortletRequestMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.portlet.PortletRequestParameterMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
 
setAttribute(String, Object) - Method in class org.springframework.webflow.test.MockRequestContext
Set a request context attribute.
setAttributeMapper(FlowAttributeMapper) - Method in class org.springframework.webflow.engine.SubflowState
Set the attribute mapper used to map model data between the parent and child flow.
setAttributes(AttributeMap) - Method in interface org.springframework.webflow.execution.RequestContext
Set the contextual attributes describing the state of this request.
setAttributes(AttributeMap) - Method in class org.springframework.webflow.test.MockRequestContext
 
setBeanFactory(BeanFactory) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
 
setBeanInvokingActionFactory(BeanInvokingActionFactory) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Sets the factory for creating bean invoking actions, actions that adapt methods on objects to the Action interface.
setBeanInvokingActionFactory(BeanInvokingActionFactory) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Sets the factory for creating bean invoking actions, actions that adapt methods on objects to the Action interface.
setCacheFlowDefinition(boolean) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Sets the flag indicating if the flow definition built from an externalized resource as part of this test should be cached.
setCaption(String) - Method in class org.springframework.webflow.engine.AnnotatedObject
Sets the short description (suitable for display in a tooltip).
setCaseSensitive(boolean) - Method in class org.springframework.webflow.engine.support.EventIdTransitionCriteria
Set whether or not the event id should be matched in a case sensitve manner.
setCompress(boolean) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuationFactory
Set whether or not the continuations should be compressed.
setContextPath(String) - Method in class org.springframework.webflow.test.MockExternalContext
Set the context path.
setContinuationFactory(FlowExecutionContinuationFactory) - Method in class org.springframework.webflow.execution.repository.continuation.ClientContinuationFlowExecutionRepository
Sets the continuation factory used by this repository.
setContinuationFactory(FlowExecutionContinuationFactory) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Sets the continuation factory that encapsulates the construction of continuations stored in this repository.
setContinuationIdGenerator(UidGenerator) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Sets the uid generation strategy used to generate unique continuation identifiers for flow execution keys.
setContinuationIdGenerator(UidGenerator) - Method in class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
Sets the uid generation strategy used to generate unique continuation identifiers for flow execution keys.
setConversationIdGenerator(UidGenerator) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Sets the configured generator for conversation ids.
setConversationManager(ConversationManager) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Sets the strategy for managing conversations that should be configured for flow executors created by this factory.
setConversationScope(MutableAttributeMap) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Sets flow execution (conversational) scope.
setConversionService(ConversionService) - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Set the conversion service to perform type conversion of event parameters to method arguments as neccessary.
setConversionService(ConversionService) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Set the conversion service to use to convert between types; typically from string to a rich object type.
setConversionService(ConversionService) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Set the conversion service to use to convert between types; typically from string to a rich object type.
setCurrentFormErrors(Errors, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Expose given errors instance using the well known alias FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE in the specified scope.
setCurrentFormObject(Object, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
Expose given form object using the well known alias FormObjectAccessor.CURRENT_FORM_OBJECT_ATTRIBUTE in the specified scope.
setCurrentState(State) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
Set the state that is currently active in this flow execution.
setCurrentState(State) - Method in interface org.springframework.webflow.engine.RequestControlContext
Record the current state that has entered in the executing flow.
setCurrentState(State) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
setDefaultFlowId(String) - Method in class org.springframework.webflow.executor.mvc.FlowController
Sets the identifier of the default flow to launch if no flowId argument can be extracted by the configured FlowExecutorArgumentHandler during request processing.
setDefaultFlowId(String) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Sets the identifier of the default flow to launch if no flowId argument can be extracted by the configured FlowExecutorArgumentHandler during render request processing.
setDefaultFlowId(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the default flowId argument value.
setDefaults(FlowSystemDefaults) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Set system defaults that should be used.
setDefinition(Flow) - Method in class org.springframework.webflow.test.MockFlowSession
Set the flow associated with this flow session.
setDefinitionLocator(FlowDefinitionLocator) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Sets the flow definition locator that will locate flow definitions needed for execution.
setDescription(String) - Method in class org.springframework.webflow.engine.AnnotatedObject
Sets the long description.
setDispatcherPath(String) - Method in class org.springframework.webflow.test.MockExternalContext
Set the dispatcher path.
setDocumentLoader(DocumentLoader) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Sets the loader that will load the XML-based flow definition document.
setDocumentLoader(DocumentLoader) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Sets the loader to load XML-based flow definition documents during flow definition assembly.
setDocumentLoader(DocumentLoader) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Sets the loader to load XML-based flow definition documents during flow definition assembly.
setEntityResolver(EntityResolver) - Method in class org.springframework.webflow.engine.builder.xml.DefaultDocumentLoader
Set a SAX entity resolver to be used for parsing.
setErrorEventId(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
setEventFactorySupport(EventFactorySupport) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Sets the event factory support helper to use to create commonly used event identifiers that drive transitions created by this builder.
setEventIdArgumentName(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the event id argument name, used to signal what user action happened within a paused flow execution.
setExceptionAttributeName(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
setExecutionAttributes(Map) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Sets the system attributes that apply to flow executions launched by the executor created by this factory.
setExecutionAttributes(AttributeMap) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
Sets the attributes to apply to flow executions created by this factory.
setExecutionAttributes(AttributeMap) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
Sets the attributes to apply to restored flow executions.
setExecutionAttributesMap(Map) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
Sets the attributes to apply to flow executions created by this factory.
setExecutionAttributesMap(Map) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
Sets the attributes to apply to restored flow executions.
setExecutionCriteria(TransitionCriteria) - Method in class org.springframework.webflow.engine.Transition
Set the criteria that determine whether or not this transition, once matched, should complete execution or should roll back.
setExecutionListener(FlowExecutionListener) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Convenience setter that sets a single listener that always applies to flow executions launched by the executor created by this factory.
setExecutionListenerLoader(FlowExecutionListenerLoader) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Sets the strategy for loading the listeners that will observe executions of a flow definition.
setExecutionListenerLoader(FlowExecutionListenerLoader) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
Sets the strategy for loading listeners that should observe executions of a flow definition.
setExecutionListenerLoader(FlowExecutionListenerLoader) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplStateRestorer
Sets the strategy for loading listeners that should observe executions of a flow definition.
setExecutionListeners(FlowExecutionListener[]) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Convenience setter that sets a list of listeners that always apply to flow executions launched by the executor created by this factory.
setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Set the expression parser responsible for parsing expression strings into evaluatable expression objects.
setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Set the expression parser responsible for parsing expression strings into evaluatable expression objects.
setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
Set the expression parser responsible for parsing expression strings into evaluatable expression objects.
setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Set the expression parser responsible for parsing expression strings into evaluatable expression objects.
setExternalContext(ExternalContext) - Static method in class org.springframework.webflow.context.ExternalContextHolder
Associate the given ExternalContext with the current thread.
setExternalContext(ExternalContext) - Method in class org.springframework.webflow.test.MockRequestContext
Sets the external context.
setFallback(boolean) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Set whether or not to fall back on the flow id extracted by the wrapped argument handler if no mapping is defined for a flow id.
setFlow(Flow) - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Set the flow being built by this builder.
setFlow(Flow) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
Sets the top-level flow definition.
setFlowArtifactFactory(FlowArtifactFactory) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
Sets the factory encapsulating the creation of central Flow artifacts such as flows and states.
setFlowArtifactFactory(FlowArtifactFactory) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Sets the factory encapsulating the creation of central Flow artifacts such as flows and states.
setFlowAttributes(Map) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Sets flow attributes from an externalized java.util.Map.
setFlowDefinitions(Properties) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Convenience method for setting externalized flow definitions from a java.util.Properties map.
setFlowExecutionAttributes(AttributeMap) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Sets system attributes to be associated with the flow execution the next time one is started by this test.
setFlowExecutionContext(FlowExecutionContext) - Method in class org.springframework.webflow.test.MockRequestContext
Sets the flow execution context.
setFlowExecutionContextAttributeName(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the flow execution context attribute name.
setFlowExecutionHolder(FlowExecutionHolder, FacesContext) - Static method in class org.springframework.webflow.executor.jsf.FlowExecutionHolderUtils
Sets the current flow execution holder for the given faces context.
setFlowExecutionKey(FlowExecutionKey) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Sets the continuation key.
setFlowExecutionKey(String) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
Sets the tracked flow execution key used to restore the current flow execution during FlowExecutionKeyStateHolder.restoreState(FacesContext, Object).
setFlowExecutionKeyArgumentName(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the flow execution key argument name, used to request that an executing conversation resumes.
setFlowExecutionKeyAttributeName(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the flow execution key attribute name, used as a model attribute for identifying the current state of the executing flow being participated in (typically used by view templates during rendering).
setFlowExecutionListener(FlowExecutionListener) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Set a single listener to be attached to the flow execution the next time one is started by this test.
setFlowExecutionListeners(FlowExecutionListener[]) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
Set the listeners to be attached to the flow execution the next time one is started by this test.
setFlowExecutionLock(FlowExecutionLock) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Sets the lock acquired on the flow execution
setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.executor.mvc.FlowController
Sets the flow executor to use; setting this property is required.
setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Configures the flow executor implementation to use.
setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.executor.struts.FlowAction
Configures the flow executor implementation to use.
setFlowIdArgumentName(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Sets the flow id argument name, used to request a flow to launch.
setFlowIdPrefix(String) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandlerArgumentExtractor
Sets the prefix of an outcome string that indicates a new flow should be launched.
setFlowLocations(Resource[]) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Sets the locations (resource file paths) pointing to XML-based flow definitions.
setFlowServiceLocator(FlowServiceLocator) - Method in class org.springframework.webflow.engine.builder.BaseFlowBuilder
Sets the flow service locator to use.
setFlowServiceLocator(FlowServiceLocator) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Sets the flow service locator.
setFormErrorsScope(ScopeType) - Method in class org.springframework.webflow.action.FormAction
Set the scope in which the Errors object will be placed.
setFormObjectClass(Class) - Method in class org.springframework.webflow.action.FormAction
Set the form object class for this action.
setFormObjectName(String) - Method in class org.springframework.webflow.action.FormAction
Set the name of the form object in the configured scope.
setFormObjectScope(ScopeType) - Method in class org.springframework.webflow.action.FormAction
Set the scope in which the form object will be placed.
setGlobalSessionMap(SharedAttributeMap) - Method in class org.springframework.webflow.test.MockExternalContext
Set the global session attribute map.
setId(String) - Method in class org.springframework.webflow.engine.Flow
Set the unique id of this flow.
setId(String) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
setInputMapper(AttributeMapper) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Set the service responsible for mapping attributes of an ExternalContext to a new FlowExecution during the launch flow operation.
setInputMapper(AttributeMapper) - Method in class org.springframework.webflow.engine.Flow
Sets the mapper to map flow input attributes.
setInputMapper(AttributeMapper) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
Set the service responsible for mapping attributes of an ExternalContext to a new FlowExecution during the launch flow operation.
setInputMapper(AttributeMapper) - Method in class org.springframework.webflow.executor.jsf.FlowNavigationHandler
Sets the service responsible for mapping attributes of an ExternalContext to a new FlowExecution during a launch flow operation.
setInputMapper(AttributeMapper) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Sets the service responsible for mapping attributes of an ExternalContext to a new FlowExecution during a launch flow operation.
setKeyDelimiter(String) - Method in class org.springframework.webflow.executor.support.RequestPathFlowExecutorArgumentHandler
Sets the delimiter that when present in the requestPathInfo indicates the flowExecutionKey follows in the URL.
setLastEvent(Event) - Method in interface org.springframework.webflow.engine.RequestControlContext
Record the last event signaled in the executing flow.
setLastEvent(Event) - Method in class org.springframework.webflow.test.MockRequestContext
Set the last event that occured in this request context.
setLastTransition(Transition) - Method in interface org.springframework.webflow.engine.RequestControlContext
Record the last transition that executed in the executing flow.
setLastTransition(Transition) - Method in class org.springframework.webflow.test.MockRequestContext
Set the last transition that executed in this request context.
setListeners(Map) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
Set the list of flow execution listeners with corresponding criteria.
setLocation(Resource) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Sets the resource from which the document element was loaded.
setLocations(Resource[]) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Sets the locations (file paths) pointing to externalized flow definitions.
setMappings(Properties) - Method in class org.springframework.webflow.executor.support.FlowIdMappingArgumentHandlerWrapper
Set the mappings between client-submitted flow identifiers and internal flow identifiers.
setMatchingCriteria(TransitionCriteria) - Method in class org.springframework.webflow.engine.Transition
Set the criteria that determine whether or not this transition matches as eligible for execution.
setMaxContinuations(int) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Set the maximum number of continuation snapshots allowed for a single conversation when using the continuation flow execution repository.
setMaxContinuations(int) - Method in class org.springframework.webflow.execution.repository.continuation.ContinuationFlowExecutionRepository
Sets the maximum number of continuations allowed per conversation in this repository.
setMaxConversations(int) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Set the maximum number of allowed concurrent conversations in the session.
setMaxConversations(int) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Set the maximum number of allowed concurrent conversations.
setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.action.FormAction
Set the strategy to use for resolving errors into message codes.
setMethod(String) - Method in class org.springframework.webflow.engine.AnnotatedAction
Sets the name of the action method to invoke when the target action is executed.
setMethodResolver(MultiAction.MethodResolver) - Method in class org.springframework.webflow.action.MultiAction
Set the strategy used to resolve action execution method names.
setMethodResultExposer(ActionResultExposer) - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Configures how bean method return values should be exposed to an executing flow that invokes this action.
setName(String) - Method in class org.springframework.webflow.engine.AnnotatedAction
Sets the name of a named action.
setNoEventId(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
setNullEventId(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
setOutputMapper(AttributeMapper) - Method in class org.springframework.webflow.engine.EndState
Sets the attribute mapper to use for mapping output attributes exposed by this end state when it is entered.
setOutputMapper(AttributeMapper) - Method in class org.springframework.webflow.engine.Flow
Sets the mapper to map flow output attributes.
setParameterValueDelimiter(String) - Method in class org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler
Set the delimiter used to parse a parameter value when a value is embedded in a parameter name (e.g.
setParent(FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.AbstractFlowDefinitionRegistryFactoryBean
Sets the parent registry of the registry constructed by this factory bean.
setParent(FlowDefinitionRegistry) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
Sets this registry's parent registry.
setParent(FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
setParent(FlowSession) - Method in class org.springframework.webflow.test.MockFlowSession
Set the parent flow session of this flow session in the ongoing flow execution.
setPortletMode(PortletMode) - Method in class org.springframework.webflow.action.portlet.SetPortletModeAction
Sets the mode that will be set in the response.
SetPortletModeAction - Class in org.springframework.webflow.action.portlet
Action implementation that changes a PortletResponse mode.
SetPortletModeAction() - Constructor for class org.springframework.webflow.action.portlet.SetPortletModeAction
 
setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.webflow.action.FormAction
Set a property editor registration strategy for this action's data binders.
setRedirectContextRelative(boolean) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Set whether to interpret a given redirect URL that starts with a slash ("/") as relative to the current ServletContext, i.e.
setRepositoryType(RepositoryType) - Method in class org.springframework.webflow.config.FlowExecutorFactoryBean
Sets the type of flow execution repository that should be configured for the flow executors created by this factory.
setRepositoryType(RepositoryType) - Method in class org.springframework.webflow.config.FlowSystemDefaults
Overrides the default repository type.
setRequestMap(MutableAttributeMap) - Method in class org.springframework.webflow.test.MockExternalContext
Set the request attribute map.
setRequestParameterMap(ParameterMap) - Method in class org.springframework.webflow.test.MockExternalContext
Set the request parameter map.
setRequestPathInfo(String) - Method in class org.springframework.webflow.test.MockExternalContext
Set the request path info.
setResourceLoader(ResourceLoader) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuildingFlowRegistryFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.webflow.engine.builder.BaseFlowServiceLocator
Set the resource loader to load file-based resources from string-encoded paths.
setResources(FlowDefinitionResource[]) - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
Sets the formal set of externalized flow definitions this registrar will register.
setResult(Object) - Method in class org.springframework.webflow.executor.support.ResponseInstructionHandler
Set the object resulting from response handling.
setResultAttributeName(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
setResultAttributes(AttributeMap) - Method in class org.springframework.webflow.test.MockAction
Sets attributes to associate with a returned action execution outcome.
setResultEventFactory(ResultEventFactory) - Method in class org.springframework.webflow.action.AbstractBeanInvokingAction
Set the bean return value->event adaption strategy.
setResultEventFactorySelector(ResultEventFactorySelector) - Method in class org.springframework.webflow.action.BeanInvokingActionFactory
Sets the strategy to calculate the result event factory to configure for each bean invoking action created by this factory.
setResultEventId(String) - Method in class org.springframework.webflow.test.MockAction
Sets the event identifier this mock action will use as its execution outcome.
setScope(MutableAttributeMap) - Method in class org.springframework.webflow.test.MockFlowSession
Set the scope data maintained by this flow session.
setSecure(boolean) - Method in class org.springframework.webflow.util.RandomGuidUidGenerator
Sets whether or not the generated random numbers should be secure.
setSessionKey(String) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
Sets the key this conversation manager uses to store conversation data in the session.
setSessionMap(SharedAttributeMap) - Method in class org.springframework.webflow.test.MockExternalContext
Set the session attribute map.
setStartState(String) - Method in class org.springframework.webflow.engine.Flow
Set the start state for this flow to the state with the provided stateId; a state must exist by the provided stateId.
setStartState(State) - Method in class org.springframework.webflow.engine.Flow
Set the start state for this flow to the state provided; any state may be the start state.
setState(State) - Method in class org.springframework.webflow.test.MockFlowSession
Set the currently active state.
setStatus(FlowSessionStatus) - Method in class org.springframework.webflow.test.MockFlowSession
Set the status of this flow session.
setStopOnError(boolean) - Method in class org.springframework.webflow.action.CompositeAction
Sets the stop on error flag.
setSuccessEventId(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
settableExpression(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Parses the expression string into a settable Expression object.
setTarget(Object) - Method in class org.springframework.webflow.action.MultiAction
Sets the target of this multi action's invocations.
setTargetAction(Action) - Method in class org.springframework.webflow.engine.AnnotatedAction
Set the target action wrapped by this decorator.
setTargetStateResolver(TargetStateResolver) - Method in class org.springframework.webflow.engine.Transition
Set this transition's target state resolver, to calculate what state to transition to when this transition is executed.
setTransient(boolean) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionKeyStateHolder
 
setTrueEventId(String) - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
Sets the action result eventId that should cause this precondition to return true (it will return false otherwise).
setupForm(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Prepares a form object for display in a new form, creating it and caching it in the FormAction.getFormObjectScope() if necessary.
setUrlEncodingScheme(String) - Method in class org.springframework.webflow.executor.support.FlowExecutorArgumentHandler
Set the url encoding scheme to be used to encode URLs built by this argument handler.
setValidating(boolean) - Method in class org.springframework.webflow.engine.builder.xml.DefaultDocumentLoader
Set if the XML parser should validate the document and thus enforce a schema.
setValidator(Validator) - Method in class org.springframework.webflow.action.FormAction
Set the validator for this action.
setValue(Object, Object, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
setValue(Object, int, Object) - Method in class org.springframework.webflow.executor.jsf.AbstractFlowExecutionPropertyResolver
 
setViewIdMapper(ViewIdMapper) - Method in class org.springframework.webflow.executor.jsf.FlowPhaseListener
Sets the JSF view id mapper used by this phase listener.
setViewSelection(ViewSelection) - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Sets the selected view from the current flow execution request.
setViewSelector(ViewSelector) - Method in class org.springframework.webflow.engine.EndState
Sets the strategy used to select the view to render when this end state is entered and terminates a root flow.
setViewSelector(ViewSelector) - Method in class org.springframework.webflow.engine.ViewState
Sets the strategy used to select the view to render in this view state.
setXmlFlowRegistrar(XmlFlowRegistrar) - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
Set the configured externalized XML flow registrar.
setYesEventId(String) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
 
SharedAttributeMap - Interface in org.springframework.webflow.core.collection
An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
shouldRedirect(RequestContext) - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
Determine whether or not a redirect should be used to render the application view.
signalEvent(String, ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
signalEvent(Event) - Method in interface org.springframework.webflow.engine.RequestControlContext
Signals the occurence of an event in the current state of this flow execution request context.
signalEvent(String, ExternalContext) - Method in interface org.springframework.webflow.execution.FlowExecution
Signal an occurrence of the specified user event in the current state of this executing flow.
signalEvent(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Signal an occurence of an event in the current state of the flow execution being tested.
signalEvent(String, ParameterMap) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Signal an occurence of an event in the current state of the flow execution being tested.
signalEvent(String, ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Signal an occurence of an event in the current state of the flow execution being tested.
signalEvent(Event) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
SIMPLE - Static variable in class org.springframework.webflow.config.RepositoryType
The 'simple' flow execution repository type.
SimpleConversationId - Class in org.springframework.webflow.conversation.impl
An id that uniquely identifies a conversation managed by a ConversationManager.
SimpleConversationId(Serializable) - Constructor for class org.springframework.webflow.conversation.impl.SimpleConversationId
Creates a new simple conversation id.
SimpleFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.support
Conversation manager based flow execution repository that stores exactly one flow execution per conversation.
SimpleFlowExecutionRepository(FlowExecutionStateRestorer, ConversationManager) - Constructor for class org.springframework.webflow.execution.repository.support.SimpleFlowExecutionRepository
Create a new simple repository using given state restorer and conversation manager.
SimpleFlowVariable - Class in org.springframework.webflow.engine.support
A trivial concrete flow variable subclass that creates new variable values using Java reflection.
SimpleFlowVariable(String, Class, ScopeType) - Constructor for class org.springframework.webflow.engine.support.SimpleFlowVariable
Creates a new simple flow variable.
singleEntryMap(String, Object) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
Factory method that returns a unmodifiable attribute map with a single entry.
SINGLEKEY - Static variable in class org.springframework.webflow.config.RepositoryType
The 'singleKey' flow execution repository type.
size() - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns the size of this map.
size() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
size() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
size() - Method in interface org.springframework.webflow.core.collection.ParameterMap
Returns the number of parameters in this map.
size() - Method in class org.springframework.webflow.engine.ActionList
Returns the size of this action list.
size() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Returns the size of this state exception handler set.
size() - Method in class org.springframework.webflow.engine.TransitionSet
Returns the size of this transition set.
start(RequestControlContext, MutableAttributeMap) - Method in class org.springframework.webflow.engine.Flow
Start a new session for this flow in its start state.
start(MutableAttributeMap, ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
start(Flow, MutableAttributeMap) - Method in interface org.springframework.webflow.engine.RequestControlContext
Spawn a new flow session and activate it in the currently executing flow.
start(MutableAttributeMap, ExternalContext) - Method in interface org.springframework.webflow.execution.FlowExecution
Start this flow execution, transitioning it to the root flow's start state and returning the starting view selection needed to issue an initial user response.
start(Flow, MutableAttributeMap) - Method in class org.springframework.webflow.test.MockRequestControlContext
 
startFlow() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Start the flow execution to be tested.
startFlow(MutableAttributeMap) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Start the flow execution to be tested.
startFlow(MutableAttributeMap, ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Start the flow execution to be tested.
STARTING - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
A flow session with STARTING status is about to enter its start state.
State - Class in org.springframework.webflow.engine
A point in a flow where something happens.
State(Flow, String) - Constructor for class org.springframework.webflow.engine.State
Creates a state for the provided flow identified by the provided id.
STATE_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
The name of the attribute to expose a handled exception under in flash scope ("stateException").
StateDefinition - Interface in org.springframework.webflow.definition
A step within a flow definition where behavior is executed.
stateEntered(RequestContext, StateDefinition, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a state transitions, after the transition occured.
stateEntered(RequestContext, StateDefinition, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
stateEntering(RequestContext, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
Called when a state transitions, after the transition is matched but before the transition occurs.
stateEntering(RequestContext, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
StaticFlowDefinitionHolder - Class in org.springframework.webflow.definition.registry
A simple flow definition holder that just holds a constant singleton reference to a flow definition.
StaticFlowDefinitionHolder(FlowDefinition) - Constructor for class org.springframework.webflow.definition.registry.StaticFlowDefinitionHolder
Creates the static flow definition holder.
StaticFlowExecutionListenerLoader - Class in org.springframework.webflow.execution.factory
A simple flow execution listener loader that simply returns a static listener array on each invocation.
StaticFlowExecutionListenerLoader(FlowExecutionListener) - Constructor for class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
Creates a new flow execution listener loader that returns the provided listener on each invocation.
StaticFlowExecutionListenerLoader(FlowExecutionListener[]) - Constructor for class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
Creates a new flow execution listener loader that returns the provided listener array on each invocation.
StrutsExternalContext - Class in org.springframework.webflow.executor.struts
Provides consistent access to a Struts environment from within the Spring Web Flow system.
StrutsExternalContext(ActionMapping, ActionForm, ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.webflow.executor.struts.StrutsExternalContext
Creates a new Struts external context.
SubflowState - Class in org.springframework.webflow.engine
A transitionable state that spawns a subflow when executed.
SubflowState(Flow, String, Flow) - Constructor for class org.springframework.webflow.engine.SubflowState
Create a new subflow state.
submit() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the submit event id.
success() - Method in class org.springframework.webflow.action.AbstractAction
Returns a "success" result event.
success(Object) - Method in class org.springframework.webflow.action.AbstractAction
Returns a "success" result event with the provided result object as a parameter.
success() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the success event id.
success(Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a "success" event.
success(Object, Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a "success" event with the provided result object as an attribute.
SuccessEventFactory - Class in org.springframework.webflow.action
Default implementation of the resultObject-to-event mapping interface.
SuccessEventFactory() - Constructor for class org.springframework.webflow.action.SuccessEventFactory
 
SUSPENDED - Static variable in class org.springframework.webflow.execution.FlowSessionStatus
A flow session that is SUSPENDED is not actively executing a flow.

T

TargetStateResolver - Interface in org.springframework.webflow.engine
A strategy for calculating the target state of a transition.
test(RequestContext) - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
 
test(RequestContext) - Method in class org.springframework.webflow.engine.support.BooleanExpressionTransitionCriteria
 
test(RequestContext) - Method in class org.springframework.webflow.engine.support.EventIdTransitionCriteria
 
test(RequestContext) - Method in class org.springframework.webflow.engine.support.NotTransitionCriteria
 
test(RequestContext) - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
 
test(RequestContext) - Method in interface org.springframework.webflow.engine.TransitionCriteria
Check if the transition should fire based on the given flow execution request context.
test(RequestContext) - Method in class org.springframework.webflow.engine.WildcardTransitionCriteria
 
TextToTargetStateResolver - Class in org.springframework.webflow.engine.builder
Converter that takes an encoded string representation and produces a corresponding TargetStateResolver object.
TextToTargetStateResolver(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.TextToTargetStateResolver
Create a new converter that converts strings to transition target state resolver objects.
TextToTransitionCriteria - Class in org.springframework.webflow.engine.builder
Converter that takes an encoded string representation and produces a corresponding TransitionCriteria object.
TextToTransitionCriteria(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.TextToTransitionCriteria
Create a new converter that converts strings to transition criteria objects.
TextToViewSelector - Class in org.springframework.webflow.engine.builder
Converter that converts an encoded string representation of a view selector into a ViewSelector object that will make selections at runtime.
TextToViewSelector(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.TextToViewSelector
Create a new text to ViewSelector converter.
to(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a target state resolver for the given state id expression.
toActionForward(ResponseInstruction, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, ExternalContext) - Method in class org.springframework.webflow.executor.struts.FlowAction
Return a Struts ActionForward given a ResponseInstruction.
toAnnotatedArray() - Method in class org.springframework.webflow.engine.ActionList
Returns the list of actions in this list as a typed annotated action array.
toArray() - Method in class org.springframework.webflow.engine.ActionList
Convert this list to a typed action array.
toArray() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Convert this list to a typed state exception handler array.
toArray() - Method in class org.springframework.webflow.engine.TransitionSet
Convert this set to a typed transition array.
toByteArray() - Method in class org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuation
Converts this continuation to a byte array for convenient serialization.
toByteArray() - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
 
toIterator(Enumeration) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
Factory method that adapts an enumeration to an iterator.
toModelAndView(ResponseInstruction, ExternalContext) - Method in class org.springframework.webflow.executor.mvc.FlowController
Create a ModelAndView object based on the information in the selected response instruction.
toModelAndView(ResponseInstruction) - Method in class org.springframework.webflow.executor.mvc.PortletFlowController
Convert given response instruction into a Spring Portlet MVC model and view.
toString() - Method in class org.springframework.webflow.action.ActionResultExposer
 
toString() - Method in class org.springframework.webflow.action.CompositeAction
 
toString() - Method in class org.springframework.webflow.config.FlowSystemDefaults
 
toString() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
 
toString() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
 
toString() - Method in class org.springframework.webflow.conversation.ConversationId
Subclasses should override toString to return a parseable string form of the key.
toString() - Method in class org.springframework.webflow.conversation.ConversationParameters
 
toString() - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
 
toString() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
toString() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
 
toString() - Method in class org.springframework.webflow.definition.registry.ExternalizedFlowDefinitionRegistrar
 
toString() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
toString() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionResource
 
toString() - Method in class org.springframework.webflow.engine.ActionList
 
toString() - Method in class org.springframework.webflow.engine.AnnotatedAction
 
toString() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
 
toString() - Method in class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
 
toString() - Method in class org.springframework.webflow.engine.Flow
 
toString() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
 
toString() - Method in class org.springframework.webflow.engine.FlowVariable
 
toString() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
toString() - Method in class org.springframework.webflow.engine.State
 
toString() - Method in class org.springframework.webflow.engine.support.ApplicationViewSelector
 
toString() - Method in class org.springframework.webflow.engine.support.AttributeExpression
 
toString() - Method in class org.springframework.webflow.engine.support.BooleanExpressionTransitionCriteria
 
toString() - Method in class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper
 
toString() - Method in class org.springframework.webflow.engine.support.DefaultTargetStateResolver
 
toString() - Method in class org.springframework.webflow.engine.support.EventIdTransitionCriteria
 
toString() - Method in class org.springframework.webflow.engine.support.ExternalRedirectSelector
 
toString() - Method in class org.springframework.webflow.engine.support.NotTransitionCriteria
 
toString() - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
 
toString() - Method in class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
 
toString() - Method in class org.springframework.webflow.engine.Transition
 
toString() - Method in class org.springframework.webflow.engine.TransitionSet
 
toString() - Method in class org.springframework.webflow.engine.WildcardTransitionCriteria
 
toString() - Method in class org.springframework.webflow.execution.Event
 
toString() - Method in class org.springframework.webflow.execution.repository.FlowExecutionKey
Subclasses should override toString to return a parseable string form of the key.
toString() - Method in class org.springframework.webflow.execution.support.ApplicationView
 
toString() - Method in class org.springframework.webflow.execution.support.ExternalRedirect
 
toString() - Method in class org.springframework.webflow.execution.support.FlowDefinitionRedirect
 
toString() - Method in class org.springframework.webflow.execution.support.FlowExecutionRedirect
 
toString() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
 
toString() - Method in class org.springframework.webflow.executor.jsf.JsfExternalContext
 
toString() - Method in class org.springframework.webflow.executor.ResponseInstruction
 
toString() - Method in class org.springframework.webflow.util.RandomGuid
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc).
transition(TransitionCriteria, TargetStateResolver) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a new transition.
transition(TransitionCriteria, TargetStateResolver, TransitionCriteria) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a new transition.
transition(TransitionCriteria, TargetStateResolver, TransitionCriteria, AttributeMap) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates a new transition.
Transition - Class in org.springframework.webflow.engine
A path from one state to another state.
Transition(TargetStateResolver) - Constructor for class org.springframework.webflow.engine.Transition
Create a new transition that always matches and always executes, transitioning to the target state calculated by the provided targetStateResolver.
Transition(TransitionCriteria, TargetStateResolver) - Constructor for class org.springframework.webflow.engine.Transition
Create a new transition that matches on the specified criteria, transitioning to the target state calculated by the provided targetStateResolver.
TransitionableState - Class in org.springframework.webflow.engine
Abstract superclass for states that can execute a transition in response to an event.
TransitionableState(Flow, String) - Constructor for class org.springframework.webflow.engine.TransitionableState
Create a new transitionable state.
TransitionableStateDefinition - Interface in org.springframework.webflow.definition
A state that can transition to another state.
TransitionCriteria - Interface in org.springframework.webflow.engine
Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow execution request context.
TransitionCriteriaChain - Class in org.springframework.webflow.engine.support
An ordered chain of TransitionCriteria.
TransitionCriteriaChain() - Constructor for class org.springframework.webflow.engine.support.TransitionCriteriaChain
Creates an initially empty transition criteria chain.
TransitionCriteriaChain(TransitionCriteria[]) - Constructor for class org.springframework.webflow.engine.support.TransitionCriteriaChain
Creates a transition criteria chain with the specified criteria.
TransitionDefinition - Interface in org.springframework.webflow.definition
A transition takes a flow from one state to another.
TransitionExecutingStateExceptionHandler - Class in org.springframework.webflow.engine.support
A flow execution exception handler that maps the occurence of a specific type of exception to a transition to a new State.
TransitionExecutingStateExceptionHandler() - Constructor for class org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler
 
TransitionSet - Class in org.springframework.webflow.engine
A typed set of transitions for use internally by artifacts that can apply transition execution logic.
TransitionSet() - Constructor for class org.springframework.webflow.engine.TransitionSet
 

U

UidGenerator - Interface in org.springframework.webflow.util
A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
union(AttributeMap) - Method in interface org.springframework.webflow.core.collection.AttributeMap
Returns a new attribute map containing the union of this map with the provided map.
union(AttributeMap) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
 
unlock() - Method in interface org.springframework.webflow.conversation.Conversation
Unlock this conversation, making it available to others for manipulation.
unlock() - Method in interface org.springframework.webflow.conversation.impl.ConversationLock
Release the conversation lock.
unlock() - Method in interface org.springframework.webflow.execution.repository.FlowExecutionLock
Release the flow execution lock.
unlockFlowExecutionIfNecessary() - Method in class org.springframework.webflow.executor.jsf.FlowExecutionHolder
Unlock the held flow execution if necessary.
unmarshal() - Method in class org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuation
Restores the flow execution wrapped in this continuation.
unmarshal() - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
 
updateFlowExecution(FlowExecution) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
Directly update the flow execution used by the test by setting it to given flow execution.

V

validate(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Validate the form object by invoking the validator if configured.
validationEnabled(RequestContext) - Method in class org.springframework.webflow.action.FormAction
Return whether validation should be performed given the state of the flow request context.
VALIDATOR_METHOD_ATTRIBUTE - Static variable in class org.springframework.webflow.action.FormAction
Optional attribute that identifies the method that should be invoked on the configured validator instance, to support piecemeal wizard page validation ("validatorMethod").
valueBound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.servlet.HttpSessionMapBindingListener
 
valueBound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
Called when the implementing instance is bound into an AttributeMap.
valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.servlet.HttpSessionMapBindingListener
 
valueUnbound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
Called when the implementing instance is unbound from an AttributeMap.
ViewIdMapper - Interface in org.springframework.webflow.executor.jsf
Interface to be implemented by objects that can map Web Flow view names to JSF view identifiers.
ViewSelection - Class in org.springframework.webflow.execution
Abstract base class for value objects that provide callers into a flow execution information about a logical response to issue and the data necessary to issue it.
ViewSelection() - Constructor for class org.springframework.webflow.execution.ViewSelection
 
viewSelector(String) - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Factory method that creates a view selector from an encoded view name.
ViewSelector - Interface in org.springframework.webflow.engine
Factory that produces a new, configured ViewSelection object on each invocation, taking into account the information in the provided flow execution request context.
ViewState - Class in org.springframework.webflow.engine
A view state is a state that issues a response to the user, for example, for soliciting form input.
ViewState(Flow, String) - Constructor for class org.springframework.webflow.engine.ViewState
Create a new view state.

W

WebFlowConfigNamespaceHandler - Class in org.springframework.webflow.config
NamespaceHandler for the webflow-config namespace.
WebFlowConfigNamespaceHandler() - Constructor for class org.springframework.webflow.config.WebFlowConfigNamespaceHandler
 
WebFlowEntityResolver - Class in org.springframework.webflow.engine.builder.xml
EntityResolver implementation for the Spring Web Flow 1.0 XML Schema.
WebFlowEntityResolver() - Constructor for class org.springframework.webflow.engine.builder.xml.WebFlowEntityResolver
 
WILDCARD_EVENT_ID - Static variable in class org.springframework.webflow.engine.WildcardTransitionCriteria
Event id value ("*") that will cause the transition to match on any event.
WildcardTransitionCriteria - Class in org.springframework.webflow.engine
Transition criteria that always returns true.
writeExternal(ObjectOutput) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
 
writeExternal(ObjectOutput) - Method in class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation
 

X

XmlFlowBuilder - Class in org.springframework.webflow.engine.builder.xml
Flow builder that builds flows as defined in an XML document.
XmlFlowBuilder(Resource) - Constructor for class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Create a new XML flow builder parsing the document at the specified location.
XmlFlowBuilder(Resource, FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.xml.XmlFlowBuilder
Create a new XML flow builder parsing the document at the specified location, using the provided service locator to access externally managed flow artifacts.
XmlFlowRegistrar - Class in org.springframework.webflow.engine.builder.xml
A flow definition registrar that populates a flow definition registry with flow definitions defined in externalized XML resources.
XmlFlowRegistrar() - Constructor for class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Creates a new XML flow registrar.
XmlFlowRegistrar(FlowServiceLocator) - Constructor for class org.springframework.webflow.engine.builder.xml.XmlFlowRegistrar
Creates a new XML flow registrar.
XmlFlowRegistryFactoryBean - Class in org.springframework.webflow.engine.builder.xml
A factory bean that produces a populated flow registry using an XmlFlowRegistrar.
XmlFlowRegistryFactoryBean() - Constructor for class org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean
 

Y

yes() - Method in class org.springframework.webflow.action.AbstractAction
Returns a "yes" result event.
yes() - Method in class org.springframework.webflow.engine.builder.AbstractFlowBuilder
Creates the yes event id.
yes(Object) - Method in class org.springframework.webflow.execution.support.EventFactorySupport
Returns a "yes" event.

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

Copyright © 2004-2007. All Rights Reserved.