Package net.sourceforge.scopes.managers.impl

Main scope manager implementations.

See:
          Description

Class Summary
ApplicationScopeManager Manages application scope.
InitBasedApplicationScopeManager Instead of getting the ServletContext from the request, this scope manager takes it from the filter configuration.
RequestScopeManager Manages request scope.
SessionScopeManager Manages session scope.
SimpleScopeManagerConfigurator<T extends ServletRequest> Configures all scopes managers through the use of parameters.
 

Package net.sourceforge.scopes.managers.impl Description

Main scope manager implementations.