Package org.springframework.webflow.executor

High-level executors for driving the execution of flow definitions.

See:
          Description

Interface Summary
FlowExecutor The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of flow definitions.
 

Class Summary
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.
 

Package org.springframework.webflow.executor Description

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.