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
 Scope.Strategy Context.getScopeStrategy()
          Gets the current scope strategy.
 Scope.Strategy ExternalContext.getScopeStrategy()
           
(package private)  Scope.Strategy InternalContext.getScopeStrategy()
           
 

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



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