|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversationException | |
---|---|
org.springframework.webflow.conversation | The conversation subsystem for beginning and ending conversations that manage the state of user interactions. |
org.springframework.webflow.conversation.impl | Conversation manager implementations. |
Uses of ConversationException in org.springframework.webflow.conversation |
---|
Subclasses of ConversationException in org.springframework.webflow.conversation | |
---|---|
class |
NoSuchConversationException
Thrown when no logical conversation exists with the specified conversationId . |
Methods in org.springframework.webflow.conversation that throw ConversationException | |
---|---|
Conversation |
ConversationManager.beginConversation(ConversationParameters conversationParameters)
Begin a new conversation. |
Conversation |
ConversationManager.getConversation(ConversationId id)
Get the conversation with the provided id. |
ConversationId |
ConversationManager.parseConversationId(java.lang.String encodedId)
Parse the string-encoded conversationId into its object form. |
Uses of ConversationException in org.springframework.webflow.conversation.impl |
---|
Methods in org.springframework.webflow.conversation.impl that throw ConversationException | |
---|---|
Conversation |
SessionBindingConversationManager.beginConversation(ConversationParameters conversationParameters)
|
Conversation |
SessionBindingConversationManager.getConversation(ConversationId id)
|
ConversationId |
SessionBindingConversationManager.parseConversationId(java.lang.String encodedId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |