Spring Web Flow

Package org.springframework.webflow.engine.impl

The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.

See:
          Description

Class Summary
FlowExecutionImpl Default implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.
FlowExecutionImplFactory A factory for instances of the default flow execution implementation.
 

Enum Summary
FlowExecutionStatus A enum used internally by FlowExecutionImpl to track its status.
 

Package org.springframework.webflow.engine.impl Description

The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.


Spring Web Flow