Uses of Package
org.springframework.web.accept
Packages that use org.springframework.web.accept
Package
Description
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
MockMvcBuilder
implementations.This package contains classes used to determine the requested the media types in a request.
RequestedContentTypeResolver
strategy and implementations to resolve the requested content type for a
given request.Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
Common MVC logic for matching incoming requests based on conditions.
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.Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
-
Classes in org.springframework.web.accept used by org.springframework.test.web.servlet.client
-
Classes in org.springframework.web.accept used by org.springframework.test.web.servlet.setup
-
Classes in org.springframework.web.accept used by org.springframework.web.acceptClassDescriptionBase class for
ContentNegotiationStrategy
implementations with the steps to resolve a request to media types.Contract to parse a version into an Object representation.Contract to extract the version from a request.The main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.Exception raised when an API version cannot be parsed, or is not in the supported version set.An implementation ofMediaTypeFileExtensionResolver
that maintains lookups between file extensions and MediaTypes in both directions.Strategy to resolve aMediaType
to a list of file extensions — for example, to resolve "application/json" to "json".Exception raised when an API version is required, but is not present.Representation of a semantic version. -
Classes in org.springframework.web.accept used by org.springframework.web.reactive.acceptClassDescriptionContract to parse a version into an Object representation.Exception raised when an API version cannot be parsed, or is not in the supported version set.Exception raised when an API version is required, but is not present.
-
Classes in org.springframework.web.accept used by org.springframework.web.reactive.config
-
Classes in org.springframework.web.accept used by org.springframework.web.servlet.config.annotationClassDescriptionContract to parse a version into an Object representation.Contract to extract the version from a request.The main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.
-
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.conditionClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.
-
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.methodClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.
-
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.method.annotationClassDescriptionThe main component that encapsulates configuration preferences and strategies to manage API versioning for an application.Central class to determine requested media types for a request.
-
Classes in org.springframework.web.accept used by org.springframework.web.servlet.view