Uses of Class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Package
Description
This package contains classes used to determine the requested the media types in a request.
Support classes for serving static resources.
-
Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.accept
Modifier and TypeClassDescriptionclass
Deprecated.as of 5.2.4. -
Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.servlet.resource
Modifier and TypeMethodDescriptionprotected PathExtensionContentNegotiationStrategy
ResourceHttpRequestHandler.initContentNegotiationStrategy()
Deprecated.as of 5.2.4 this method returnsnull
, and if a subclass returns an actual instance, the instance is used only as a source of media type mappings, if it contains any.