|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.conversation.ConversationId
public abstract class ConversationId
An id that uniquely identifies a conversation managed by a ConversationManager.
| 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 |
|---|
public ConversationId()
| Method Detail |
|---|
public abstract java.lang.String toString()
toString in class java.lang.ObjectObject.toString(),
ConversationManager.parseConversationId(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||