Package org.springframework.webflow.execution.repository.support

General purpose implementation assistance for flow execution repositories.

See:
          Description

Interface Summary
FlowExecutionStateRestorer A strategy used by repositories to restore transient flow execution state during execution restoration.
 

Class Summary
AbstractFlowExecutionRepository Abstract base class for flow execution repository implementations.
CompositeFlowExecutionKey A flow execution key that consists of two parts: A executionId, identifying a logical FlowExecution that is running.
 

Package org.springframework.webflow.execution.repository.support Description

General purpose implementation assistance for flow execution repositories. Supports the other repository packages within the framework.