Uses of Package
org.springframework.web.servlet
Packages that use org.springframework.web.servlet
Package
Description
Helper classes for unit tests based on Spring's web support.
Contains server-side support for testing Spring MVC applications.
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
ResultMatcher
and ResultHandler
implementations.Contains built-in
MockMvcBuilder
implementations.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.
Provides the types that make up Spring's functional web framework for Servlet environments.
Classes supporting the
org.springframework.web.servlet.function
package.Provides standard HandlerMapping implementations,
including abstract base classes for custom implementations.
Locale support classes for Spring's web MVC framework.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Support package for annotation-based Servlet MVC controllers.
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 package for MVC controllers.
Support classes for serving static resources.
Support classes for Spring's web MVC framework.
Theme 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.
Support for annotation-based WebSocket setup in configuration classes.
Server-side support classes including container-specific strategies
for upgrading a request.
-
Classes in org.springframework.web.servlet used by org.springframework.test.web
-
Classes in org.springframework.web.servlet used by org.springframework.test.web.servletClassDescriptionCentral dispatcher for HTTP request handlers/controllers, for example, for web UI controllers or HTTP-based remote service exporters.A FlashMap provides a way for one request to store attributes intended for use in another.Workflow interface that allows for customized handler execution chains.Holder for both Model and View in the web MVC framework.
-
Classes in org.springframework.web.servlet used by org.springframework.test.web.servlet.clientClassDescriptionA strategy interface for retrieving and saving FlashMap instances.Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Workflow interface that allows for customized handler execution chains.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.MVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.test.web.servlet.resultClassDescriptionA FlashMap provides a way for one request to store attributes intended for use in another.Workflow interface that allows for customized handler execution chains.Holder for both Model and View in the web MVC framework.
-
Classes in org.springframework.web.servlet used by org.springframework.test.web.servlet.setupClassDescriptionA strategy interface for retrieving and saving FlashMap instances.Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Workflow interface that allows for customized handler execution chains.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.MVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servletClassDescriptionA FlashMap provides a way for one request to store attributes intended for use in another.Base servlet for Spring's web framework.MVC framework SPI, allowing parameterization of the core MVC workflow.Handler execution chain, consisting of handler object and any handler interceptors.Workflow interface that allows for customized handler execution chains.Interface to be implemented by objects that define a mapping between requests and handler objects.Simple extension of
HttpServlet
which treats its config parameters (init-param
entries within theservlet
tag inweb.xml
) as bean properties.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.Holder for both Model and View in the web MVC framework.MVC View for a web interaction.Interface to be implemented by objects that can resolve views by name. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.config.annotationClassDescriptionA strategy interface for retrieving and saving FlashMap instances.Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Workflow interface that allows for customized handler execution chains.Interface to be implemented by objects that define a mapping between requests and handler objects.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.Strategy interface for translating an incoming
HttpServletRequest
into a logical view name when no view name is explicitly supplied.Deprecated.as of 6.0 in favor of using CSS, without direct replacementMVC View for a web interaction.Interface to be implemented by objects that can resolve views by name. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.function
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.function.supportClassDescriptionMVC framework SPI, allowing parameterization of the core MVC workflow.Interface to be implemented by objects that define a mapping between requests and handler objects.Holder for both Model and View in the web MVC framework.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.handlerClassDescriptionExtends
HandlerInterceptor
with a callback method invoked after the start of asynchronous request handling.MVC framework SPI, allowing parameterization of the core MVC workflow.Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Handler execution chain, consisting of handler object and any handler interceptors.Workflow interface that allows for customized handler execution chains.Interface to be implemented by objects that define a mapping between requests and handler objects.Holder for both Model and View in the web MVC framework. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.i18nClassDescriptionWorkflow interface that allows for customized handler execution chains.Extension of
LocaleResolver
that adds support for a rich locale context (potentially including locale and time zone information).Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvcClassDescriptionMVC framework SPI, allowing parameterization of the core MVC workflow.Workflow interface that allows for customized handler execution chains.Holder for both Model and View in the web MVC framework.MVC View for a web interaction.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.annotationClassDescriptionInterface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Holder for both Model and View in the web MVC framework.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.methodClassDescriptionMVC framework SPI, allowing parameterization of the core MVC workflow.Interface to be implemented by objects that define a mapping between requests and handler objects.Holder for both Model and View in the web MVC framework.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionMVC framework SPI, allowing parameterization of the core MVC workflow.Interface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Interface to be implemented by objects that define a mapping between requests and handler objects.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.Holder for both Model and View in the web MVC framework.Thrown when the
DispatcherServlet
can't find a handler for a request, which may be handled with a configuredHandlerExceptionResolver
. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.mvc.supportClassDescriptionInterface to be implemented by objects that can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.Holder for both Model and View in the web MVC framework.Thrown when the
DispatcherServlet
can't find a handler for a request, which may be handled with a configuredHandlerExceptionResolver
. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.resourceClassDescriptionWorkflow interface that allows for customized handler execution chains.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.supportClassDescriptionA FlashMap provides a way for one request to store attributes intended for use in another.A strategy interface for retrieving and saving FlashMap instances.Base servlet for Spring's web framework.Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.Deprecated.as of 6.0 in favor of using CSS, without direct replacement
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.themeClassDescriptionWorkflow interface that allows for customized handler execution chains.Deprecated.as of 6.0 in favor of using CSS, without direct replacement
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.viewClassDescriptionHolder for both Model and View in the web MVC framework.Strategy interface for translating an incoming
HttpServletRequest
into a logical view name when no view name is explicitly supplied.Provides additional information about a View such as whether it performs redirects.MVC View for a web interaction.Interface to be implemented by objects that can resolve views by name. -
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.document
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.feed
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.freemarkerClassDescriptionMVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.groovyClassDescriptionMVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.json
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.scriptClassDescriptionMVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.xml
-
Classes in org.springframework.web.servlet used by org.springframework.web.servlet.view.xsltClassDescriptionMVC View for a web interaction.Interface to be implemented by objects that can resolve views by name.
-
Classes in org.springframework.web.servlet used by org.springframework.web.socket.config.annotationClassDescriptionInterface to be implemented by objects that define a mapping between requests and handler objects.
-
Classes in org.springframework.web.servlet used by org.springframework.web.socket.server.supportClassDescriptionInterface to be implemented by objects that define a mapping between requests and handler objects.