Uses of Package
org.springframework.webflow.conversation

Packages that use org.springframework.webflow.conversation
org.springframework.webflow.config High-level flow system configuration support within a Spring environment. 
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.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.conversation used by org.springframework.webflow.config
ConversationManager
          A service for managing conversations.
 

Classes in org.springframework.webflow.conversation used by org.springframework.webflow.conversation
Conversation
          A service interface for working with state associated with a single logical user interaction called a "conversation" in the scope of a single request.
ConversationException
          The root of the conversation service exception hierarchy.
ConversationId
          An id that uniquely identifies a conversation managed by a ConversationManager.
ConversationParameters
          Simple parameter object for clumping together input needed to begin a new conversation.
 

Classes in org.springframework.webflow.conversation used by org.springframework.webflow.conversation.impl
Conversation
          A service interface for working with state associated with a single logical user interaction called a "conversation" in the scope of a single request.
ConversationException
          The root of the conversation service exception hierarchy.
ConversationId
          An id that uniquely identifies a conversation managed by a ConversationManager.
ConversationManager
          A service for managing conversations.
ConversationParameters
          Simple parameter object for clumping together input needed to begin a new conversation.
 

Classes in org.springframework.webflow.conversation used by org.springframework.webflow.execution.repository.continuation
ConversationManager
          A service for managing conversations.
 

Classes in org.springframework.webflow.conversation used by org.springframework.webflow.execution.repository.support
Conversation
          A service interface for working with state associated with a single logical user interaction called a "conversation" in the scope of a single request.
ConversationId
          An id that uniquely identifies a conversation managed by a ConversationManager.
ConversationManager
          A service for managing conversations.
ConversationParameters
          Simple parameter object for clumping together input needed to begin a new conversation.
 



Copyright © 2009 Spring Framework. All Rights Reserved.