Uses of Interface
com.opensymphony.xwork2.inject.Scope.Strategy

Packages that use Scope.Strategy
com.opensymphony.xwork2.inject Guice (pronounced "juice"). 
 

Uses of Scope.Strategy in com.opensymphony.xwork2.inject
 

Fields in com.opensymphony.xwork2.inject declared as Scope.Strategy
(package private)  Scope.Strategy InternalContext.scopeStrategy
           
 

Methods in com.opensymphony.xwork2.inject that return Scope.Strategy
(package private)  Scope.Strategy InternalContext.getScopeStrategy()
           
 Scope.Strategy ExternalContext.getScopeStrategy()
           
 Scope.Strategy Context.getScopeStrategy()
          Gets the current scope strategy.
 

Methods in com.opensymphony.xwork2.inject with parameters of type Scope.Strategy
 void ContainerImpl.setScopeStrategy(Scope.Strategy scopeStrategy)
           
 void Container.setScopeStrategy(Scope.Strategy scopeStrategy)
          Sets the scope strategy for the current thread.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.