The Spring Framework

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

Packages that use ServletRequestAttributes
org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. 
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

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

Subclasses of ServletRequestAttributes in org.springframework.web.context.request
 class ServletWebRequest
          WebRequest adapter for an HttpServletRequest.
 

Uses of ServletRequestAttributes in org.springframework.web.servlet.handler
 

Subclasses of ServletRequestAttributes in org.springframework.web.servlet.handler
 class DispatcherServletWebRequest
          ServletWebRequest that is aware of DispatcherServlet's request context, such as the Locale determined by a LocaleResolver.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.