Uses of Interface
com.google.code.rees.scope.conversation.context.ConversationContextManager

Packages that use ConversationContextManager
com.google.code.rees.scope.conversation.context   
com.google.code.rees.scope.spring   
com.google.code.rees.scope.struts2   
 

Uses of ConversationContextManager in com.google.code.rees.scope.conversation.context
 

Classes in com.google.code.rees.scope.conversation.context that implement ConversationContextManager
 class DefaultConversationContextManager
          The default implementation of the ConversationContextManager.
 class TimeoutConversationContextManager
          This class extends the DefaultConversationContextManager and uses a TimeoutMonitor to monitor conversations for timeouts.
 

Methods in com.google.code.rees.scope.conversation.context that return ConversationContextManager
protected  ConversationContextManager DefaultHttpConversationContextManagerProvider.createContextManager(javax.servlet.http.HttpSession session)
           
static ConversationContextManager HttpConversationUtil.getContextManager(javax.servlet.http.HttpSession session)
           
 ConversationContextManager HttpConversationContextManagerProvider.getManager(javax.servlet.http.HttpServletRequest request)
          Return the ConversationContextManager for this request
 ConversationContextManager DefaultHttpConversationContextManagerProvider.getManager(javax.servlet.http.HttpServletRequest request)
          Return the ConversationContextManager for this request
 

Methods in com.google.code.rees.scope.conversation.context with parameters of type ConversationContextManager
static void HttpConversationUtil.setContextManager(javax.servlet.http.HttpSession session, ConversationContextManager contextManager)
           
 

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

Fields in com.google.code.rees.scope.spring declared as ConversationContextManager
protected  ConversationContextManager SpringConversationAdapter.conversationContextManager
           
 

Constructors in com.google.code.rees.scope.spring with parameters of type ConversationContextManager
SpringConversationAdapter(javax.servlet.http.HttpServletRequest request, org.springframework.web.method.HandlerMethod handler, ConversationContextManager conversationContextManager)
           
 

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

Fields in com.google.code.rees.scope.struts2 declared as ConversationContextManager
protected  ConversationContextManager StrutsConversationAdapter.conversationContextManager
           
 

Constructors in com.google.code.rees.scope.struts2 with parameters of type ConversationContextManager
StrutsConversationAdapter(com.opensymphony.xwork2.ActionInvocation invocation, ConversationContextManager conversationContextManager)
           
 



Copyright © 2012-2013. All Rights Reserved.