Uses of Class
org.springframework.web.context.request.ServletRequestAttributes
Packages that use ServletRequestAttributes
Package
Description
Support for generic request context holding, in particular for
 scoping of application objects per HTTP request or HTTP session.
Support for asynchronous request processing.
Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework.
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
- 
Uses of ServletRequestAttributes in org.springframework.web.context.requestSubclasses of ServletRequestAttributes in org.springframework.web.context.request
- 
Uses of ServletRequestAttributes in org.springframework.web.context.request.asyncSubclasses of ServletRequestAttributes in org.springframework.web.context.request.async
- 
Uses of ServletRequestAttributes in org.springframework.web.servletMethods in org.springframework.web.servlet that return ServletRequestAttributesModifier and TypeMethodDescriptionprotected ServletRequestAttributesFrameworkServlet.buildRequestAttributes(HttpServletRequest request, HttpServletResponse response, RequestAttributes previousAttributes) Build ServletRequestAttributes for the given request (potentially also holding a reference to the response), taking pre-bound attributes (and their type) into consideration.
- 
Uses of ServletRequestAttributes in org.springframework.web.servlet.handlerSubclasses of ServletRequestAttributes in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassServletWebRequestsubclass that is aware ofDispatcherServlet's request context, such as the Locale determined by the configuredLocaleResolver.