Uses of Package
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.
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.Support classes for serving static resources.
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
-
-
-
ClassDescriptionBase class for
ContentNegotiationStrategy
implementations with the steps to resolve a request to media types.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.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".Deprecated.as of 5.2.4. -
ClassDescriptionCentral class to determine requested media types for a request.A strategy for resolving the requested media types for a request.
-
-
-
-
ClassDescriptionCentral class to determine requested media types for a request.Deprecated.as of 5.2.4.
-