com.google.code.rees.scope.conversation.processing
Class ConversationEndProcessor
java.lang.Object
com.google.code.rees.scope.conversation.processing.ConversationEndProcessor
- All Implemented Interfaces:
- ConversationPostProcessor, Serializable
public class ConversationEndProcessor
- extends Object
- implements ConversationPostProcessor
A ConversationPostProcessor used to remove a conversation context
from the session context after an action has been executed. Is registered
for execution via {@link ConversationAdapter#addPostProcessor(ConversationPostProcessor, ConversationClassConfiguration, String)
- Author:
- rees.byars
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationEndProcessor
public ConversationEndProcessor()
postProcessConversation
public void postProcessConversation(ConversationAdapter conversationAdapter,
ConversationClassConfiguration conversationConfig,
String conversationId)
- Removes the conversation context from the session context
- Specified by:
postProcessConversation in interface ConversationPostProcessor
Copyright © 2012-2013. All Rights Reserved.