- FilenameFlowUrlHandler - Class in org.springframework.webflow.context.servlet
-
- FilenameFlowUrlHandler() - Constructor for class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
-
- fillCopy(AbstractActionModel) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
-
- fillCopy(AbstractMappingModel) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- fillCopy(AbstractStateModel) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- fillCopy(AbstractTransitionableStateModel) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
-
- findEditor(String, Class<?>) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- FlashScope - Class in org.springframework.webflow.scope
-
Flash scope implementation.
- FlashScope() - Constructor for class org.springframework.webflow.scope.FlashScope
-
- 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_EXECUTION_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
The name of the attribute to expose a handled exception under in flash scope ("flowExecutionException").
- FlowAjaxTiles3View - Class in org.springframework.webflow.mvc.view
-
Tiles view implementation that is able to handle partial rendering for Spring
Javascript Ajax requests.
- FlowAjaxTiles3View() - Constructor for class org.springframework.webflow.mvc.view.FlowAjaxTiles3View
-
- FlowAjaxTilesView - Class in org.springframework.webflow.mvc.view
-
Tiles view implementation that is able to handle partial rendering for Spring
Javascript Ajax requests.
- FlowAjaxTilesView() - Constructor for class org.springframework.webflow.mvc.view.FlowAjaxTilesView
-
- FlowArtifactFactory - Class in org.springframework.webflow.engine.builder
-
- FlowArtifactFactory() - Constructor for class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
- FlowAssembler - Class in org.springframework.webflow.engine.builder
-
A director for assembling flows, delegating to a
FlowBuilder to construct a flow.
- FlowAssembler(FlowBuilder, FlowBuilderContext) - Constructor for class org.springframework.webflow.engine.builder.FlowAssembler
-
Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
- FlowAttributeMappingException - Exception in org.springframework.webflow.engine
-
Base class for attribute mapping failures.
- FlowAttributeMappingException(String, String, MappingResults, String) - Constructor for exception org.springframework.webflow.engine.FlowAttributeMappingException
-
Creates a new attrbute mapping exception
- FlowBuilder - Interface in org.springframework.webflow.engine.builder
-
Builder interface used to build a flow definition.
- FlowBuilderContext - Interface in org.springframework.webflow.engine.builder
-
Provides services needed to a direct a flow builder through building a flow definition.
- FlowBuilderContextImpl - Class in org.springframework.webflow.engine.builder.support
-
Generic implementation of a flow builder context, suitable for use by most flow assembly systems.
- FlowBuilderContextImpl(String, AttributeMap<Object>, FlowDefinitionLocator, FlowBuilderServices) - Constructor for class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
Creates a new flow builder context.
- 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.
- FlowBuilderServices - Class in org.springframework.webflow.engine.builder.support
-
A simple holder for configuring the services used by flow builders.
- FlowBuilderServices() - Constructor for class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- FlowBuilderServicesBuilder - Class in org.springframework.webflow.config
-
A builder for creating
FlowBuilderServices instances designed for programmatic
use in
@Bean factory methods.
- FlowBuilderServicesBuilder(ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Create a new instance with the given ApplicationContext.
- FlowController - Class in org.springframework.webflow.mvc.servlet
-
The adapter between the Spring MVC Controller layer and the Spring Web Flow engine.
- FlowController() - Constructor for class org.springframework.webflow.mvc.servlet.FlowController
-
Creates a new flow controller.
- FlowDefinition - Interface in org.springframework.webflow.definition
-
The definition of a flow, a program that when executed carries out 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.
- FlowDefinitionRedirectAction - Class in org.springframework.webflow.action
-
An action that sends a flow definition redirect when executed.
- FlowDefinitionRedirectAction(Expression) - Constructor for class org.springframework.webflow.action.FlowDefinitionRedirectAction
-
Creates a new flow definition redirect action.
- FlowDefinitionRegistry - Interface in org.springframework.webflow.definition.registry
-
A container of flow definitions.
- FlowDefinitionRegistryBuilder - Class in org.springframework.webflow.config
-
A builder for creating
FlowDefinitionRegistry instances designed for programmatic
use in
@Bean factory methods.
- FlowDefinitionRegistryBuilder(ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Create a new instance with the given ApplicationContext.
- FlowDefinitionRegistryBuilder(ApplicationContext, FlowBuilderServices) - Constructor for class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
- 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
-
- FlowDefinitionResource - Class in org.springframework.webflow.config
-
An abstract representation of an externalized flow definition resource.
- FlowDefinitionResource(String, Resource, AttributeMap<Object>) - Constructor for class org.springframework.webflow.config.FlowDefinitionResource
-
Creates a new flow definition resource
- FlowDefinitionResourceFactory - Class in org.springframework.webflow.config
-
A factory for creating flow definition resources that serve as pointers to external Flow definition files.
- FlowDefinitionResourceFactory() - Constructor for class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Creates a new flow definition resource factory using a default resource loader.
- FlowDefinitionResourceFactory(ResourceLoader) - Constructor for class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Creates a new flow definition resource factory using the specified resource loader.
- 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
-
An execution of a flow definition.
- 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.
- 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 an active flow execution.
- 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 executions.
- 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.
- FlowExecutionImplFactory - Class in org.springframework.webflow.engine.impl
-
- FlowExecutionImplFactory() - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
- FlowExecutionKey - Class in org.springframework.webflow.execution
-
- FlowExecutionKey() - Constructor for class org.springframework.webflow.execution.FlowExecutionKey
-
- FlowExecutionKeyFactory - Interface in org.springframework.webflow.execution
-
A factory for creating flow execution keys.
- 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.
- FlowExecutionOutcome - Class in org.springframework.webflow.execution
-
An outcome returned by a flow execution when it ends.
- FlowExecutionOutcome(String, AttributeMap<Object>) - Constructor for class org.springframework.webflow.execution.FlowExecutionOutcome
-
Creates a new flow execution outcome
- 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
-
- 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.
- FlowExecutionResult - Class in org.springframework.webflow.executor
-
A value object providing information about the result of a flow execution request.
- FlowExecutionSnapshot - Class in org.springframework.webflow.execution.repository.snapshot
-
- FlowExecutionSnapshot() - Constructor for class org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
-
- FlowExecutionSnapshotFactory - Interface in org.springframework.webflow.execution.repository.snapshot
-
- FlowExecutionSnapshotGroup - Interface in org.springframework.webflow.execution.repository.impl
-
A group of flow execution snapshots.
- FlowExecutionStateRestorer - Interface in org.springframework.webflow.execution.repository.support
-
A strategy used by repositories to restore transient flow execution state during execution restoration.
- FlowExecutionStatus - Enum in org.springframework.webflow.engine.impl
-
- 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.
- FlowExecutorBuilder - Class in org.springframework.webflow.config
-
A builder for
FlowExecutor instances designed for programmatic use in
@Bean factory methods.
- FlowExecutorBuilder(FlowDefinitionLocator, ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowExecutorBuilder
-
Create a new instance with the given flow registry and ApplicationContext.
- 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.
- FlowHandler - Interface in org.springframework.webflow.mvc.portlet
-
A controller helper used for customizing access to a single flow definition in a Portlet environment.
- FlowHandler - Interface in org.springframework.webflow.mvc.servlet
-
A controller helper used for customizing access to a single flow definition in a Servlet enviroment.
- FlowHandlerAdapter - Class in org.springframework.webflow.mvc.portlet
-
A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Portlet
environment.
- FlowHandlerAdapter() - Constructor for class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
Creates a new flow handler adapter.
- FlowHandlerAdapter - Class in org.springframework.webflow.mvc.servlet
-
A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servlet
environment.
- FlowHandlerAdapter() - Constructor for class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Creates a new flow handler adapter.
- FlowHandlerMapping - Class in org.springframework.webflow.mvc.servlet
-
Implementation of
HandlerMapping that follows a simple convention for
creating URL path mappings from the
ids of registered
flow definitions.
- FlowHandlerMapping() - Constructor for class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
- FlowInputMappingException - Exception in org.springframework.webflow.engine
-
Thrown when flow input mapping fails.
- FlowInputMappingException(String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowInputMappingException
-
Creates a new flow input mapping exception.
- FlowInputMappingException(String, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowInputMappingException
-
Creates a new flow input mapping exception.
- FlowModel - Class in org.springframework.webflow.engine.model
-
Model support for flows.
- FlowModel() - Constructor for class org.springframework.webflow.engine.model.FlowModel
-
Create a flow model
- FlowModelBuilder - Interface in org.springframework.webflow.engine.model.builder
-
Builder interface used to build a flow model.
- FlowModelBuilderException - Exception in org.springframework.webflow.engine.model.builder
-
Exception thrown to indicate a problem while building a flow model.
- FlowModelBuilderException(String) - Constructor for exception org.springframework.webflow.engine.model.builder.FlowModelBuilderException
-
Create a new flow model builder exception.
- FlowModelBuilderException(String, Throwable) - Constructor for exception org.springframework.webflow.engine.model.builder.FlowModelBuilderException
-
Create a new flow model builder exception.
- FlowModelFlowBuilder - Class in org.springframework.webflow.engine.builder.model
-
- FlowModelFlowBuilder(FlowModelHolder) - Constructor for class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
- FlowModelHolder - Interface in org.springframework.webflow.engine.model.registry
-
A holder holding a reference to a Flow model.
- FlowModelHolderLocator - Interface in org.springframework.webflow.engine.model.registry
-
A companion to
FlowModelLocator for access to the FlowModelHolder
wrapping the FlowModel.
- FlowModelLocator - Interface in org.springframework.webflow.engine.model.registry
-
A runtime service locator interface for retrieving flow definitions by id.
- FlowModelRegistry - Interface in org.springframework.webflow.engine.model.registry
-
A container of flow models.
- FlowModelRegistryImpl - Class in org.springframework.webflow.engine.model.registry
-
A generic registry implementation for housing one or more flow models.
- FlowModelRegistryImpl() - Constructor for class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
-
- FlowOutputMappingException - Exception in org.springframework.webflow.engine
-
Thrown when flow output mapping fails.
- FlowOutputMappingException(String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowOutputMappingException
-
Creates a new flow output mapping exception.
- FlowOutputMappingException(String, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowOutputMappingException
-
Creates a new flow output mapping exception.
- FlowResourceELResolver - Class in org.springframework.webflow.expression.el
-
Custom EL resolver that resolves the messages from the active flow's MessageSource.
- FlowResourceELResolver() - Constructor for class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- FlowResourceELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- FlowResourceFlowViewResolver - Class in org.springframework.webflow.mvc.builder
-
Creates Spring-MVC Internal Resource view to render a flow-relative view resource such as a JSP template.
- FlowResourceFlowViewResolver() - Constructor for class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
- 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.
- FlowScope - Class in org.springframework.webflow.scope
-
Flow scope implementation.
- FlowScope() - Constructor for class org.springframework.webflow.scope.FlowScope
-
- FlowSession - Interface in org.springframework.webflow.execution
-
A single, local instantiation of a
flow definition launched within an overall flow execution.
- FlowUrlHandler - Interface in org.springframework.webflow.context.portlet
-
A interface for parsing and generating flow URLs.
- FlowUrlHandler - Interface in org.springframework.webflow.context.servlet
-
A interface for parsing and generating flow URLs.
- FlowVariable - Class in org.springframework.webflow.engine
-
A value object that defines a specification for a flow variable.
- FlowVariable(String, VariableValueFactory) - Constructor for class org.springframework.webflow.engine.FlowVariable
-
Creates a new flow variable.
- FlowVariablePropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor that enables use of the following reserved variables in expressions:
- FlowVariablePropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
-
- FlowViewResolver - Interface in org.springframework.webflow.mvc.view
-
A Web Flow flavor of the familiar Spring MVC View Resolver interface.
- 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.
- GeneratedFlowExecutionKey - Class in org.springframework.webflow.test
-
A simple flow execution key implementation.
- GeneratedFlowExecutionKey() - Constructor for class org.springframework.webflow.test.GeneratedFlowExecutionKey
-
Creates a new mock flow execution key.
- GenericSubflowAttributeMapper - Class in org.springframework.webflow.engine.support
-
Simple flow attribute mapper that holds an input and output mapper strategy.
- GenericSubflowAttributeMapper(Mapper, Mapper) - Constructor for class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
-
Create a new flow attribute mapper using given mapping strategies.
- get(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, V) - 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<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get an attribute value, asserting the value is of the required type.
- get(String, Class<T>, T) - 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, V) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- get(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- get(String, Class<T>, T) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- get(String, Class<T>, T) - 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<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, converting it from String to the target type.
- get(String, Class<T>, T) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, converting it from String to the target type or returning the defaultValue if
not found.
- get(int) - Method in class org.springframework.webflow.engine.ActionList
-
Returns the action in this list at the provided index.
- get(String, ObjectFactory<?>) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
- getAbstract() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getAccessDecisionManager() - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Get the access decision manager that makes flow authorization decisions.
- getAction() - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
-
- getAction() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Returns the action wrapped by this object.
- getActionList() - Method in class org.springframework.webflow.engine.ActionState
-
Returns the list of actions executable by this action state.
- getActionList() - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Returns the list of actions to execute when this handler handles an exception.
- getActionNameForLogging() - Method in class org.springframework.webflow.action.AbstractAction
-
Internal helper to return the name of this action for logging purposes.
- getActions() - Method in class org.springframework.webflow.action.CompositeAction
-
Returns the actions contained by this composite action.
- getActions() - Method in class org.springframework.webflow.engine.model.ActionStateModel
-
- getActions() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- 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
-
- getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the configured Ajax handler.
- getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the configured Ajax handler.
- getAllErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getAlwaysGenerateNewNextKey() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
The flag indicating if a new
FlowExecutionKey should always be generated before each put call.
- getAnnotated(int) - Method in class org.springframework.webflow.engine.ActionList
-
Returns the action in this list at the provided index, exposing it as an annotated action.
- getApplicationContext() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- getApplicationContext() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns a reference to application context hosting application objects and services used by this flow definition.
- getApplicationContext() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the application context hosting the flow system.
- getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getApplicationContext() - Method in class org.springframework.webflow.engine.Flow
-
- getApplicationMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the external application map, providing a storage for data local to the current user
application and accessible to both internal and external SWF artifacts.
- getApplicationMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getApplicationMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getApplicationMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getArray(String, Class<? extends T[]>) - 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<? extends T[]>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getArray(String, Class<T>) - 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<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a multi-valued parameter value, converting each value to the target type or returning null if no
value is found.
- getAttribute(String) - Method in class org.springframework.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.
- getAttribute(Object) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
-
- getAttributeMap() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Returns the mutable execution attribute map.
- getAttributeMap() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the contained mutable context
attribute map allowing setting of mock context
attributes.
- getAttributeName() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
-
Returns the name the attribute was bound with.
- getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletContextMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletRequestMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletRequestParameterMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.portlet.PortletSessionMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
-
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
-
- getAttributes() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns attributes to assign the flow definition.
- getAttributes() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a attribute map containing the attributes annotating this object.
- getAttributes() - Method in class org.springframework.webflow.core.AnnotatedObject
-
- getAttributes() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractActionModel
-
- getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getAttributes() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getAttributes() - Method in class org.springframework.webflow.engine.model.SecuredModel
-
- getAttributes() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getAttributes() - Method in class org.springframework.webflow.execution.Event
-
Returns an unmodifiable map storing the attributes of this event.
- getAttributes() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns runtime execution attributes that may influence the behavior of flow artifacts, such as states and
actions.
- getAttributes() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a context map for accessing attributes about the state of the current request.
- getAttributes() - Method in class org.springframework.webflow.security.SecurityRule
-
Gets security attributes
- getAttributes() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getAttributes() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getAttributeValue() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
-
Returns the value of the attribute.
- getBean() - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
-
- getBeanFactory(ELContext) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
-
- getBeanFactory() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
-
- getBeanImports() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getBind() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getBinder() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getBinderConfiguration() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the binding configuration that defines how to connect properties of the model to UI elements.
- getBinding(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Gets the binding with the specified name, or returns null if no such binding is found.
- getBindings() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Returns the set of bindings associated with this binding configuration.
- getBindings() - Method in class org.springframework.webflow.engine.model.BinderModel
-
- getBoolean(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a boolean attribute value in the map, returning null if no value was found.
- getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a boolean attribute value in the map, returning the default value if no value was found.
- getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getBoolean(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a boolean parameter value in the map, returning null if no value was found.
- getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a boolean parameter value in the map, returning the defaultValue if no value was found.
- getCaption() - Method in class org.springframework.webflow.conversation.ConversationParameters
-
Returns the short description.
- getCaption() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a short summary of this object, suitable for display as an icon caption or tool tip.
- getCaption() - Method in class org.springframework.webflow.core.AnnotatedObject
-
- getCaption() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getCaption() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getClassLoader() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the class loader used by this flow definition to load classes.
- getClassLoader() - Method in class org.springframework.webflow.engine.Flow
-
- getClassName() - Method in class org.springframework.webflow.engine.model.VarModel
-
- getCollection(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a collection attribute value in the map.
- getCollection(String, Class<T>) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getCommit() - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- getComparisonType() - Method in class org.springframework.webflow.security.SecurityRule
-
Gets comparison type
- getCompress() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Returns whether or not the snapshots should be compressed.
- getConfigAttributes(SecurityRule) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Convert SecurityRule into a form understood by Spring Security
- getContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the servlet context.
- getContext() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
Returns this flow builder's context.
- getContextPath() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns the logical path to the application hosting this external context.
- getContextPath() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getContextPath() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getContextPath() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getConversation(ConversationId) - Method in interface org.springframework.webflow.conversation.ConversationManager
-
Get the conversation with the provided id.
- getConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Return the identified conversation.
- getConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
- getConversation(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Returns the conversation governing the
FlowExecution with the provided key.
- getConversation(Serializable) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Returns the conversation governing the logical flow execution with the given execution id.
- getConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in conversation scope.
- getConversationContainer() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Obtain the conversation container from the session.
- getConversationId() - Method in exception org.springframework.webflow.conversation.NoSuchConversationException
-
Returns the conversation id that was not found.
- getConversationId() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Always returns null as most Spring Web Flow scopes do not have obvious conversation ids.
- getConversationManager() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
The conversation service to delegate to for managing conversations initiated by this repository.
- getConversations() - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
- getConversationScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getConversationScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a mutable map for data held in "conversation scope".
- getConversationScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable accessor for accessing and/or setting attributes in conversation scope.
- getConversationScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns conversation scope.
- getConversationScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getConversationScope() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getConversionService() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns a generic type conversion service for converting between types, typically from string to a rich value
object.
- getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getConversionService() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- getConverter() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
The id of the custom converter to use to convert bound property values.
- getConverter() - Method in class org.springframework.webflow.engine.model.BindingModel
-
- getConverterId(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Gets the converterId for the binding with the specified name.
- getCurrentEvent() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current event being processed by this flow.
- getCurrentEvent() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getCurrentFormErrors() - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object Errors tracker from the context, using the form object name.
- getCurrentFormErrors(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object Errors tracker from the context, using the form object name.
- getCurrentFormErrorsName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
-
Returns the current form object errors attribute name.
- getCurrentFormObject() - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the well-known attribute name.
- getCurrentFormObject(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the well-known attribute name.
- getCurrentFormObjectName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
-
Returns the current form object name.
- getCurrentState() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current state of the executing flow.
- getCurrentState() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getCurrentTransition() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current transition executing in this request.
- getCurrentTransition() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getCurrentUser() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the user's principal security object.
- getCurrentUser() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getCurrentUser() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getCurrentUser() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getCurrentView() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current view in use; if not null, the view returned is about to be rendered, is rendering, is
processing a user event, or has finished user event processing and the current ViewState is exiting due to a
state transition.
- getCurrentView() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getDefaultViewSuffix() - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
Returns the default view suffix when selecting views by convention.
- getDefinition() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getDefinition() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the root flow definition associated with this executing flow.
- getDefinition() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the flow definition backing this session.
- getDefinition() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getDefinition() - Method in class org.springframework.webflow.test.MockFlowSession
-
- getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowSession
-
Returns the flow definition of this session.
- getDefinitionLocator() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the locator to load flow definitions to execute.
- getDescription() - Method in class org.springframework.webflow.conversation.ConversationParameters
-
Returns the long description.
- getDescription() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a longer, more detailed description of this object.
- getDescription() - Method in class org.springframework.webflow.core.AnnotatedObject
-
- getDevelopment() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getDocument() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Returns the DOM document parsed from the XML file.
- getDocumentElement() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Returns the root document element.
- getElse() - Method in class org.springframework.webflow.engine.model.IfModel
-
- getEmbeddedMode() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Returns true if the flow current flow execution was launched in embedded page mode.
- getEmbeddedMode() - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- getEncodingScheme(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
- getEndActionList() - Method in class org.springframework.webflow.engine.Flow
-
Returns the list of actions executed by this flow when an execution of the flow ends.
- getEntityResolver() - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Returns the SAX entity resolver used by the XML parser.
- getEntryActionList() - Method in class org.springframework.webflow.engine.State
-
Returns the list of actions executed by this state when it is entered.
- getErrorEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getEvent() - Method in exception org.springframework.webflow.engine.NoMatchingTransitionException
-
Returns the event for the current request that did not trigger any supported transition.
- getEventFactorySupport() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns the helper delegate for creating action execution result events.
- getEventId() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the id of the user event being processed.
- getEventId() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
-
- getExceptionAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.Flow
-
Returns the set of exception handlers, allowing manipulation of how exceptions are handled when thrown during
flow execution.
- getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.State
-
Returns a mutable set of exception handlers, allowing manipulation of how exceptions are handled when thrown
within this state.
- getExecutionCriteria() - Method in class org.springframework.webflow.engine.Transition
-
Returns the criteria that determine whether or not this transition, once matched, should complete execution or
should roll back.
- getExecutionFactory() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the abstract factory used to create new executions of a flow.
- getExecutionId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns the execution id part of this key.
- getExecutionRepository() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the repository used to save, update, and load existing flow executions to/from a persistent store.
- getExitActionList() - Method in class org.springframework.webflow.engine.TransitionableState
-
Returns the list of actions executed by this state when it is exited.
- getExpression() - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- getExpressionParser() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the expression parser for parsing expression strings.
- getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getExpressionParser() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the EL parser to be used for data binding purposes.
- getExternalContext() - Static method in class org.springframework.webflow.context.ExternalContextHolder
-
Return the ExternalContext associated with the current thread, if any.
- getExternalContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the external client context that originated (or triggered) this request.
- getExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getExternalRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the flag indicating if an external redirect response has been requested by the flow.
- getExternalRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if an external redirect response has been requested by the flow.
- getExternalRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if an external redirect response has been requested by the flow.
- getExternalRedirectUrl() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the URL to redirect to.
- getExternalRedirectUrl() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the URL to redirect to.
- getExternalRedirectUrl() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the URL to redirect to.
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- getFieldErrors(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getFieldErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getFieldMarkerPrefix() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the prefix that can be used for parameters that mark potentially empty fields.
- getFieldType(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getFlashScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getFlashScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a mutable map for data held in "flash scope".
- getFlashScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in flash scope.
- getFlashScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getFlashScope() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getFlow() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Get the fully constructed and configured Flow object.
- getFlow() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
- getFlow() - Method in class org.springframework.webflow.engine.State
-
Returns the owning flow.
- getFlow() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns the flow definition being tested as a
Flow implementation.
- getFlowArtifactFactory() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the factory for core flow artifacts such as Flow and State.
- getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in flow scope.
- getFlowAttributes() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns externally configured attributes to assign to the flow definition being built.
- getFlowAttributes() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getFlowBuilder() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Returns the flow builder strategy used to construct the flow from its component parts.
- getFlowBuilderContext() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Returns the flow builder context.
- getFlowBuilderServices() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getFlowBuilderServicesBuilder() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- getFlowDefinition() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns the flow definition held by this holder.
- getFlowDefinition(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionLocator
-
Lookup the flow definition with the specified id.
- getFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
-
- getFlowDefinition() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
-
- getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
- getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow definition to be tested.
- getFlowDefinitionCount() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns the number of flow definitions registered in this registry.
- getFlowDefinitionCount() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
-
- getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
-
Returns the id of the flow definition that could not be constructed.
- getFlowDefinitionId() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns the id of the flow definition held by this holder.
- getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
-
Returns the id of the flow definition that could not be found.
- getFlowDefinitionId() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
-
- getFlowDefinitionIds() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns the ids of the flows registered in this registry.
- getFlowDefinitionIds() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
-
- getFlowDefinitionLocator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the locator for locating dependent flows (subflows).
- getFlowDefinitionLocator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
- getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
- getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
- getFlowDefinitionRegistry() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns a reference to the flow definition registry used by the flow being tested to load subflows.
- getFlowDefinitionRegistryBuilder() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- getFlowDefinitionResourceString() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns a descriptive string that identifies the source of this FlowDefinition.
- getFlowDefinitionResourceString() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
-
- getFlowEvent() - Method in interface org.springframework.webflow.execution.View
-
Get the flow event the current state should handle.
- getFlowEvent() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- getFlowExecution(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Return the FlowExecution indexed by the provided key.
- getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
- getFlowExecution() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
-
Returns the flow execution that could not be snapshotted.
- getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
- getFlowExecution() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow execution being tested.
- getFlowExecutionContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns contextual information about the flow execution itself.
- getFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getFlowExecutionData() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Return the flow execution data in its raw byte[] form.
- getFlowExecutionFactory() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Gets the factory that will create the flow execution to test.
- getFlowExecutionKey(PortletRequest) - Method in class org.springframework.webflow.context.portlet.DefaultFlowUrlHandler
-
- getFlowExecutionKey(PortletRequest) - Method in interface org.springframework.webflow.context.portlet.FlowUrlHandler
-
Extract the flow execution from the request.
- getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
- getFlowExecutionKey(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Extract the flow execution from the request.
- getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
-
- getFlowExecutionKey() - Method in exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
-
Returns key of the flow execution that could not be accessed.
- getFlowExecutionOutcome() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow execution outcome that was reached.
- getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
- getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
- getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
- getFlowExecutionUrl(String, String) - Method in interface org.springframework.webflow.context.ExternalContext
-
Get a flow execution URL for the execution with the provided key.
- getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getFlowExecutionUrl() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the URL of this flow execution.
- getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.test.MockExternalContext
-
- getFlowExecutionUrl() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getFlowExecutor() - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
Returns the central service for executing flows.
- getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the central service for executing flows.
- getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the central service for executing flows.
- getFlowExecutorBuilder(FlowDefinitionLocator) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- getFlowHandlerAdapter() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the flow handler adapter which this Controller uses internally to carry out handler workflow.
- getFlowId(Resource) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Obtains the flow id from the flow resource.
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
-
- getFlowId(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Extract the flow id from the request.
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
-
- getFlowId() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns an externally configured flow definition identifier to assign to the flow being built.
- getFlowId() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getFlowId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
-
Returns the id of the flow definition that was executing when this exception occured.
- getFlowId() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the flow definition that completed execution.
- getFlowId() - Method in class org.springframework.webflow.mvc.portlet.AbstractFlowHandler
-
- getFlowId() - Method in interface org.springframework.webflow.mvc.portlet.FlowHandler
-
Returns the id of the flow handled by this handler.
- getFlowId() - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
-
- getFlowId() - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
-
Returns the id of the flow handled by this handler.
- getFlowModel() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
- getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
-
- getFlowModel() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Get the fully constructed flow model.
- getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
- getFlowModel() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Returns the flow model held by this holder.
- getFlowModel(String) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelLocator
-
Lookup the flow model with the specified id.
- getFlowModel(String) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
-
- getFlowModelHolder(String) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolderLocator
-
Lookup the FlowModelHolder with the specified id.
- getFlowModelHolder(String) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
-
- getFlowModelId() - Method in exception org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
-
Returns the id of the flow model that could not be found.
- getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
-
- getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Get the underlying flow model resource accessed to build this flow model.
- getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
- getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Returns the underlying resource defining the flow model.
- getFlowRedirectFlowId() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the id of the flow definition to redirect to.
- getFlowRedirectFlowId() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the id of the flow definition to redirect to.
- getFlowRedirectFlowId() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the id of the flow definition to redirect to.
- getFlowRedirectFlowInput() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
Returns the input to pass the flow definition through the redirect.
- getFlowRedirectFlowInput() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the input to pass the flow definition through the redirect.
- getFlowRedirectFlowInput() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the input to pass the flow definition through the redirect.
- getFlowRegistry() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Returns the registry of flows to query when this mapping is tested.
- getFlowResourceString() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Returns a string describing the location of the flow resource; the logical location where the source code can be
found.
- getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
- getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
- getFlowScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in flow scope.
- getFlowScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns flow scope.
- getFlowScope() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getFlowUrlHandler() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the configured flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
Returns the flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the configured flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Returns the configured flow url handler.
- getFormat() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
-
Returns the format the key should have been in.
- getFormat() - Static method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns a string description of the format of this key.
- getFormErrors(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Convenience method that returns the form object errors for this form action.
- getFormErrors(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object Errors tracker from the context, using the specified form object name.
- getFormErrorsScope() - Method in class org.springframework.webflow.action.FormAction
-
Get the scope in which the Errors object will be placed.
- getFormObject(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Convenience method that returns the form object for this form action.
- getFormObject(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the specified name.
- getFormObject(String, Class<?>, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the specified name.
- getFormObjectAccessor(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Factory method that returns a new form object accessor for accessing form objects in the provided request
context.
- getFormObjectClass() - Method in class org.springframework.webflow.action.FormAction
-
Return the form object class for this action.
- getFormObjectName() - Method in class org.springframework.webflow.action.FormAction
-
Return the name of the form object in the configured scope.
- getFormObjectScope() - Method in class org.springframework.webflow.action.FormAction
-
Get the scope in which the form object will be placed.
- getFragments() - Method in class org.springframework.webflow.engine.model.RenderModel
-
- getGlobalErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getGlobalSessionMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the global external session map, providing a storage for data globally accross the user
session and accessible to both internal and external SWF artifacts.
- getGlobalSessionMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getGlobalSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getGlobalSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getGlobalTransition(String) - Method in class org.springframework.webflow.engine.Flow
-
Returns the transition that matches the event with the provided id.
- getGlobalTransitions() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getGlobalTransitionSet() - Method in class org.springframework.webflow.engine.Flow
-
Returns the set of transitions eligible for execution by this flow if no state-level transition is matched.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
- getHistory() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getHosts() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Return the configured hosts associated with the application.
- getId() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns the identifier to be assigned to the flow definition.
- getId() - Method in interface org.springframework.webflow.conversation.Conversation
-
Returns the unique id assigned to this conversation.
- getId() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
-
- getId() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the unique id of this flow.
- getId() - Method in interface org.springframework.webflow.definition.StateDefinition
-
Returns this state's identifier, locally unique to is containing flow definition.
- getId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
-
The identifier of this transition.
- getId() - Method in class org.springframework.webflow.engine.Flow
-
- getId() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getId() - Method in class org.springframework.webflow.engine.State
-
- getId() - Method in class org.springframework.webflow.engine.Transition
-
- getId() - Method in class org.springframework.webflow.execution.Event
-
Returns the event identifier.
- getId() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
-
Return the outcome identifier.
- getIfs() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
-
- getInputMapper() - Method in class org.springframework.webflow.engine.Flow
-
Returns the configured flow input mapper, or null if none.
- getInputs() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getInputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- getInteger(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.
- getKey() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getKey() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the key assigned to this flow execution.
- getKey(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
-
Get the key to assign to the flow execution.
- getKey(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
- getKey() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getKey(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
- getListener() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
-
Returns the wrapped listener.
- getListenerCriteria(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
-
- getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
-
Returns the array of flow execution listeners for specified flow.
- getListeners(FlowDefinition) - Method in interface org.springframework.webflow.execution.factory.FlowExecutionListenerLoader
-
Get the flow execution listeners that apply to the given flow definition.
- getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
-
- getLocalContext() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
- getLocale() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns the client locale.
- getLocale() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getLocale() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getLocale() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getLocale() - Method in class org.springframework.webflow.mvc.servlet.MvcExternalContext
-
- getLocale() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getLock(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Return the lock for the flow execution, allowing for the lock to be acquired or released.
- getLock(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
- getLockTimeoutSeconds() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Returns the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock.
- getLong(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.
- getMappingResults() - Method in exception org.springframework.webflow.engine.FlowAttributeMappingException
-
Returns the maping results containing errors that triggred this exception.
- getMappingResults() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the results of binding to the view's model, if model binding has occurred.
- getMappingResults() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
-
- getMatch() - Method in class org.springframework.webflow.engine.model.SecuredModel
-
- getMatchingCriteria() - Method in class org.springframework.webflow.engine.Transition
-
Returns the criteria that determine whether or not this transition matches as eligible for execution.
- getMatchingTransition(String) - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the transition that would execute on the occurrence of the given event.
- getMatchingTransition(String) - Method in class org.springframework.webflow.test.MockRequestContext
-
- getMaxConversations() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Returns the maximum number of allowed concurrent conversations.
- getMaxSnapshots() - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Returns the max number of snapshots allowed per flow execution by this repository.
- getMessageCodesResolver() - Method in class org.springframework.webflow.action.FormAction
-
Return the strategy to use for resolving errors into message codes.
- getMessageContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the message context of this request.
- getMessageContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getMessageContext() - Method in class org.springframework.webflow.validation.DefaultValidationContext
-
- getMessageSource() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getMethod() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the name of the action method to invoke when the target action is executed.
- getMethodResolver() - Method in class org.springframework.webflow.action.MultiAction
-
Get the strategy used to resolve action execution method names.
- getMockActiveSession() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Returns the mock active flow session.
- getMockExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getMockFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getMockRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the request parameter map as a
MockParameterMap for convenient access in a unit test.
- getMockResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the implementation of this mock context's response writer.
- getModel() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getModel() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getModelResources(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
-
Template method subclasses may override to return pointers to "flow model resources" needed to build the
definition of the flow being tested.
- getMultipartFile(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getMultipartFile(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a multi-part file parameter value, returning null if no value is found.
- getMutex() - Method in 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.FlowVariable
-
Returns the name of this variable.
- getName() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- getName() - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- getName() - Method in class org.springframework.webflow.engine.model.SetModel
-
- getName() - Method in class org.springframework.webflow.engine.model.VarModel
-
- getName() - Method in class org.springframework.webflow.engine.ViewVariable
-
Returns the name of this view variable.
- getName() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the name of a named action, or null if the action is unnamed.
- getNativeContext() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the context object for the current environment.
- getNativeContext() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getNativeContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getNativeContext() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getNativeRequest() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the request object for the current environment.
- getNativeRequest() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getNativeRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getNativeRequest() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getNativeResponse() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the response object for the current environment.
- getNativeResponse() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getNativeResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getNativeResponse() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getNoEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getNullEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getNumber(String, Class<T>) - 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<T>, T) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getNumber(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getNumber(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getNumber(String, Class<T>) - 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<T>, T) - 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.
- getObjectName() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getOn() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getOnEndActions() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getOnEntryActions() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getOnException() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getOnExitActions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
-
- getOnExitActions() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
-
- getOnRenderActions() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getOnStartActions() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getOrder() - Method in class org.springframework.webflow.scope.ScopeRegistrar
-
- getOutcome() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
- getOutcome() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the outcome reached by this execution, or null if this execution has not yet ended.
- getOutcome() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the flow execution outcome when an ended result.
- getOutcome() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
- getOutput() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
-
Returns the output returned by the flow execution.
- getOutputMapper() - Method in class org.springframework.webflow.engine.Flow
-
Returns the configured flow output mapper, or null if none.
- getOutputs() - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- getOutputs() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getOutputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- getOwner() - Method in interface org.springframework.webflow.definition.StateDefinition
-
Returns the flow definition this state belongs to.
- getOwner() - Method in class org.springframework.webflow.engine.State
-
- getParent() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns this registry's parent registry.
- getParent() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
-
- getParent() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getParent() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getParent() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the parent flow session in the current flow execution, or null if there is no parent flow
session.
- getParent() - Method in class org.springframework.webflow.test.MockFlowSession
-
- getPath() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns the path to the flow definition resource.
- getPausedKey() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the key needed to resume the flow execution when a paused result.
- getPersistenceContext() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getPopup() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getPopup() - Method in class org.springframework.webflow.engine.ViewState
-
Returns whether this view state should render as a popup.
- getPossibleOutcomes() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the outcomes that are possible for this flow to reach.
- getPossibleOutcomes() - Method in class org.springframework.webflow.engine.Flow
-
- getPrefix() - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getProperty() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
The name of the bound property.
- getProperty() - Method in class org.springframework.webflow.engine.model.BindingModel
-
- getPropertyEditorRegistrar() - Method in class org.springframework.webflow.action.FormAction
-
Get the property editor registration strategy for this action's data binders.
- getPropertyEditorRegistry() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getRawFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getRedirect() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getRedirect() - Method in class org.springframework.webflow.engine.ViewState
-
Returns whether this view state should request a flow execution redirect when entered.
- getRedirectHttp10Compatible() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Whether redirect sent by this handler adapter should be compatible with HTTP 1.0 clients.
- getRedirectInPopup() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
- getRedirectInPopup() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
- getRedirectInPopup() - Method in class org.springframework.webflow.test.MockExternalContext
-
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
- getRedirectInSameState() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
- getRedirectInSameState() - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- getRedirectOnPause() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Returns true if the 'redirect on pause' flow execution attribute is set to true, false otherwise.
- getRedirectOnPause() - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- getRenderActionList() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the list of actions executable by this view state on entry and on refresh.
- getRenderFragments(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.view.FlowAjaxTiles3View
-
- getRenderFragments(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.view.FlowAjaxTilesView
-
- getRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the underlying HttpServletRequest.
- getRequestContext() - Static method in class org.springframework.webflow.execution.RequestContextHolder
-
Return the RequestContext associated with the current thread, if any.
- getRequestContext() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getRequestContext() - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- getRequestContext() - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- getRequestContext() - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- getRequestContext() - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
-
- getRequestContext() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the current flow request context.
- getRequestMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the external request attribute map, providing a storage for data local to the current user
request and accessible to both internal and external SWF artifacts.
- getRequestMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getRequestMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getRequestMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getRequestParameterMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the parameters associated with the user request that led to SWF being called.
- getRequestParameterMap() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getRequestParameterMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
- 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
-
- getRequestScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in request scope.
- getRequestScope() - Method in class org.springframework.webflow.test.MockRequestContext
-
- 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<T>) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getRequired(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getRequired(String, Class<T>) - 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<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get the value of a required parameter and convert it to the target type.
- getRequired() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
Whether a non-empty value is required for each binding attempt.
- getRequired() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- getRequired() - Method in class org.springframework.webflow.engine.model.BindingModel
-
- getRequiredArray(String, Class<? extends T[]>) - 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<? extends T[]>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getRequiredArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getRequiredArray(String, Class<T>) - 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<T>) - 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<T>) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getRequiredConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in conversation scope; asserts the attribute is present.
- getRequiredConversationAttribute(String, Class<?>) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in conversation scope; asserts the attribute is present and of the required type.
- getRequiredFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in flow scope; asserts the attribute is present.
- getRequiredFlowAttribute(String, Class<Object>) - 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<T>) - 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<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getRequiredNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
- getRequiredNumber(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a number parameter value in the map, throwing an exception if the parameter is not present or could not
be converted.
- getRequiredRequestContext() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
- getRequiredString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, throwing an exception if the attribute is not present and of the
correct type.
- getRequiredString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.ActionState
-
- getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionableState
-
Get a transition in this state for given flow execution request context.
- getRequiredViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in view scope; asserts the attribute is present.
- getRequiredViewAttribute(String, Class<Object>) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in view scope; asserts the attribute is present and of the correct type.
- getResource() - Method in class org.springframework.webflow.engine.model.BeanImportModel
-
- getResource(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Get the resource defining the flow to be tested.
- getResourceFactory() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns the factory used to create pointers to externalized flow definition resources.
- getResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the underlying HttpServletResponse.
- getResponseWriter() - Method in interface org.springframework.webflow.context.ExternalContext
-
Get a writer for writing out a response.
- getResponseWriter() - Method in class org.springframework.webflow.context.portlet.PortletExternalContext
-
- getResponseWriter() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
- getResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getResult() - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- getResultAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getResultType() - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- getRootFlow() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the root flow definition for this request context.
- getSaveOutputToFlashScopeOnRedirect() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Whether servlet relative redirects should pass
flow output to the Spring MVC
flash scope.
- getScope() - Method in interface org.springframework.webflow.execution.FlowSession
-
Return this session's local attributes; the basis for "flow scope" (flow session scope).
- getScope(RequestContext) - Method in enum org.springframework.webflow.execution.ScopeType
-
Accessor that returns the mutable attribute map for this scope type for a given flow execution request context.
- getScope() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Template method that returns the target scope map.
- getScope() - Method in class org.springframework.webflow.scope.ConversationScope
-
- getScope() - Method in class org.springframework.webflow.scope.FlashScope
-
- getScope() - Method in class org.springframework.webflow.scope.FlowScope
-
- getScope() - Method in class org.springframework.webflow.scope.RequestScope
-
- getScope() - Method in class org.springframework.webflow.scope.ViewScope
-
- getScope() - Method in class org.springframework.webflow.test.MockFlowSession
-
- getSecured() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- getSecured() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getSecured() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getServices() - Static method in class org.springframework.webflow.test.TestFlowBuilderServicesFactory
-
- 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.ServletExternalContext
-
- getSessionMap() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
-
Returns the session map containing the listener.
- getSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
- getSharedMap() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
-
Returns the wrapped shared map.
- getSnapshot(Serializable) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Returns the snapshot with the provided id, or null if no such snapshot exists with that
id.
- getSnapshotCount() - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Returns the count of snapshots in this group.
- getSnapshotFactory() - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Returns the configured flow execution snapshot factory.
- getSnapshotGroup(Conversation) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Returns the snapshot group associated with the governing conversation.
- getSnapshotId(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Returns the snapshotId portion of the flow execution key.
- getSnapshotId() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
-
The id of the snapshot that was not found.
- getSnapshotId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns the snapshot id part of this key.
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
-
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
-
- getStartActionList() - Method in class org.springframework.webflow.engine.Flow
-
Returns the list of actions executed by this flow when an execution of the flow starts.
- getStartState() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Return this flow's starting point.
- getStartState() - Method in class org.springframework.webflow.engine.Flow
-
- getStartStateId() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getState(String) - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the state definition with the specified id.
- getState(String) - Method in class org.springframework.webflow.engine.Flow
-
- getState() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the current state of this flow session.
- getState() - Method in class org.springframework.webflow.test.MockFlowSession
-
- getStateById(String) - Method in class org.springframework.webflow.engine.model.FlowModel
-
Get the state model for an identifier
- getStateCount() - Method in class org.springframework.webflow.engine.Flow
-
Returns the number of states defined in this flow.
- getStateId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
-
Returns the id of the state definition where the exception occured.
- getStateIds() - Method in class org.springframework.webflow.engine.Flow
-
Convenience accessor that returns an ordered array of the String ids for the state definitions
associated with this flow definition.
- getStateInstance(String) - Method in class org.springframework.webflow.engine.Flow
-
Lookup the identified state instance of this flow.
- getStateInternal() - Method in class org.springframework.webflow.test.MockFlowSession
-
Returns the current state of this session.
- getStates() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, returning null if no value was found.
- getString(String, String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, returning the default value if no value was found.
- getString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getString(String, String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
- getSubflow() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- getSubflowAttributeMapper() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- getSuccessEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- getSuppressedFields() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getTarget() - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- getTargetAction() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the wrapped target action.
- getTargetStateId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
-
Returns an identification of the target state of this transition.
- getTargetStateId() - Method in class org.springframework.webflow.engine.Transition
-
- getTargetStateResolver(Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Find the mapped target state resolver for given exception.
- getTargetStateResolver() - Method in class org.springframework.webflow.engine.Transition
-
Returns this transition's target state resolver.
- getTest() - Method in class org.springframework.webflow.engine.model.IfModel
-
- getThen() - Method in class org.springframework.webflow.engine.model.IfModel
-
- getTimestamp() - Method in class org.springframework.webflow.execution.Event
-
Returns the time at which the event occurred, represented as the number of milliseconds since January 1, 1970,
00:00:00 GMT.
- getTo() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getTransition(String) - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
-
Returns the transition that matches the event with the provided id.
- getTransition(String) - Method in class org.springframework.webflow.engine.TransitionableState
-
- getTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionSet
-
Gets a transition for given flow execution request context.
- getTransitionableState(String) - Method in class org.springframework.webflow.engine.Flow
-
Return the TransitionableState with given stateId.
- getTransitionCriterias() - Method in class org.springframework.webflow.engine.TransitionSet
-
Returns a list of the supported transitional criteria used to match transitions in this state.
- getTransitions() - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
-
Returns the available transitions out of this state.
- getTransitions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
-
- getTransitions() - Method in class org.springframework.webflow.engine.TransitionableState
-
- getTransitionSet() - Method in class org.springframework.webflow.engine.TransitionableState
-
Returns the set of transitions.
- getTrueEventIds() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Returns the action result eventIds that should cause this criteria to return true (it will return
false otherwise).
- getType() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- getType() - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- getType() - Method in class org.springframework.webflow.engine.model.SetModel
-
- getType() - Method in enum org.springframework.webflow.execution.ScopeType
-
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
-
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- getUserEvent() - Method in class org.springframework.webflow.validation.DefaultValidationContext
-
- getUserEventProcessed() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
-
- getUserEventState() - Method in interface org.springframework.webflow.execution.View
-
A memento holding the results of processing a user event.
- getUserEventState() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- getUserPrincipal() - Method in class org.springframework.webflow.validation.DefaultValidationContext
-
- getUserValue(String) - Method in class org.springframework.webflow.validation.DefaultValidationContext
-
- getValidate() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getValidateMethodInvoker() - Method in class org.springframework.webflow.action.FormAction
-
Returns a dispatcher to invoke validation methods.
- getValidationHintResolver() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
- getValidationHintResolver() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getValidationHintResolver() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getValidationHints() - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- getValidationHints() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getValidator() - Method in class org.springframework.webflow.action.FormAction
-
Returns the validator for this action.
- getValidator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the Validator instance to use for validating a model.
- getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getValue() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- getValue() - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- getValue() - Method in class org.springframework.webflow.engine.model.SetModel
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- getValueFactory() - Method in class org.springframework.webflow.engine.ViewVariable
-
Returns the source of the variable's initial value.
- getVariable(String) - Method in class org.springframework.webflow.engine.Flow
-
Returns the flow variable with the given name.
- getVariable(String) - Method in class org.springframework.webflow.engine.ViewState
-
Returns the view variable with the given name.
- getVariables() - Method in class org.springframework.webflow.engine.Flow
-
Returns the flow variables.
- getVariables() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the configured view variables.
- getVars() - Method in class org.springframework.webflow.engine.model.FlowModel
-
- getVars() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getVetoedStateId() - Method in exception org.springframework.webflow.execution.EnterStateVetoException
-
Returns the state for which entering was vetoed.
- getView() - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- getView() - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- getView(RequestContext) - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
-
- getView(RequestContext) - Method in interface org.springframework.webflow.execution.ViewFactory
-
Get the view to render for this request.
- getView() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the Spring MVC view to render
- getView(RequestContext) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
- getViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in view scope.
- getViewFactory() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the view factory.
- getViewFactoryCreator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the view factory creator for configuring a ViewFactory per view state
- getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
- getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- getViewIdByConvention(String) - Method in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
-
Get the default id of the view to render in the provided view state by convention.
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver
-
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
- getViewIdByConvention(String) - Method in interface org.springframework.webflow.mvc.view.FlowViewResolver
-
Get the default id of the view to render in the provided view state by convention.
- getViewScope() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns a mutable map for data held in "view scope".
- getViewScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in view scope.
- getViewScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns view scope.
- getViewScope() - Method in class org.springframework.webflow.test.MockFlowSession
-
- getViewScope() - Method in class org.springframework.webflow.test.MockRequestContext
-
- getYesEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
-
- saveState() - Method in interface org.springframework.webflow.execution.View
-
Saves any state associated with this view out to view scope.
- saveState() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- ScopeRegistrar - Class in org.springframework.webflow.scope
-
Registers the Spring Web Flow bean scopes with a ConfigurableListableBeanFactory.
- ScopeRegistrar() - Constructor for class org.springframework.webflow.scope.ScopeRegistrar
-
- ScopeSearchingELResolver - Class in org.springframework.webflow.expression.el
-
Custom EL resolver that searches the current request context for variables to resolve.
- ScopeSearchingELResolver() - Constructor for class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- ScopeSearchingELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- ScopeSearchingPropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor that searches through all Web Flow scopes.
- ScopeSearchingPropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
-
- ScopeType - Enum in org.springframework.webflow.execution
-
An enumeration of the core scope types of Spring Web Flow.
- SecuredModel - Class in org.springframework.webflow.engine.model
-
Model support for secured elements.
- SecuredModel(String) - Constructor for class org.springframework.webflow.engine.model.SecuredModel
-
Create a security settings model
- SECURITY_ATTRIBUTE_NAME - Static variable in class org.springframework.webflow.security.SecurityRule
-
Attribute name for the location of the security rule
- securityAttributesToCommaDelimitedList(Collection<?>) - Static method in class org.springframework.webflow.security.SecurityRule
-
Convert attributes to comma separated String
- SecurityFlowExecutionListener - Class in org.springframework.webflow.security
-
Flow security integration with Spring Security
- SecurityFlowExecutionListener() - Constructor for class org.springframework.webflow.security.SecurityFlowExecutionListener
-
- SecurityRule - Class in org.springframework.webflow.security
-
Encapsulates the rules for comparing security attributes
- SecurityRule() - Constructor for class org.springframework.webflow.security.SecurityRule
-
- sendFlowExecutionRedirect() - Method in class org.springframework.webflow.test.MockRequestContext
-
- sendRedirect(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sends a redirect to the requested url using HttpServletResponse.sendRedirect(String).Called to actually
perform flow execution redirects, flow definition redirects, and external redirects.
- serialize(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Internal helper method to serialize given flow execution.
- SerializedFlowExecutionSnapshot - Class in org.springframework.webflow.execution.repository.snapshot
-
- SerializedFlowExecutionSnapshot() - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Default constructor necessary for Externalizable custom serialization semantics.
- SerializedFlowExecutionSnapshot(FlowExecution, boolean) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Creates a new serialized flow execution snapshot.
- SerializedFlowExecutionSnapshotFactory - Class in org.springframework.webflow.execution.repository.snapshot
-
A factory that creates new instances of flow execution snapshots based on standard Java serialization.
- SerializedFlowExecutionSnapshotFactory(FlowExecutionFactory, FlowDefinitionLocator) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Creates a new serialized flow execution snapshot factory
- 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.
- ServletExternalContext(ServletContext, HttpServletRequest, HttpServletResponse, FlowUrlHandler) - 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.
- ServletMvcView - Class in org.springframework.webflow.mvc.servlet
-
The Spring Web Servlet MVC view implementation.
- ServletMvcView(View, RequestContext) - Constructor for class org.springframework.webflow.mvc.servlet.ServletMvcView
-
Creates a new Servlet MVC view.
- ServletMvcViewFactory - Class in org.springframework.webflow.mvc.servlet
-
Creates Servlet MVC views.
- ServletMvcViewFactory(Expression, FlowViewResolver, ExpressionParser, ConversionService, BinderConfiguration, MessageCodesResolver) - Constructor for class org.springframework.webflow.mvc.servlet.ServletMvcViewFactory
-
Creates a new servlet-based MVC view factory.
- 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
-
- sessionCreating(RequestContext, FlowDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called to indicate a new flow definition session is about to be created.
- sessionCreating(RequestContext, FlowDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
- sessionCreating(RequestContext, FlowDefinition) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a flow execution session ends.
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
-
- sessionEnding(RequestContext, FlowSession, String, 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, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
-
- 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, FlowSession, MutableAttributeMap<?>) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called after a new flow session has been created but before it starts.
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
-
- setAbstract(String) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setAccessDecisionManager(AccessDecisionManager) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Set the access decision manager that makes flow authorization decisions.
- SetAction - Class in org.springframework.webflow.action
-
An action that sets an attribute in a
scope when executed.
- SetAction(Expression, Expression) - Constructor for class org.springframework.webflow.action.SetAction
-
Creates a new set attribute action.
- setActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.ActionStateModel
-
- setActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- 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.
- setAjaxHandler(AjaxHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the configured Ajax handler.
- setAjaxHandler(AjaxHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the configured Ajax handler.
- setAjaxRequest(boolean) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Indicates if the current request from this client is an ajax request.
- setAjaxRequest(boolean) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set whether this request is an ajax request.
- setAlwaysGenerateNewNextKey(boolean) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Sets the flag indicating if a new
FlowExecutionKey should always be generated before each put call.
- setAlwaysRedirectOnPause(boolean) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Whether flow executions should redirect after they pause before rendering.
- setAlwaysRedirectOnPause(boolean) - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.engine.Flow
-
Sets a reference to the application context hosting application objects needed by this flow.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
- setApplicationMap(SharedAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the application attribute map.
- 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(SubflowAttributeMapper) - Method in class org.springframework.webflow.engine.SubflowState
-
Set the attribute mapper used to map model data between the parent and child flow.
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
-
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setAttributes(String) - Method in class org.springframework.webflow.engine.model.SecuredModel
-
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setAttributes(Collection<String>) - Method in class org.springframework.webflow.security.SecurityRule
-
Sets security attributes
- setBasePath(String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Configure the base path where flow definitions are found.
- setBasePath(String) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Sets the base removed from the flow path when determining the default flow id.
- setBean(String) - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
-
- setBeanImports(LinkedList<BeanImportModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setBind(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setBinder(BinderModel) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setBinderConfiguration(BinderConfiguration) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the configuration describing how this view should bind to its model to access data for rendering.
- setBinderConfiguration(BinderConfiguration) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
- setBindings(LinkedList<BindingModel>) - Method in class org.springframework.webflow.engine.model.BinderModel
-
- 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.core.AnnotatedObject
-
Sets the short description (suitable for display in a tooltip).
- setClassName(String) - Method in class org.springframework.webflow.engine.model.VarModel
-
- setCommit(String) - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- setComparisonType(short) - Method in class org.springframework.webflow.security.SecurityRule
-
Sets comparison type
- setCompress(boolean) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Set whether or not the snapshots should be compressed.
- setContainer(ConversationContainer) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
-
- setContextPath(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the context path of the application.
- setConversationManager(ConversationManager) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the ConversationManager implementation to use for storing conversations
in the session effectively controlling how state is stored physically when
a flow execution is paused..
- setConversationScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution conversation scope.
- setConversionService(ConversionService) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the ConversionService to use.
- setConversionService(ConversionService) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setConversionService(ConversionService) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the service to use to expose formatters for field values.
- setConverter(String) - Method in class org.springframework.webflow.engine.model.BindingModel
-
- setCurrentEvent(Event) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current event being processed by this flow.
- setCurrentFormErrors(Errors, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given errors instance using the well known alias in the specified scope.
- setCurrentFormObject(Object, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given form object using the well known alias in the specified scope.
- setCurrentState(String) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
Jump to a state of the currently active flow.
- setCurrentState(State) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Record the current state that has entered in the executing flow.
- setCurrentState(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Sets the current state of the flow execution being tested.
- setCurrentState(State) - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- setCurrentTransition(Transition) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Record the transition executing in the flow.
- setCurrentTransition(Transition) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current transition executing in this request context.
- setCurrentUser(Principal) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the current user principal.
- setCurrentUser(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Convenience method that sets the current user principal as a string.
- setCurrentView(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Sets the current view.
- setCurrentView(View) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current view in this request context.
- setDefaultViewSuffix(String) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
Sets the default suffix for view templates when selecting views by convention.
- setDefaultViewSuffix(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
- setDefinition(Flow) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the flow associated with this flow session.
- setDescription(String) - Method in class org.springframework.webflow.core.AnnotatedObject
-
Sets the long description.
- setDevelopment(boolean) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setDevelopmentMode(boolean) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Put all flows in development mode.
- setDocumentLoader(DocumentLoader) - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Sets the loader that will load the XML-based flow definition document.
- setElse(String) - Method in class org.springframework.webflow.engine.model.IfModel
-
- setEmbeddedMode() - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- setEncodingScheme(String) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
Set the character encoding scheme for flow urls.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
Sets the entity interceptor to attach to sessions opened by this listener.
- setEntityResolver(EntityResolver) - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Set a SAX entity resolver to be used for parsing.
- setErrorEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- setEventId(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the id of the event that should be signaled by this context.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the name of the request parameter to use to lookup user events signaled by views created in this factory.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the name of the request parameter to use to lookup user events signaled by this view.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
- setExceptionAttributeName(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- setExceptionHandlers(LinkedList<ExceptionHandlerModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setExceptionHandlers(LinkedList<ExceptionHandlerModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setExecutionAttributes(AttributeMap<Object>) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
Sets the attributes to apply to flow executions created by this factory.
- 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.
- setExecutionKeyFactory(FlowExecutionKeyFactory) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
Sets the strategy for generating flow execution keys for persistent flow executions.
- 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.
- setExpression(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the ExpressionParser to use.
- setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the expression parser to use to parse model expressions.
- 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.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as
name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as
name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
- setFinalResponseAction(Action) - Method in class org.springframework.webflow.engine.EndState
-
Sets the renderer that will render the final flow execution response.
- setFlashScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution flash scope.
- setFlow(FlowDefinition) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the top-level flow definition.
- setFlowArtifactFactory(FlowArtifactFactory) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setFlowBuilderServices(FlowBuilderServices) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Set the
FlowBuilderServices to use for defining custom services needed
to build the flows registered in this registry.
- setFlowExecutionAttributes(AttributeMap<Object>) - 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.
- setFlowExecutionContext(FlowExecutionContext) - Method in class org.springframework.webflow.test.MockRequestContext
-
Sets the flow execution context.
- setFlowExecutionInSession(String, RenderRequest) - Method in class org.springframework.webflow.context.portlet.DefaultFlowUrlHandler
-
- setFlowExecutionInSession(String, ResourceRequest) - Method in class org.springframework.webflow.context.portlet.DefaultFlowUrlHandler
-
- setFlowExecutionInSession(String, RenderRequest) - Method in interface org.springframework.webflow.context.portlet.FlowUrlHandler
-
Set the flow execution key into the portlet session.
- setFlowExecutionInSession(String, ResourceRequest) - Method in interface org.springframework.webflow.context.portlet.FlowUrlHandler
-
Set the flow execution key into the portlet session.
- 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.
- setFlowExecutionRenderParameter(String, ActionResponse) - Method in class org.springframework.webflow.context.portlet.DefaultFlowUrlHandler
-
- setFlowExecutionRenderParameter(String, ActionResponse) - Method in interface org.springframework.webflow.context.portlet.FlowUrlHandler
-
Set the flow execution key render parameter.
- setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
Sets the central service for executing flows.
- setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the central service for executing flows.
- setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the central service for executing flows.
- setFlowHandlerAdapter(FlowHandlerAdapter) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the flow handler adapter which this Controller uses internally to carry out handler workflow.
- setFlowHandlers(Map<String, FlowHandler>) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the custom flow handles for managing the access to flows in a custom manner.
- setFlowRegistry(FlowDefinitionRegistry) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Sets the registry of flows to query when this mapping is tested.
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
Sets the flow url handler
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the configured flow url handler.
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the flow url handler
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Sets the flow URL handler, which allows customization for how the flow id is determined for each request tested
by this mapping.
- setFlowViewResolver(FlowViewResolver) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Set to fully customize how the flow system resolves Spring MVC View objects.
- 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.
- setFragments(String) - Method in class org.springframework.webflow.engine.model.RenderModel
-
- setGlobalSessionMap(SharedAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the global session attribute map.
- setGlobalTransitions(LinkedList<TransitionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setHistory(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setHosts(String[]) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Configure one or more hosts associated with the application.
- setId(ConversationId) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
-
- setId(String) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setIfs(LinkedList<IfModel>) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
-
- setInputMapper(Mapper) - Method in class org.springframework.webflow.engine.Flow
-
Sets the mapper to map flow input attributes.
- setInputs(LinkedList<InputModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setInputs(LinkedList<InputModel>) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- setKey(FlowExecutionKey) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution key
- setLocalContext(LocalFlowBuilderContext) - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
- setLocale(Locale) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the client locale.
- setLockTimeoutSeconds(int) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Sets the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock.
- setMappingResults(MappingResults) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
Sets the results of a data mapping attempt onto the bound model object from the view.
- setMatch(String) - Method in class org.springframework.webflow.engine.model.SecuredModel
-
- 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.
- setMaxConversations(int) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Set the maximum number of allowed concurrent conversations.
- setMaxFlowExecutions(int) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the maximum number of allowed flow executions per user.
- setMaxFlowExecutionSnapshots(int) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the maximum number of history snapshots allowed per flow execution.
- setMaxSnapshots(int) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Sets the maximum number of snapshots allowed per flow execution by this repository.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.action.FormAction
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the message codes resolver strategy to use to resolve bind and validation error message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Set the message codes resolver to use to resolve bind and validation failure message codes.
- setMethod(String) - Method in class org.springframework.webflow.execution.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.
- SetModel - Class in org.springframework.webflow.engine.model
-
Model support for set actions.
- SetModel(String, String) - Constructor for class org.springframework.webflow.engine.model.SetModel
-
Create a set action model
- setModel(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setName(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- setName(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- setName(String) - Method in class org.springframework.webflow.engine.model.SetModel
-
- setName(String) - Method in class org.springframework.webflow.engine.model.VarModel
-
- setName(String) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Sets the name of a named action.
- setNativeContext(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native context object.
- setNativeRequest(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native request object.
- setNativeResponse(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native response object.
- setNoEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- setNullEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- setOn(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setOnEndActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setOnEntryActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setOnException(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setOnExitActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
-
- setOnExitActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
-
- setOnRenderActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setOnStartActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setOutcome(FlowExecutionOutcome) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the result of this flow ending.
- setOutputMapper(Mapper) - 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(Mapper) - Method in class org.springframework.webflow.engine.Flow
-
Sets the mapper to map flow output attributes.
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- setParent(FlowDefinitionRegistry) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Configure a parent registry.
- 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(String) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setParent(String) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setParent(FlowModelRegistry) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelRegistry
-
Sets this registry's parent registry.
- setParent(FlowModelRegistry) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
-
- setParent(FlowSession) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the parent flow session of this flow session in the ongoing flow execution.
- setPersistenceContext(PersistenceContextModel) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setPopup(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setPopup(boolean) - Method in class org.springframework.webflow.engine.ViewState
-
Sets whether this view state should render as a popup.
- setPrefix(String) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setProperty(String) - Method in class org.springframework.webflow.engine.model.BindingModel
-
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.webflow.action.FormAction
-
Set a property editor registration strategy for this action's data binders.
- setRedirect(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setRedirect(Boolean) - Method in class org.springframework.webflow.engine.ViewState
-
Sets whether this view state should requests a flow execution redirect when entered.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Set whether redirects sent by this controller should be compatible with HTTP 1.0 clients.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set whether redirects sent by this handler adapter should be compatible with HTTP 1.0 clients.
- setRedirectInSameState(boolean) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Whether flow executions redirect after they pause for transitions that remain
in the same view state.
- setRedirectInSameState(boolean) - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- setRequestContext(RequestContext) - Static method in class org.springframework.webflow.execution.RequestContextHolder
-
Associate the given RequestContext with the current thread.
- setRequestMap(MutableAttributeMap<Object>) - 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.
- setRequired(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- setRequired(String) - Method in class org.springframework.webflow.engine.model.BindingModel
-
- setResource(String) - Method in class org.springframework.webflow.engine.model.BeanImportModel
-
- setResponseAllowed(boolean) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the response allows flag to a value for testing.
- setResult(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- setResultAttributeName(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- setResultAttributes(AttributeMap<Object>) - Method in class org.springframework.webflow.test.MockAction
-
Sets attributes to associate with a returned action execution outcome.
- setResultEventId(String) - Method in class org.springframework.webflow.test.MockAction
-
Sets the event identifier this mock action will use as its execution outcome.
- setResultType(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
-
- setSaveOutputToFlashScopeOnRedirect(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set whether servlet relative redirects sent by this handler adapter
should pass
flow output to the
Spring MVC
flash scope.
- setScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the scope data maintained by this flow session.
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
-
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- 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<Object>) - 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.
- setStartStateId(String) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setState(State) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the currently active state.
- setStates(LinkedList<AbstractStateModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setStatusCode(HttpStatus) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set the status code for this view.
- setStopOnError(boolean) - Method in class org.springframework.webflow.action.CompositeAction
-
Sets the stop on error flag.
- setSubflow(String) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- setSubflowAttributeMapper(String) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
-
- setSuccessEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- 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.execution.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.
- setTest(String) - Method in class org.springframework.webflow.engine.model.IfModel
-
- setThen(String) - Method in class org.springframework.webflow.engine.model.IfModel
-
- setTo(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setTransitions(LinkedList<TransitionModel>) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
-
- setTrueEventIds(String...) - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Sets the action result eventIds that should cause this precondition to return true (it will return
false otherwise).
- setType(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- setType(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- setType(String) - Method in class org.springframework.webflow.engine.model.SetModel
-
- setupForm(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
- setUseSpringBeanBinding(boolean) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets whether to use data binding with Spring's BeanWrapper should be enabled.
- setValidate(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setValidating(boolean) - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Set if the XML parser should validate the document and thus enforce a schema.
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
- setValidationHints(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
-
- setValidationHints(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setValidationHints(Object[]) - Method in class org.springframework.webflow.validation.ValidationHelper
-
Provide validation hints (e.g.
- setValidator(Validator) - Method in class org.springframework.webflow.action.FormAction
-
Set the validator for this action.
- setValidator(Validator) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the Validator to use for validating a model declared on a view state.
- setValidator(Validator) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setValidator(Validator) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
- setValidator(Validator) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
- setValidator(Validator) - Method in class org.springframework.webflow.validation.ValidationHelper
-
Configure a Validator to apply to the model.
- setValue(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
-
- setValue(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
-
- setValue(String) - Method in class org.springframework.webflow.engine.model.SetModel
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
-
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
-
- setVars(LinkedList<VarModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
-
- setVars(LinkedList<VarModel>) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setView(String) - Method in class org.springframework.webflow.engine.model.EndStateModel
-
- setView(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
-
- setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
- setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
-
- setViewResolvers(List<ViewResolver>) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the chain of Spring MVC view resolvers to delegate to resolve views selected by flows.
- setYesEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
- SharedAttributeMap<V> - 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.
- shouldBind(Object, TransitionDefinition) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Determines if model data binding should be invoked given the Transition that matched the current user event being
processed.
- shouldValidate(Object, TransitionDefinition) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Determines if model validation should execute given the Transition that matched the current user event being
processed.
- SimpleConversationId - Class in org.springframework.webflow.conversation.impl
-
- SimpleConversationId(Serializable) - Constructor for class org.springframework.webflow.conversation.impl.SimpleConversationId
-
Creates a new simple conversation id.
- SimpleFlowExecutionSnapshotFactory - Class in org.springframework.webflow.execution.repository.snapshot
-
A factory that creates new flow execution snapshot instances that simply wraps an underlying
flow execution instance.
- SimpleFlowExecutionSnapshotFactory(FlowExecutionFactory, FlowDefinitionLocator) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory
-
Creates a new simple flow execution snapshot factory
- singleEntryMap(String, V) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
-
Factory method that returns a unmodifiable attribute map with a single entry.
- size() - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Return the current size of the conversation container:
the number of conversations contained within it.
- 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.
- snapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Take a new flow execution snapshot.
- SnapshotCreationException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a continuation snapshot could not be taken of flow execution state.
- SnapshotCreationException(FlowExecution, String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
-
Creates a new snapshot creation exception.
- SnapshotNotFoundException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that
has since been removed.
- SnapshotNotFoundException(Serializable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
-
Creates a snapshot not found exception.
- SnapshotUnmarshalException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
- SnapshotUnmarshalException(String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
-
Creates a new flow execution unmarshalling exception.
- SpringBeanWebFlowELResolver - Class in org.springframework.webflow.expression.el
-
EL resolver for resolving Spring Beans accessible by a flow's bean factory.
- SpringBeanWebFlowELResolver() - Constructor for class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
-
- SpringBeanWebFlowELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
-
- 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.
- start(Flow, MutableAttributeMap<?>) - Method in class org.springframework.webflow.test.MockRequestControlContext
-
- startFlow(ExternalContext) - 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.
- 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.
- StateDefinition - Interface in org.springframework.webflow.definition
-
- stateEntered(RequestContext, StateDefinition, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a state transitions, after the transition occurred.
- 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
-
- stateEntering(RequestContext, StateDefinition) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
- 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.
- SubflowAttributeMapper - Interface in org.springframework.webflow.engine
-
A strategy interface used by a subflow state to map subflow input and output attributes.
- SubflowState - Class in org.springframework.webflow.engine
-
A transitionable state that spawns a subflow when executed.
- SubflowState(Flow, String, Expression) - Constructor for class org.springframework.webflow.engine.SubflowState
-
Create a new subflow state.
- SubflowStateModel - Class in org.springframework.webflow.engine.model
-
Model support for subflow states.
- SubflowStateModel(String, String) - Constructor for class org.springframework.webflow.engine.model.SubflowStateModel
-
Create a subflow state model
- 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(Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a "success" event.
- success(Object, Object) - Method in class org.springframework.webflow.action.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
-
- supports(Object) - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
-
- supports(Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-