| Package | Description | 
|---|---|
| org.springframework.web.context | 
 Contains a variant of the application context interface for web applications,
 and the ContextLoaderListener that bootstraps a root web application context. 
 | 
| org.springframework.web.server.adapter | 
 Implementations to adapt to the underlying
  
org.springframework.http.client.reactive reactive HTTP adapter
 and HttpHandler. | 
| org.springframework.web.servlet.support | 
 Support classes for Spring's web MVC framework. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractContextLoaderInitializer
Convenient base class for  
WebApplicationInitializer implementations
 that register a ContextLoaderListener in the servlet context. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractReactiveWebInitializer
Base class for a  
WebApplicationInitializer
 that installs a Spring Reactive Web Application on a Servlet container. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractAnnotationConfigDispatcherServletInitializer
WebApplicationInitializer
 to register a DispatcherServlet and use Java-based Spring configuration. | 
class  | 
AbstractDispatcherServletInitializer
Base class for  
WebApplicationInitializer
 implementations that register a DispatcherServlet in the servlet context. |