| Package | Description | 
|---|---|
| org.springframework.orm.hibernate5.support | 
 Classes supporting the  
org.springframework.orm.hibernate5 package. | 
| org.springframework.orm.jpa.support | 
 Classes supporting the  
org.springframework.orm.jpa package. | 
| org.springframework.test.web.servlet | 
 Contains server-side support for testing Spring MVC applications. 
 | 
| org.springframework.test.web.servlet.client | 
 Support for testing Spring MVC applications via
  
WebTestClient
 with MockMvc for server request
 handling. | 
| org.springframework.test.web.servlet.htmlunit | 
 Server-side support for testing Spring MVC applications with  
MockMvc
 and HtmlUnit. | 
| org.springframework.test.web.servlet.htmlunit.webdriver | 
 Server-side support for testing Spring MVC applications with  
MockMvc
 and the Selenium HtmlUnitDriver. | 
| org.springframework.test.web.servlet.setup | 
 Contains built-in  
MockMvcBuilder implementations. | 
| org.springframework.web.accept | 
 This package contains classes used to determine the requested the media types in a request. 
 | 
| org.springframework.web.bind.support | 
 Support classes for web data binding. 
 | 
| 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.context.support | 
 Classes supporting the  
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes. | 
| org.springframework.web.filter | 
 Provides generic filter base classes allowing for bean-style configuration. 
 | 
| org.springframework.web.jsf | 
 Support classes for integrating a JSF web layer with a Spring service layer
 which is hosted in a Spring root WebApplicationContext. 
 | 
| org.springframework.web.jsf.el | 
 ELResolvers for integrating a JSF web layer with a Spring service layer
 which is hosted in a Spring root WebApplicationContext. 
 | 
| org.springframework.web.multipart.commons | 
 MultipartResolver implementation for
 Apache Commons FileUpload. 
 | 
| org.springframework.web.multipart.support | 
 Support classes for the multipart resolution framework. 
 | 
| org.springframework.web.servlet | 
 Provides servlets that integrate with the application context
 infrastructure, and the core interfaces and classes for the
 Spring web MVC framework. 
 | 
| org.springframework.web.servlet.config.annotation | 
 Annotation-based setup for Spring MVC. 
 | 
| org.springframework.web.servlet.function.support | 
 Classes supporting the  
org.springframework.web.servlet.function package. | 
| org.springframework.web.servlet.handler | 
 Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations. 
 | 
| org.springframework.web.servlet.mvc | 
 Standard controller implementations for the Servlet MVC framework that comes with
 Spring. 
 | 
| org.springframework.web.servlet.mvc.method | 
 Servlet-based infrastructure for handler method processing,
 building on the  
org.springframework.web.method package. | 
| org.springframework.web.servlet.mvc.method.annotation | 
 MVC infrastructure for annotation-based handler method processing, building on the
  
org.springframework.web.method.annotation package. | 
| org.springframework.web.servlet.resource | 
 Support classes for serving static resources. 
 | 
| org.springframework.web.servlet.support | 
 Support classes for Spring's web MVC framework. 
 | 
| org.springframework.web.servlet.view | 
 Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations. 
 | 
| org.springframework.web.servlet.view.document | 
 Support classes for document generation,
 providing View implementations for PDF and Excel. 
 | 
| org.springframework.web.servlet.view.feed | 
 Support classes for feed generation, providing View implementations for Atom and RSS. 
 | 
| org.springframework.web.servlet.view.freemarker | 
 Support classes for the integration of
 FreeMarker
 as Spring web view technology. 
 | 
| org.springframework.web.servlet.view.groovy | 
 Support classes for the integration of
 
 Groovy Templates as Spring web view technology. 
 | 
| org.springframework.web.servlet.view.json | 
 Support classes for providing a View implementation based on JSON serialization. 
 | 
| org.springframework.web.servlet.view.script | 
 Support classes for views based on the JSR-223 script engine abstraction
 (as included in Java 6+), e.g. 
 | 
| org.springframework.web.servlet.view.tiles3 | 
 Support classes for the integration of
 Tiles 3
 (the standalone version of Tiles) as Spring web view technology. 
 | 
| org.springframework.web.servlet.view.xml | 
 Support classes for providing a View implementation based on XML Marshalling. 
 | 
| org.springframework.web.servlet.view.xslt | 
 Support classes for XSLT,
 providing a View implementation for XSLT stylesheets. 
 | 
| org.springframework.web.socket.server.jetty | 
 Server-side support for the Jetty 9+ WebSocket API. 
 | 
| org.springframework.web.socket.server.standard | 
 Server-side classes for use with standard JSR-356 WebSocket endpoints. 
 | 
| org.springframework.web.socket.server.support | 
 Server-side support classes including container-specific strategies
 for upgrading a request. 
 | 
| org.springframework.web.socket.sockjs.support | 
 Support classes for SockJS including an
  
AbstractSockJsService
 implementation. | 
| org.springframework.web.socket.sockjs.transport.handler | 
TransportHandler
 implementation classes as well as a concrete
 SockJsService. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ConfigurableWebApplicationContext
 Interface to be implemented by configurable web application contexts. 
 | 
| ContextLoader
 Performs the actual initialization work for the root application context. 
 | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ConfigurableWebApplicationContext
 Interface to be implemented by configurable web application contexts. 
 | 
| ConfigurableWebEnvironment
 Specialization of  
ConfigurableEnvironment allowing initialization of
 servlet-related PropertySource objects at the
 earliest moment that the ServletContext and (optionally) ServletConfig
 become available. | 
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ConfigurableWebApplicationContext
 Interface to be implemented by configurable web application contexts. 
 | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletConfigAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletConfig (typically determined by the WebApplicationContext)
 that it runs in. | 
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| AbstractContextLoaderInitializer
 Convenient base class for  
WebApplicationInitializer implementations
 that register a ContextLoaderListener in the servlet context. | 
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| WebApplicationContext
 Interface to provide configuration for a web application. 
 | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. | 
| Class and Description | 
|---|
| ServletContextAware
 Interface to be implemented by any object that wishes to be notified of the
  
ServletContext (typically determined by the WebApplicationContext)
 that it runs in. |