Package org.springframework.webflow.conversation.impl
package org.springframework.webflow.conversation.impl
Conversation manager implementations.
This package depends on the root conversation package.
-
ClassDescriptionThrown if a conversation id could not be parsed.Internal
Conversation
implementation used by the conversation container.Container for conversations that is stored in the session.A normalized interface for conversation locks, used to obtain exclusive access to a conversation.A conversation lock that relies on aReentrantLock
within Java 5'sutil.concurrent.locks
package.Exception
indicating that someThread
wasinterrupted
during processing and as such processing was halted.Thrown when a lock could not be acquired after a timeout period.A singleton lock that doesn't do anything.Simple implementation of a conversation manager that stores conversations in the session attribute map.An id that uniquely identifies a conversation managed by aConversationManager
.