Package net.sourceforge.scopes.filters

Filters for the use of Scopes in an HTTP Servlet environment.

See:
          Description

Class Summary
CompleteScopesHttpFilter It is nothing but ScopesHttpFilter, the difference is that it can be used in web.xml!
ScopesFilter<T extends ServletRequest> Servlet filter that intercepts a request and then creates a state, wrapping the request with an object that can contain the state itself.
ScopesHttpFilter<T extends HttpServletRequest> Base http servlet filter, that can wrap a request to provide also the state.
 

Package net.sourceforge.scopes.filters Description

Filters for the use of Scopes in an HTTP Servlet environment.