Uses of Class
org.springframework.web.context.request.ServletWebRequest
Packages that use ServletWebRequest Package Description 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.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ServletWebRequest in org.springframework.web.context.request.async
Subclasses of ServletWebRequest in org.springframework.web.context.request.async Modifier and Type Class Description classStandardServletAsyncWebRequestA Servlet 3.0 implementation ofAsyncWebRequest.Uses of ServletWebRequest in org.springframework.web.servlet.handler
Subclasses of ServletWebRequest 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.Uses of ServletWebRequest in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type ServletWebRequest Modifier and Type Method Description voidServletInvocableHandlerMethod. invokeAndHandle(ServletWebRequest webRequest, ModelAndViewContainer mavContainer, Object... providedArgs)Invoke the method and handle the return value through one of the configuredHandlerMethodReturnValueHandlers.