Spring Web Flow

org.springframework.webflow.conversation
Class ConversationId

java.lang.Object
  extended by org.springframework.webflow.conversation.ConversationId
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SimpleConversationId

public abstract class ConversationId
extends java.lang.Object
implements java.io.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  java.lang.String toString()
          Subclasses should override toString to return a parseable string form of the key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationId

public ConversationId()
Method Detail

toString

public abstract java.lang.String toString()
Subclasses should override toString to return a parseable string form of the key.

Overrides:
toString in class java.lang.Object
See Also:
Object.toString(), ConversationManager.parseConversationId(String)

Spring Web Flow