Uses of Class
com.google.code.rees.scope.container.Component

Packages that use Component
com.google.code.rees.scope.conversation.configuration   
com.google.code.rees.scope.conversation.context   
com.google.code.rees.scope.conversation.processing   
com.google.code.rees.scope.session   
com.google.code.rees.scope.struts2   
 

Uses of Component in com.google.code.rees.scope.conversation.configuration
 

Methods in com.google.code.rees.scope.conversation.configuration with annotations of type Component
 void DefaultConversationConfigurationProvider.setActionProvider(ActionProvider actionProvider)
          Set the ActionProvider for building action configurations on startup
 void DefaultConversationConfigurationProvider.setArbitrator(ConversationArbitrator arbitrator)
          Set the ConversationArbitrator to be used for building the configurations
 

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

Methods in com.google.code.rees.scope.conversation.context with annotations of type Component
 void DefaultHttpConversationContextManagerProvider.setConversationContextFactory(ConversationContextFactory conversationContextFactory)
          set the ConversationContextFactory
 

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

Methods in com.google.code.rees.scope.conversation.processing with annotations of type Component
 void SimpleConversationProcessor.setConfigurationProvider(ConversationConfigurationProvider configurationProvider)
          Set the configuration provider for this manager
 

Uses of Component in com.google.code.rees.scope.session
 

Methods in com.google.code.rees.scope.session with annotations of type Component
 void DefaultSessionConfigurationProvider.setActionProvider(ActionProvider actionProvider)
          Set the ActionProvider for building action configurations on startup
 void DefaultSessionManager.setConfigurationProvider(SessionConfigurationProvider configurationProvider)
          Set the SessionConfigurationProvider
 

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

Methods in com.google.code.rees.scope.struts2 with annotations of type Component
 void StrutsConversationArbitrator.setActionProvider(ActionProvider actionProvider)
           
 



Copyright © 2012-2013. All Rights Reserved.