Spring Web Flow

Package org.springframework.webflow.execution.repository

The flow execution repository subsystem for saving and restoring managed flow executions.

See: Description

Package org.springframework.webflow.execution.repository Description

The flow execution repository subsystem for saving and restoring managed flow executions.

The central concept defined by this package is the FlowExecutionRepository, representing a persistent store for one or more FlowExecution objects that capture the state of user conversations in a form that can be restored on subsequent requests.

Spring Web Flow