Uses of Package
org.springframework.web.context
Packages that use org.springframework.web.context
Package
Description
Classes supporting the
org.springframework.orm.hibernate5
package.Classes supporting the
org.springframework.orm.jpa
package.Contains server-side support for testing Spring MVC applications.
AssertJ support for MockMvc.
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Server-side support for testing Spring MVC applications with
MockMvc
and HtmlUnit.Server-side support for testing Spring MVC applications with
MockMvc
and the Selenium HtmlUnitDriver
.Contains built-in
MockMvcBuilder
implementations.This package contains classes used to determine the requested the media types in a request.
Support classes for web data binding.
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.Provides generic filter base classes allowing for bean-style configuration.
Support classes for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
ELResolvers for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
Support classes for the multipart resolution framework.
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
Annotation-based setup for Spring MVC.
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method
package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.Support classes for serving static resources.
Support classes for Spring's web MVC framework.
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
Support classes for document generation,
providing View implementations for PDF and Excel.
Support classes for feed generation, providing View implementations for Atom and RSS.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for the integration of
Groovy Templates as Spring web view technology.
Support classes for providing a View implementation based on JSON serialization.
Support classes for views based on the JSR-223 script engine abstraction.
Support classes for providing a View implementation based on XML Marshalling.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
Server-side support for the Jetty WebSocket API.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
for upgrading a request.
Support classes for SockJS including an
AbstractSockJsService
implementation.TransportHandler
implementation classes as well as a concrete
SockJsService
.-
Classes in org.springframework.web.context used by org.springframework.orm.hibernate5.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.orm.jpa.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.test.web.servlet
-
Classes in org.springframework.web.context used by org.springframework.test.web.servlet.assertj
-
Classes in org.springframework.web.context used by org.springframework.test.web.servlet.client
-
Classes in org.springframework.web.context used by org.springframework.test.web.servlet.htmlunit
-
-
Classes in org.springframework.web.context used by org.springframework.test.web.servlet.setup
-
Classes in org.springframework.web.context used by org.springframework.web.acceptClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.bind.support
-
Classes in org.springframework.web.context used by org.springframework.web.contextClassDescriptionInterface to be implemented by configurable web application contexts.Performs the actual initialization work for the root application context.Interface to provide configuration for a web application.
-
Classes in org.springframework.web.context used by org.springframework.web.context.supportClassDescriptionInterface to be implemented by configurable web application contexts.Specialization of
ConfigurableEnvironment
allowing initialization of servlet-relatedPropertySource
objects at the earliest moment that theServletContext
and (optionally)ServletConfig
become available.Interface to be implemented by any object that wishes to be notified of theServletContext
(typically determined by theWebApplicationContext
) that it runs in.Interface to provide configuration for a web application. -
Classes in org.springframework.web.context used by org.springframework.web.filterClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in.Interface to provide configuration for a web application. -
Classes in org.springframework.web.context used by org.springframework.web.jsf
-
Classes in org.springframework.web.context used by org.springframework.web.jsf.el
-
Classes in org.springframework.web.context used by org.springframework.web.multipart.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servletClassDescriptionInterface to be implemented by configurable web application contexts.Interface to provide configuration for a web application.
-
Classes in org.springframework.web.context used by org.springframework.web.servlet.config.annotationClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.function.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.handlerClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletConfig
(typically determined by theWebApplicationContext
) that it runs in.Interface to be implemented by any object that wishes to be notified of theServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.mvcClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.mvc.methodClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.resourceClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.supportClassDescriptionConvenient base class for
WebApplicationInitializer
implementations that register aContextLoaderListener
in the servlet context.Interface to be implemented by any object that wishes to be notified of theServletContext
(typically determined by theWebApplicationContext
) that it runs in.Interface to provide configuration for a web application. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.viewClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.documentClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.feedClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.freemarkerClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.groovyClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.jsonClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.scriptClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.xmlClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.servlet.view.xsltClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.socket.server.jettyClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.socket.server.standardClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.socket.server.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.socket.sockjs.supportClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in. -
Classes in org.springframework.web.context used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionInterface to be implemented by any object that wishes to be notified of the
ServletContext
(typically determined by theWebApplicationContext
) that it runs in.