Uses of Class
org.springframework.web.context.request.AbstractRequestAttributes
Packages that use AbstractRequestAttributes Package Description 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.context.request.async Support for asynchronous request processing.org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.Uses of AbstractRequestAttributes in org.springframework.web.context.request
Subclasses of AbstractRequestAttributes in org.springframework.web.context.request Modifier and Type Class Description classServletRequestAttributesServlet-based implementation of theRequestAttributesinterface.classServletWebRequestWebRequestadapter for anHttpServletRequest.Uses of AbstractRequestAttributes in org.springframework.web.context.request.async
Subclasses of AbstractRequestAttributes in org.springframework.web.context.request.async Modifier and Type Class Description classStandardServletAsyncWebRequestA Servlet 3.0 implementation ofAsyncWebRequest.Uses of AbstractRequestAttributes in org.springframework.web.servlet.handler
Subclasses of AbstractRequestAttributes in org.springframework.web.servlet.handler Modifier and Type Class Description classDispatcherServletWebRequestServletWebRequestsubclass that is aware ofDispatcherServlet's request context, such as the Locale determined by the configuredLocaleResolver.