Uses of Package
org.springframework.web
Packages that use org.springframework.web
Package
Description
Common, generic interfaces that define minimal boundary points
between Spring's web infrastructure and other framework modules.
This package contains classes used to determine the requested the media types in a request.
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Implementations to adapt to the underlying
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.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.
Support for annotation-based WebSocket setup in configuration classes.
Server-side support classes including container-specific strategies
for upgrading a request.
Support classes for SockJS including an
AbstractSockJsService
implementation.-
Classes in org.springframework.web used by org.springframework.web
-
Classes in org.springframework.web used by org.springframework.web.acceptClassDescriptionException thrown when the request handler cannot generate a response that is acceptable by the client.
-
Classes in org.springframework.web used by org.springframework.web.contextClassDescriptionInterface to be implemented in Servlet environments in order to configure the
ServletContext
programmatically -- as opposed to (or possibly in conjunction with) the traditionalweb.xml
-based approach. -
Classes in org.springframework.web used by org.springframework.web.server.adapterClassDescriptionInterface to be implemented in Servlet environments in order to configure the
ServletContext
programmatically -- as opposed to (or possibly in conjunction with) the traditionalweb.xml
-based approach. -
Classes in org.springframework.web used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionException thrown when the request handler cannot generate a response that is acceptable by the client.Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.Exception thrown when a request handler does not support a specific request method.
-
Classes in org.springframework.web used by org.springframework.web.servlet.mvc.supportClassDescriptionException thrown when the request handler cannot generate a response that is acceptable by the client.Exception thrown when a client POSTs, PUTs, or PATCHes content of a type not supported by request handler.Exception thrown when a request handler does not support a specific request method.
-
Classes in org.springframework.web used by org.springframework.web.servlet.resourceClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
Classes in org.springframework.web used by org.springframework.web.servlet.supportClassDescriptionInterface to be implemented in Servlet environments in order to configure the
ServletContext
programmatically -- as opposed to (or possibly in conjunction with) the traditionalweb.xml
-based approach. -
Classes in org.springframework.web used by org.springframework.web.socket.config.annotationClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
Classes in org.springframework.web used by org.springframework.web.socket.server.supportClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
Classes in org.springframework.web used by org.springframework.web.socket.sockjs.supportClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.