Uses of Class
org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository

Packages that use AbstractConversationFlowExecutionRepository
org.springframework.webflow.execution.repository.continuation Implementation of continuation-based flow execution repositories. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
 

Uses of AbstractConversationFlowExecutionRepository in org.springframework.webflow.execution.repository.continuation
 

Subclasses of AbstractConversationFlowExecutionRepository in org.springframework.webflow.execution.repository.continuation
 class ClientContinuationFlowExecutionRepository
          Stores flow execution state client side, requiring no use of server-side state.
 class ContinuationFlowExecutionRepository
          Stores one to many flow execution continuations (snapshots) per conversation, where each continuation represents a paused, restorable view-state of a flow execution snapshotted at a point in time.
 

Uses of AbstractConversationFlowExecutionRepository in org.springframework.webflow.execution.repository.support
 

Subclasses of AbstractConversationFlowExecutionRepository in org.springframework.webflow.execution.repository.support
 class SimpleFlowExecutionRepository
          Conversation manager based flow execution repository that stores exactly one flow execution per conversation.
 



Copyright © 2009 Spring Framework. All Rights Reserved.