|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversationPostProcessor | |
|---|---|
| com.google.code.rees.scope.conversation | |
| com.google.code.rees.scope.conversation.processing | |
| Uses of ConversationPostProcessor in com.google.code.rees.scope.conversation |
|---|
| Methods in com.google.code.rees.scope.conversation with parameters of type ConversationPostProcessor | |
|---|---|
void |
ConversationAdapter.addPostProcessor(ConversationPostProcessor postProcessor,
ConversationClassConfiguration conversationConfig,
String conversationId)
Add a ConversationPostProcessor that is guaranteed to be executed
after action execution by a call to ConversationAdapter.executePostProcessors() |
| Uses of ConversationPostProcessor in com.google.code.rees.scope.conversation.processing |
|---|
| Classes in com.google.code.rees.scope.conversation.processing that implement ConversationPostProcessor | |
|---|---|
class |
ConversationEndProcessor
A ConversationPostProcessor used to remove a conversation context
from the session context after an action has been executed. |
class |
DefaultInjectionConversationProcessor
The default implementation of the InjectionConversationProcessor |
| Methods in com.google.code.rees.scope.conversation.processing with parameters of type ConversationPostProcessor | |
|---|---|
ConversationPostProcessorWrapper |
DefaultConversationPostProcessorWrapperFactory.create(ConversationAdapter conversationAdapter,
ConversationPostProcessor postProcessor,
ConversationClassConfiguration conversationConfig,
String conversationId)
Returns an instance of a ConversationPostProcessorWrapper |
ConversationPostProcessorWrapper |
ConversationPostProcessorWrapperFactory.create(ConversationAdapter conversationAdapter,
ConversationPostProcessor postProcessor,
ConversationClassConfiguration conversationConfig,
String conversationId)
Returns an instance of a ConversationPostProcessorWrapper |
| Constructors in com.google.code.rees.scope.conversation.processing with parameters of type ConversationPostProcessor | |
|---|---|
DefaultConversationPostProcessorWrapper(ConversationAdapter conversationAdapter,
ConversationPostProcessor postProcessor,
ConversationClassConfiguration conversationConfig,
String conversationId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||