Uses of Interface
com.google.code.rees.scope.ActionProvider

Packages that use ActionProvider
com.google.code.rees.scope.conversation.configuration   
com.google.code.rees.scope.session   
com.google.code.rees.scope.struts2   
 

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

Fields in com.google.code.rees.scope.conversation.configuration declared as ActionProvider
protected  ActionProvider DefaultConversationConfigurationProvider.actionProvider
           
 

Methods in com.google.code.rees.scope.conversation.configuration with parameters of type ActionProvider
 void DefaultConversationConfigurationProvider.setActionProvider(ActionProvider actionProvider)
          Set the ActionProvider for building action configurations on startup
 void ConversationConfigurationProvider.setActionProvider(ActionProvider actionProvider)
          Set the ActionProvider for building action configurations on startup
 

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

Fields in com.google.code.rees.scope.session declared as ActionProvider
protected  ActionProvider DefaultSessionConfigurationProvider.actionProvider
           
 

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

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

Classes in com.google.code.rees.scope.struts2 that implement ActionProvider
 class StrutsActionProvider
          Struts2 implementation of the ActionProvider.
 

Fields in com.google.code.rees.scope.struts2 declared as ActionProvider
protected  ActionProvider StrutsConversationArbitrator.actionProvider
           
 

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



Copyright © 2012-2013. All Rights Reserved.