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

General purpose implementation assistance for flow execution repositories.

See:
          Description

Interface Summary
FlowExecutionStateRestorer A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
 

Class Summary
AbstractConversationFlowExecutionRepository A convenient base class for flow execution repository implementations that delegate to a conversation service for managing conversations that govern the persistent state of paused flow executions.
AbstractFlowExecutionRepository Abstract base class for flow execution repository implementations.
SimpleFlowExecutionRepository Conversation manager based flow execution repository that stores exactly one flow execution per conversation.
 

Exception Summary
InvalidContinuationIdException Thrown when no flow execution continuation exists with the provided id.
 

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

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



Copyright © 2009 Spring Framework. All Rights Reserved.