Uses of Class
org.springframework.web.context.request.ServletWebRequest
Packages that use ServletWebRequest
Package
Description
Support for asynchronous request processing.
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.- 
Uses of ServletWebRequest in org.springframework.web.context.request.asyncSubclasses of ServletWebRequest in org.springframework.web.context.request.async
- 
Uses of ServletWebRequest in org.springframework.web.servlet.handlerSubclasses of ServletWebRequest in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassServletWebRequestsubclass that is aware ofDispatcherServlet's request context, such as the Locale determined by the configuredLocaleResolver.
- 
Uses of ServletWebRequest in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ServletWebRequestModifier and TypeMethodDescriptionvoidServletInvocableHandlerMethod.invokeAndHandle(ServletWebRequest webRequest, ModelAndViewContainer mavContainer, Object... providedArgs) Invoke the method and handle the return value through one of the configuredHandlerMethodReturnValueHandlers.