org.springframework.webflow.conversation
Class ConversationId

java.lang.Object
  extended by 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

Constructor Summary
ConversationId()
           
 
Method Summary
abstract  String toString()
          Subclasses should override toString to return a parseable string form of the key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationId

public ConversationId()
Method Detail

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)