Uses of Interface
org.springframework.webflow.execution.repository.support.FlowExecutionStateRestorer

Packages that use FlowExecutionStateRestorer
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. 
 

Uses of FlowExecutionStateRestorer in org.springframework.webflow.config
 

Methods in org.springframework.webflow.config that return FlowExecutionStateRestorer
protected  FlowExecutionStateRestorer FlowExecutorFactoryBean.createFlowExecutionStateRestorer(FlowDefinitionLocator definitionLocator, AttributeMap executionAttributes, FlowExecutionListenerLoader executionListenerLoader)
          Create the flow execution state restorer to be used by the executor produced by this factory bean.
 

Methods in org.springframework.webflow.config with parameters of type FlowExecutionStateRestorer
protected  FlowExecutionRepository FlowExecutorFactoryBean.createExecutionRepository(RepositoryType repositoryType, FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Factory method for creating the flow execution repository for saving and loading executing flows.
 

Uses of FlowExecutionStateRestorer in org.springframework.webflow.engine.impl
 

Classes in org.springframework.webflow.engine.impl that implement FlowExecutionStateRestorer
 class FlowExecutionImplStateRestorer
          Restores the transient state of deserialized FlowExecutionImpl objects.
 

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

Constructors in org.springframework.webflow.execution.repository.continuation with parameters of type FlowExecutionStateRestorer
ClientContinuationFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer)
          Creates a new client continuation repository.
ClientContinuationFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Creates a new client continuation repository.
ContinuationFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Create a new continuation based flow execution repository using given state restorer and conversation manager.
 

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

Methods in org.springframework.webflow.execution.repository.support that return FlowExecutionStateRestorer
protected  FlowExecutionStateRestorer AbstractFlowExecutionRepository.getExecutionStateRestorer()
          Returns the strategy for restoring transient flow execution state after obtaining it from storage.
 

Constructors in org.springframework.webflow.execution.repository.support with parameters of type FlowExecutionStateRestorer
AbstractConversationFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Constructor for use in subclasses.
AbstractFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer)
          Constructor for use in subclasses.
SimpleFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Create a new simple repository using given state restorer and conversation manager.
 



Copyright © 2009 Spring Framework. All Rights Reserved.