See: Description
Interface | Description |
---|---|
FlowExecutor |
The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of
flow definitions.
|
Class | Description |
---|---|
FlowExecutionResult |
A value object providing information about the result of a flow execution request.
|
FlowExecutorImpl |
The default implementation of the central facade for driving the execution of flows within an application.
|
High-level executors for driving the execution of flow definitions.
The central concept defined by this package is the
FlowExecutor
, representing
a facade or entry-point for driving the execution of flows. This interface acts
as the system boundary into Spring Web Flow most calling systems interact with.