|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConversationClassConfiguration | |
|---|---|
| com.google.code.rees.scope.conversation | |
| com.google.code.rees.scope.conversation.configuration | |
| com.google.code.rees.scope.conversation.processing | |
| Uses of ConversationClassConfiguration in com.google.code.rees.scope.conversation |
|---|
| Methods in com.google.code.rees.scope.conversation with parameters of type ConversationClassConfiguration | |
|---|---|
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 ConversationClassConfiguration in com.google.code.rees.scope.conversation.configuration |
|---|
| Fields in com.google.code.rees.scope.conversation.configuration with type parameters of type ConversationClassConfiguration | |
|---|---|
protected ConcurrentMap<Class<?>,Collection<ConversationClassConfiguration>> |
DefaultConversationConfigurationProvider.classConfigurations
|
| Methods in com.google.code.rees.scope.conversation.configuration that return types with arguments of type ConversationClassConfiguration | |
|---|---|
Collection<ConversationClassConfiguration> |
DefaultConversationConfigurationProvider.getConfigurations(Class<?> clazz)
Get the ConversationConfigurations for
a given class |
Collection<ConversationClassConfiguration> |
ConversationConfigurationProvider.getConfigurations(Class<?> actionClass)
Get the ConversationConfigurations for
a given class |
protected Collection<ConversationClassConfiguration> |
DefaultConversationConfigurationProvider.processClass(Class<?> clazz,
ConcurrentMap<Class<?>,Collection<ConversationClassConfiguration>> classConfigurations)
good candidate for refactoring... |
| Method parameters in com.google.code.rees.scope.conversation.configuration with type arguments of type ConversationClassConfiguration | |
|---|---|
protected Collection<ConversationClassConfiguration> |
DefaultConversationConfigurationProvider.processClass(Class<?> clazz,
ConcurrentMap<Class<?>,Collection<ConversationClassConfiguration>> classConfigurations)
good candidate for refactoring... |
| Uses of ConversationClassConfiguration in com.google.code.rees.scope.conversation.processing |
|---|
| Methods in com.google.code.rees.scope.conversation.processing with parameters of type ConversationClassConfiguration | |
|---|---|
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 |
void |
DefaultInjectionConversationProcessor.postProcessConversation(ConversationAdapter conversationAdapter,
ConversationClassConfiguration conversationConfig,
String conversationId)
Perform the post-processing using the given parameters |
void |
ConversationPostProcessor.postProcessConversation(ConversationAdapter conversationAdapter,
ConversationClassConfiguration conversationConfig,
String conversationId)
Perform the post-processing using the given parameters |
void |
ConversationEndProcessor.postProcessConversation(ConversationAdapter conversationAdapter,
ConversationClassConfiguration conversationConfig,
String conversationId)
Removes the conversation context from the session context |
protected void |
SimpleConversationProcessor.processConversation(ConversationClassConfiguration conversationConfig,
ConversationAdapter conversationAdapter,
Object action)
|
protected void |
DefaultInjectionConversationProcessor.processConversation(ConversationClassConfiguration conversationConfig,
ConversationAdapter conversationAdapter,
Object action)
|
| Constructors in com.google.code.rees.scope.conversation.processing with parameters of type ConversationClassConfiguration | |
|---|---|
DefaultConversationPostProcessorWrapper(ConversationAdapter conversationAdapter,
ConversationPostProcessor postProcessor,
ConversationClassConfiguration conversationConfig,
String conversationId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||