Uses of Package
net.sourceforge.scopes.managers

Packages that use net.sourceforge.scopes.managers
net.sourceforge.scopes.builders Contains classes to manage scope builders. 
net.sourceforge.scopes.builders.impl Contains implementations of builders. 
net.sourceforge.scopes.click Implementation of the "click" scope. 
net.sourceforge.scopes.managers Scope managers, i.e. classes that create and manage scopes. 
net.sourceforge.scopes.managers.impl Main scope manager implementations. 
net.sourceforge.scopes.window Window scope implementation. 
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.builders
ScopeManager
          Manages a scope, that is an object that can create a context from a request.
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.builders.impl
ScopeManager
          Manages a scope, that is an object that can create a context from a request.
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.click
ScopeManager
          Manages a scope, that is an object that can create a context from a request.
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.managers
ScopeManager
          Manages a scope, that is an object that can create a context from a request.
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.managers.impl
ScopeManager
          Manages a scope, that is an object that can create a context from a request.
ScopeManagerConfigurator
          Configures scope managers, i.e. creates a map of type:
scope name -> scope manager
That can be used to manage all scopes.
 

Classes in net.sourceforge.scopes.managers used by net.sourceforge.scopes.window
ScopeManager
          Manages a scope, that is an object that can create a context from a request.