Uses of Package
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.
Provides web-specific data binding functionality.
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.
Support for asynchronous request processing.
Support classes for the multipart resolution framework.
Infrastructure for annotation-based handler method processing.
Core interfaces and classes for Spring's generic, reactive web support.
Implementations to adapt to the underlying
org.springframework.http.client.reactive
reactive HTTP adapter
and HttpHandler
.Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
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.-
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body.Abstract base for exceptions related to media types. -
ClassDescriptionException thrown when the request handler cannot generate a response that is acceptable by the client.
-
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body.RuntimeException
that implementsErrorResponse
to expose an HTTP status, response headers, and a body formatted as an RFC 7808ProblemDetail
. -
ClassDescriptionInterface 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. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body. -
ClassDescription
RuntimeException
that implementsErrorResponse
to expose an HTTP status, response headers, and a body formatted as an RFC 7808ProblemDetail
. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body.RuntimeException
that implementsErrorResponse
to expose an HTTP status, response headers, and a body formatted as an RFC 7808ProblemDetail
. -
ClassDescriptionInterface 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. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body. -
ClassDescription
RuntimeException
that implementsErrorResponse
to expose an HTTP status, response headers, and a body formatted as an RFC 7808ProblemDetail
.Exception 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. -
ClassDescriptionRepresentation of a complete RFC 7807 error response including status, headers, and an RFC 7808 formatted
ProblemDetail
body.Exception 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. -
ClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
ClassDescriptionInterface 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. -
ClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
ClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.
-
ClassDescriptionPlain handler interface for components that process HTTP requests, analogous to a Servlet.