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
A base class for ContentNegotiationStrategy types that maintain a map with keys
such as "json" and media types such as "application/json".
|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
ContentNegotiationStrategy
A strategy for resolving the requested media types in a request.
|
MappingMediaTypeFileExtensionResolver
An implementation of
MediaTypeFileExtensionResolver that maintains a lookup
from extension to MediaType. |
MediaTypeFileExtensionResolver
A strategy for resolving a
MediaType to one or more path extensions. |
PathExtensionContentNegotiationStrategy
A ContentNegotiationStrategy that uses the path extension of the URL to
determine what media types are requested.
|
Copyright © 2022. All rights reserved.