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.request
Subclasses of ServletRequestAttributes in org.springframework.web.context.request -
Uses of ServletRequestAttributes in org.springframework.web.context.request.async
Subclasses of ServletRequestAttributes in org.springframework.web.context.request.async -
Uses of ServletRequestAttributes in org.springframework.web.servlet
Methods in org.springframework.web.servlet that return ServletRequestAttributesModifier and TypeMethodDescriptionprotected ServletRequestAttributes
FrameworkServlet.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.handler
Subclasses of ServletRequestAttributes in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclass
ServletWebRequest
subclass that is aware ofDispatcherServlet
's request context, such as the Locale determined by the configuredLocaleResolver
.