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

Packages that use ConversationContextFactory
com.google.code.rees.scope.conversation.context   
 

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

Classes in com.google.code.rees.scope.conversation.context that implement ConversationContextFactory
 class DefaultConversationContextFactory
          The default implementation of the ConversationContextFactory
 

Fields in com.google.code.rees.scope.conversation.context declared as ConversationContextFactory
protected  ConversationContextFactory DefaultConversationContextManager.contextFactory
           
protected  ConversationContextFactory DefaultHttpConversationContextManagerProvider.conversationContextFactory
           
 

Methods in com.google.code.rees.scope.conversation.context with parameters of type ConversationContextFactory
 void DefaultConversationContextManager.setContextFactory(ConversationContextFactory contextFactory)
          Set the ConversationContextFactory to be used by this manager
 void ConversationContextManager.setContextFactory(ConversationContextFactory contextFactory)
          Set the ConversationContextFactory to be used by this manager
 void HttpConversationContextManagerProvider.setConversationContextFactory(ConversationContextFactory conversationContextFactory)
          set the ConversationContextFactory
 void DefaultHttpConversationContextManagerProvider.setConversationContextFactory(ConversationContextFactory conversationContextFactory)
          set the ConversationContextFactory
 



Copyright © 2012-2013. All Rights Reserved.