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

Packages that use org.springframework.webflow.execution.repository.support
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.engine.impl The implementation of Spring Web Flow's flow execution machine. 
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. 
 

Classes in org.springframework.webflow.execution.repository.support used by org.springframework.webflow.config
FlowExecutionStateRestorer
          A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
 

Classes in org.springframework.webflow.execution.repository.support used by org.springframework.webflow.engine.impl
FlowExecutionStateRestorer
          A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
 

Classes in org.springframework.webflow.execution.repository.support used by org.springframework.webflow.execution.repository.continuation
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.
FlowExecutionStateRestorer
          A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
 

Classes in org.springframework.webflow.execution.repository.support used by org.springframework.webflow.execution.repository.support
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.
FlowExecutionStateRestorer
          A support strategy used by repositories that serialize flow executions to restore transient execution state after deserialization.
 



Copyright © 2009 Spring Framework. All Rights Reserved.