Uses of Class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Packages that use 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
Subclasses of PathExtensionContentNegotiationStrategy in org.springframework.web.acceptModifier and TypeClassDescriptionclass
Deprecated.as of 5.2.4. -
Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource that return PathExtensionContentNegotiationStrategyModifier 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.