Uses of Class
org.springframework.web.context.request.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
-
Uses of ServletRequestAttributes in org.springframework.web.context.request.async
-
Uses of ServletRequestAttributes in org.springframework.web.servlet
Modifier 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
Modifier and TypeClassDescriptionclass
ServletWebRequest
subclass that is aware ofDispatcherServlet
's request context, such as the Locale determined by the configuredLocaleResolver
.