| Name | Description | Type | Package | Framework |
| AbstractContextLoaderInitializer | Convenient base class for WebApplicationInitializer implementationsthat register a ContextLoaderListener in the servlet context. | Class | org.springframework.web.context | Spring MVC |
|
| AbstractRefreshableWebApplicationContext | AbstractRefreshableApplicationContextsubclass which implements the | Class | org.springframework.web.context.support | Spring MVC |
|
| 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 |
|
| AnnotationConfigWebApplicationContext | WebApplicationContext@Configuration-annotated | Class | org.springframework.web.context.support | 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 |
|
| ConfigurableWebApplicationContext | Interface to be implemented by configurable web application contexts. | Interface | org.springframework.web.context | Spring MVC |
|
| ConfigurableWebEnvironment | Specialization of ConfigurableEnvironment allowing initialization ofservlet-related PropertySource objects at the | Interface | org.springframework.web.context | Spring MVC |
|
| ContextCleanupListener | Web application listener that cleans up remaining disposable attributesin the ServletContext, i. | Class | org.springframework.web.context | Spring MVC |
|
| ContextExposingHttpServletRequest | HttpServletRequest decorator that makes all Spring beans in agiven WebApplicationContext accessible as request attributes, | Class | org.springframework.web.context.support | Spring MVC |
|
| ContextLoader | Performs the actual initialization work for the root application context. | Class | org.springframework.web.context | Spring MVC |
|
| ContextLoaderListener | Bootstrap listener to start up and shut down Spring's root WebApplicationContext. | Class | org.springframework.web.context | 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 |
|
| GenericWebApplicationContext | Subclass of GenericApplicationContext, suitable for web environments. | Class | org.springframework.web.context.support | Spring MVC |
|
| GroovyWebApplicationContext | WebApplicationContext implementation which takesits configuration from Groovy bean definition scripts and/or XML files, as understood by | Class | org.springframework.web.context.support | Spring MVC |
|
| HttpRequestHandlerServlet | Simple HttpServlet that delegates to an HttpRequestHandler bean definedin Spring's root web application context. | Class | org.springframework.web.context.support | Spring MVC |
|
| LiveBeansViewServlet | Servlet variant of LiveBeansView's MBean exposure. | Class | org.springframework.web.context.support | 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 |
|
| RequestHandledEvent | Event raised when a request is handled within an ApplicationContext. | Class | org.springframework.web.context.support | Spring MVC |
|
| RequestScope | Request-backed ScopeRelies on a thread-bound RequestAttributes instance, which | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletConfigAware | Interface to be implemented by any object that wishes to be notified of theServletConfig (typically determined by the WebApplicationContext) | Interface | org.springframework.web.context | Spring MVC |
|
| ServletConfigPropertySource | PropertySource that reads init parameters from a ServletConfig object. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAttributeExporter | Exporter that takes Spring-defined objects and exposes them asServletContext attributes. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAttributeFactoryBean | FactoryBean that fetches a specific, existing ServletContext attribute. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextAware | Interface to be implemented by any object that wishes to be notified of theServletContext (typically determined by the WebApplicationContext) | Interface | org.springframework.web.context | Spring MVC |
|
| ServletContextAwareProcessor | the ServletContextAware interface. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextLiveBeansView | LiveBeansView subclass which looks for all ApplicationContextsin the web application, as exposed in ServletContext attributes. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextParameterFactoryBean | FactoryBean that retrieves a specific ServletContext init parameter(that is, a context-param defined in web. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextPropertySource | PropertySource that reads init parameters from a ServletContext object. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextResource | Resource implementation forServletContext resources, interpreting | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextResourceLoader | ResourceLoader implementation that resolves paths as ServletContextresources, for use outside a WebApplicationContext (for example, | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextResourcePatternResolver | ServletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directory | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletContextScope | Scope wrapper for a ServletContext, i. | Class | org.springframework.web.context.support | Spring MVC |
|
| ServletRequestAttributes | Servlet-based implementation of the RequestAttributes interface. | Class | org.springframework.web.context.request | Spring MVC |
|
| ServletRequestHandledEvent | Servlet-specific subclass of RequestHandledEvent,adding servlet-specific context information. | Class | org.springframework.web.context.support | 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 |
|
| SpringBeanAutowiringSupport | Convenient base class for self-autowiring classes that gets constructedwithin a Spring-based web application. | Class | org.springframework.web.context.support | Spring MVC |
|
| StandardServletAsyncWebRequest | A Servlet 3. | Class | org.springframework.web.context.request.async | Spring MVC |
|
| StandardServletEnvironment | Environment implementation to be used by Servlet-based webapplications. | Class | org.springframework.web.context.support | Spring MVC |
|
| StaticWebApplicationContext | Static WebApplicationContextinterface to allow for direct replacement of an XmlWebApplicationContext, | Class | org.springframework.web.context.support | 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 |
|
| WebApplicationContext | Interface to provide configuration for a web application. | Interface | org.springframework.web.context | Spring MVC |
|
| WebApplicationContextUtils | Convenience methods for retrieving the root WebApplicationContext fora given ServletContext. | Class | org.springframework.web.context.support | Spring MVC |
|
| WebApplicationObjectSupport | Convenient superclass for application objects running in a WebApplicationContext. | Class | org.springframework.web.context.support | 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 |
|
| XmlWebApplicationContext | WebApplicationContext implementationwhich takes its configuration from XML documents, understood by an | Class | org.springframework.web.context.support | Spring MVC |