Uses of Class
org.springframework.web.context.request.AbstractRequestAttributes
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 standard HandlerMapping implementations,
including abstract base classes for custom implementations.
-
Uses of AbstractRequestAttributes in org.springframework.web.context.request
Modifier and TypeClassDescriptionclass
Servlet-based implementation of theRequestAttributes
interface.class
WebRequest
adapter for anHttpServletRequest
. -
Uses of AbstractRequestAttributes in org.springframework.web.context.request.async
-
Uses of AbstractRequestAttributes 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
.