|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFlowExecutionRepository | |
---|---|
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 AbstractFlowExecutionRepository in org.springframework.webflow.execution.repository.continuation |
---|
Subclasses of AbstractFlowExecutionRepository 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 AbstractFlowExecutionRepository in org.springframework.webflow.execution.repository.support |
---|
Subclasses of AbstractFlowExecutionRepository in org.springframework.webflow.execution.repository.support | |
---|---|
class |
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. |
class |
SimpleFlowExecutionRepository
Conversation manager based flow execution repository that stores exactly one flow execution per conversation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |