Uses of Interface
org.springframework.webflow.conversation.ConversationManager

Packages that use ConversationManager
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
org.springframework.webflow.conversation.impl Conversation manager implementations. 
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 ConversationManager in org.springframework.webflow.config
 

Methods in org.springframework.webflow.config that return ConversationManager
protected  ConversationManager FlowExecutorFactoryBean.createDefaultConversationManager()
          Create the conversation manager to be used in the default case, e.g.
 

Methods in org.springframework.webflow.config with parameters of type ConversationManager
protected  FlowExecutionRepository FlowExecutorFactoryBean.createExecutionRepository(RepositoryType repositoryType, FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          Factory method for creating the flow execution repository for saving and loading executing flows.
 void FlowExecutorFactoryBean.setConversationManager(ConversationManager conversationManager)
          Sets the strategy for managing conversations that should be configured for flow executors created by this factory.
 

Uses of ConversationManager in org.springframework.webflow.conversation.impl
 

Classes in org.springframework.webflow.conversation.impl that implement ConversationManager
 class SessionBindingConversationManager
          Simple implementation of a conversation manager that stores conversations in the session attribute map.
 

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

Constructors in org.springframework.webflow.execution.repository.continuation with parameters of type ConversationManager
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 ConversationManager in org.springframework.webflow.execution.repository.support
 

Methods in org.springframework.webflow.execution.repository.support that return ConversationManager
 ConversationManager AbstractConversationFlowExecutionRepository.getConversationManager()
          Returns the configured conversation manager.
 

Constructors in org.springframework.webflow.execution.repository.support with parameters of type ConversationManager
AbstractConversationFlowExecutionRepository(FlowExecutionStateRestorer executionStateRestorer, ConversationManager conversationManager)
          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.