Uses of Class
org.springframework.web.context.request.AbstractRequestAttributesScope

Packages that use AbstractRequestAttributesScope
org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. 
 

Uses of AbstractRequestAttributesScope in org.springframework.web.context.request
 

Subclasses of AbstractRequestAttributesScope in org.springframework.web.context.request
 class RequestScope
          Request-backed Scope implementation.
 class SessionScope
          Session-backed Scope implementation.
 



Copyright © 2002-2008 The Spring Framework.