Generated by
JDiff

Package org.springframework.web.accept

Changed Classes
AbstractMappingContentNegotiationStrategy A base class for ContentNegotiationStrategy types that maintain a map with keys such as "json" and media types such as "application/json".
ContentNegotiationManagerFactoryBean A factory providing convenient access to a {@code ContentNegotiationManager} configured with one or more ContentNegotiationStrategy instances.
MappingMediaTypeFileExtensionResolver An implementation of MediaTypeFileExtensionResolver that maintains a lookup from extension to MediaType.
ParameterContentNegotiationStrategy A ContentNegotiationStrategy that uses a request parameter to determine what media types are requested.
PathExtensionContentNegotiationStrategy A ContentNegotiationStrategy that uses the path extension of the URL to determine what media types are requested.
ServletPathExtensionContentNegotiationStrategy An extension of {@code PathExtensionContentNegotiationStrategy} that uses ServletContext.getMimeType(String) as a fallback mechanism when matching a path extension to a media type.