Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.webflow.conversation Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
BadlyFormattedConversationIdExceptionThrown if a conversation id could not be parsed.Classorg.springframework.webflow.conversation.implSpring Webflow
ContainedConversationInternal Conversation implementation used by the conversation container.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationA service interface for working with state associated with a single logical user interaction called a conversationin the scope of a single request.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationContainerContainer for conversations that is stored in the session.Classorg.springframework.webflow.conversation.implSpring Webflow
ConversationExceptionThe root of the conversation service exception hierarchy.Classorg.springframework.webflow.conversationSpring Webflow
ConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversationSpring Webflow
ConversationLockA normalized interface for conversation locks, used to obtain exclusive access to a conversation.Interfaceorg.springframework.webflow.conversation.implSpring Webflow
ConversationLockExceptionAn exception occurred within the conversation locking system.Classorg.springframework.webflow.conversationSpring Webflow
ConversationManagerA service for managing conversations.Interfaceorg.springframework.webflow.conversationSpring Webflow
ConversationParametersSimple parameter object for clumping together input needed to begin a new conversation.Classorg.springframework.webflow.conversationSpring Webflow
JdkConcurrentConversationLockA conversation lock that relies on a ReentrantLock within Java 5's util.Classorg.springframework.webflow.conversation.implSpring Webflow
LockInterruptedExceptionException indicating that some Thread was interrupted duringprocessing and as such processing was halted.Classorg.springframework.webflow.conversation.implSpring Webflow
LockTimeoutExceptionThrown when a lock could not be acquired after a timeout period.Classorg.springframework.webflow.conversation.implSpring Webflow
NoOpConversationLockA singleton lock that doesn't do anything.Classorg.springframework.webflow.conversation.implSpring Webflow
NoSuchConversationExceptionThrown when no logical conversation exists with the specified conversationId.Classorg.springframework.webflow.conversationSpring Webflow
SessionBindingConversationManagerSimple implementation of a conversation manager that stores conversations in the session attribute map.Classorg.springframework.webflow.conversation.implSpring Webflow
SimpleConversationIdAn id that uniquely identifies a conversation managed by a ConversationManager.Classorg.springframework.webflow.conversation.implSpring Webflow