org.springframework.webflow.conversation
Class ConversationId
java.lang.Object
org.springframework.webflow.conversation.ConversationId
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SimpleConversationId
public abstract class ConversationId
- extends Object
- implements Serializable
An id that uniquely identifies a conversation managed by a ConversationManager.
- Author:
- Ben Hale, Keith Donald
- See Also:
- Serialized Form
|
Method Summary |
abstract String |
toString()
Subclasses should override toString to return a parseable string form of the key. |
ConversationId
public ConversationId()
toString
public abstract String toString()
- Subclasses should override toString to return a parseable string form of the key.
- Overrides:
toString in class Object
- See Also:
Object.toString(),
ConversationManager.parseConversationId(String)