Spring Web Flow

Package org.springframework.webflow.executor

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

See: Description

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.

Spring Web Flow