public
classFlowExecutorImpl
implements
FlowExecutor
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Erwin Vervaet, Keith Donald, Colin Sampaleanu
The default implementation of the central facade for driving the
execution of flows within an application.
This object is responsible creating and starting new flow executions as
requested by clients, as well as signaling events for processing by existing,
paused executions (that are waiting to be resumed in response to a user
event).
This object is a facade or entry point into the Spring Web Flow execution
system and makes the overall system easier to use. The name executor
was chosen as executors drive executions.
Commonly used configurable properties
name
description
default
repositoryFactory
The strategy for accessing a flow execution repositories that are used
to create, save, and store managed flow executions driven by this executor.
A simple , stateful
server-side session-based repository factory
redirectOnPause
A enumeration indicating if this executor should force a redirect to an
ApplicationView after pausing an active flow execution. Several
different types of redirect are supported.
NONE, indicating no special redirect action should be taken
inputMapper
The service responsible for mapping attributes of
external contexts that request to launch new
flow executions . After mapping, the target map is then
passed to the FlowExecution, exposing context attributes as input to the flow
during startup.
A RequestParameterInputMapper, which exposes all request params in to
the flow execution for input mapping.
This object is responsible creating and starting new flow executions as requested by clients, as well as signaling events for processing by existing, paused executions (that are waiting to be resumed in response to a user event).
This object is a facade or entry point into the Spring Web Flow execution system and makes the overall system easier to use. The name executor was chosen as executors drive executions.
Commonly used configurable properties