| Package | Description |
|---|---|
| org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
| Class and Description |
|---|
| AbstractMappingContentNegotiationStrategy
Base class for
ContentNegotiationStrategy implementations with the
steps to resolve a request to media types. |
| ContentNegotiationManager
Central class to determine requested media types
for a request.
|
| ContentNegotiationStrategy
A strategy for resolving the requested media types for a request.
|
| MappingMediaTypeFileExtensionResolver
An implementation of
MediaTypeFileExtensionResolver that maintains
lookups between file extensions and MediaTypes in both directions. |
| MediaTypeFileExtensionResolver
Strategy to resolve
MediaType to a list of file extensions. |
| PathExtensionContentNegotiationStrategy
A
ContentNegotiationStrategy that resolves the file extension in the
request path to a key to be used to look up a media type. |