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 TypeMethodDescriptionprotected @Nullable ServletInvocableHandlerMethodExceptionHandlerExceptionResolver.getExceptionHandlerMethod(@Nullable HandlerMethod handlerMethod, Exception exception, ServletWebRequest webRequest) Find an@ExceptionHandlermethod for the given exception.voidServletInvocableHandlerMethod.invokeAndHandle(ServletWebRequest webRequest, ModelAndViewContainer mavContainer, @Nullable Object... providedArgs) Invoke the method and handle the return value through one of the configuredHandlerMethodReturnValueHandlers.