| Name | Description | Type | Package | Framework |
| AbstractRequestAttributes | Abstract support class for RequestAttributes implementations,offering a request completion mechanism for request-specific destruction | Class | org.springframework.web.context.request | Spring MVC |
|
| AbstractRequestAttributesScope | Abstract Scope implementation that reads from a particular scopein the current thread-bound RequestAttributes object. | Class | org.springframework.web.context.request | Spring MVC |
|
| AsyncWebRequest | | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| AsyncWebRequestInterceptor | asynchronous request handling. | Interface | org.springframework.web.context.request | Spring MVC |
|
| CallableProcessingInterceptor | Intercepts concurrent request handling, where the concurrent result isobtained by executing a Callable on behalf of the application with | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| CallableProcessingInterceptorAdapter | Abstract adapter class for the CallableProcessingInterceptor interface,for simplified implementation of individual methods. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| DeferredResult | DeferredResult provides an alternative to using a Callable forasynchronous request processing. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| DeferredResult .DeferredResultHandler | Handles a DeferredResult value when set. | Interface | org.springframework.web.context.request.async.DeferredResult | Spring MVC |
|
| DeferredResultProcessingInterceptor | Intercepts concurrent request handling, where the concurrent result isobtained by waiting for a DeferredResult to be set from a thread | Interface | org.springframework.web.context.request.async | Spring MVC |
|
| DeferredResultProcessingInterceptorAdapter | Abstract adapter class for the DeferredResultProcessingInterceptorinterface for simplified implementation of individual methods. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| DestructionCallbackBindingListener | Adapter that implements the Servlet HttpSessionBindingListener interface,wrapping a session destruction callback. | Class | org.springframework.web.context.request | Spring MVC |
|
| FacesRequestAttributes | RequestAttributes adapter for a JSF FacesContext. | Class | org.springframework.web.context.request | Spring MVC |
|
| FacesWebRequest | WebRequest adapter for a JSF FacesContext. | Class | org.springframework.web.context.request | Spring MVC |
|
| Log4jNestedDiagnosticContextInterceptor | Request logging interceptor that adds a request context message to theLog4J nested diagnostic context (NDC) before the request is processed, | Class | org.springframework.web.context.request | Spring MVC |
|
| NativeWebRequest | Extension of the WebRequest interface, exposing thenative request and response objects in a generic fashion. | Interface | org.springframework.web.context.request | Spring MVC |
|
| NoSupportAsyncWebRequest | An AsyncWebRequest to use when there is no underlying async support. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| RequestAttributes | Abstraction for accessing attribute objects associated with a request. | Interface | org.springframework.web.context.request | Spring MVC |
|
| RequestContextHolder | Holder class to expose the web request in the form of a thread-boundRequestAttributes object. | Class | org.springframework.web.context.request | Spring MVC |
|
| RequestContextListener | Servlet listener that exposes the request to the current thread,through both LocaleContextHolder and | Class | org.springframework.web.context.request | Spring MVC |
|
| RequestScope | Request-backed ScopeRelies on a thread-bound RequestAttributes instance, which | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletRequestAttributes | Servlet-based implementation of the RequestAttributes interface. | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletWebRequest | WebRequest adapter for an HttpServletRequest. | Class | org.springframework.web.context.request | Spring MVC |
|
| SessionScope | Session-backed ScopeRelies on a thread-bound RequestAttributes instance, which | Class | org.springframework.web.context.request | Spring MVC |
|
| StandardServletAsyncWebRequest | A Servlet 3. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| TimeoutCallableProcessingInterceptor | Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| TimeoutDeferredResultProcessingInterceptor | Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is notalready committed. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebAsyncManager | The central class for managing asynchronous request processing, mainly intendedas an SPI and not typically used directly by application classes. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebAsyncTask | Holder for a Callable, a timeout value, and a task executor. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebAsyncUtils | Utility methods related to processing asynchronous web requests. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| WebRequest | Generic interface for a web request. | Interface | org.springframework.web.context.request | Spring MVC |
|
| WebRequestInterceptor | Interface for general web request interception. | Interface | org.springframework.web.context.request | Spring MVC |