Uses of Class
com.google.code.rees.scope.conversation.ConversationAdapter

Packages that use ConversationAdapter
com.google.code.rees.scope.conversation   
com.google.code.rees.scope.conversation.processing   
com.google.code.rees.scope.spring   
com.google.code.rees.scope.struts2   
 

Uses of ConversationAdapter in com.google.code.rees.scope.conversation
 

Fields in com.google.code.rees.scope.conversation with type parameters of type ConversationAdapter
protected static ThreadLocal<ConversationAdapter> ConversationAdapter.conversationAdapter
           
 

Methods in com.google.code.rees.scope.conversation that return ConversationAdapter
static ConversationAdapter ConversationAdapter.getAdapter()
          Get the ThreadLocal ConversationAdapter associated with the current request
 

Methods in com.google.code.rees.scope.conversation with parameters of type ConversationAdapter
static ConversationContext ConversationUtil.begin(String name, ConversationAdapter adapter, long maxIdleTimeMillis)
          A convenience method for beginning a conversation programmatically
static ConversationContext ConversationUtil.end(String name, ConversationAdapter adapter)
          A convenience method for ending a conversation programmatically.
static ConversationContext ConversationUtil.persist(String name, ConversationAdapter adapter)
          Persist a conversation programmatically
static void ConversationAdapter.setAdapter(ConversationAdapter adapter)
          Set the ThreadLocal ConversationAdapter for use with the current request.
 

Uses of ConversationAdapter in com.google.code.rees.scope.conversation.processing
 

Methods in com.google.code.rees.scope.conversation.processing with parameters of type ConversationAdapter
 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 InjectionConversationProcessor.extractConversationFields(Object target, ConversationAdapter conversationAdapter)
          Extract the ConversationFields from the target and place them into the conversations' contexts for active conversations associated with the current request.
 void DefaultInjectionConversationProcessor.extractConversationFields(Object target, ConversationAdapter conversationAdapter)
          Extract the ConversationFields from the target and place them into the conversations' contexts for active conversations associated with the current request.
 void InjectionConversationProcessor.injectConversationFields(Object target, ConversationAdapter conversationAdapter)
          Inject the ConversationFields on the target from the appropriate conversation contexts for active conversations associated with the current request
 void DefaultInjectionConversationProcessor.injectConversationFields(Object target, ConversationAdapter conversationAdapter)
          Inject the ConversationFields on the target from the appropriate conversation contexts for active conversations associated with the current request
 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)
          
 void SimpleConversationProcessor.processConversations(ConversationAdapter conversationAdapter)
          Process the conversations for the current request using the given adapter
 void ConversationProcessor.processConversations(ConversationAdapter conversationAdapter)
          Process the conversations for the current request using the given adapter
 

Constructors in com.google.code.rees.scope.conversation.processing with parameters of type ConversationAdapter
DefaultConversationPostProcessorWrapper(ConversationAdapter conversationAdapter, ConversationPostProcessor postProcessor, ConversationClassConfiguration conversationConfig, String conversationId)
           
 

Uses of ConversationAdapter in com.google.code.rees.scope.spring
 

Subclasses of ConversationAdapter in com.google.code.rees.scope.spring
 class SpringConversationAdapter
          An implementation of the ConversationAdapter for use with Spring MVC.
 

Uses of ConversationAdapter in com.google.code.rees.scope.struts2
 

Subclasses of ConversationAdapter in com.google.code.rees.scope.struts2
 class StrutsConversationAdapter
          Struts2 implementation of the ConversationAdapter.
 



Copyright © 2012-2013. All Rights Reserved.