Class SimpleConversationId
java.lang.Object
org.springframework.webflow.conversation.ConversationId
org.springframework.webflow.conversation.impl.SimpleConversationId
- All Implemented Interfaces:
Serializable
An id that uniquely identifies a conversation managed by a
ConversationManager
.- Author:
- Ben Hale
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleConversationId
Creates a new simple conversation id.- Parameters:
id
- the id value
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:ConversationId
Subclasses should override toString to return a parseable string form of the key.- Specified by:
toString
in classConversationId
- See Also:
-