Uses of Class
org.springframework.webflow.conversation.ConversationParameters

Packages that use ConversationParameters
org.springframework.webflow.conversation The conversation subsystem for beginning and ending conversations that manage the state of user interactions. 
org.springframework.webflow.conversation.impl Conversation manager implementations. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
 

Uses of ConversationParameters in org.springframework.webflow.conversation
 

Methods in org.springframework.webflow.conversation with parameters of type ConversationParameters
 Conversation ConversationManager.beginConversation(ConversationParameters conversationParameters)
          Begin a new conversation.
 

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

Methods in org.springframework.webflow.conversation.impl with parameters of type ConversationParameters
 Conversation SessionBindingConversationManager.beginConversation(ConversationParameters conversationParameters)
           
 

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

Methods in org.springframework.webflow.execution.repository.support that return ConversationParameters
protected  ConversationParameters AbstractConversationFlowExecutionRepository.createConversationParameters(FlowExecution flowExecution)
          Factory method that maps a new flow execution to a descriptive conversation parameters object.
 



Copyright © 2009 Spring Framework. All Rights Reserved.