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.acceptSubclasses of PathExtensionContentNegotiationStrategy in org.springframework.web.acceptModifier and TypeClassDescriptionclassDeprecated.as of 5.2.4.
- 
Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.servlet.resourceMethods in org.springframework.web.servlet.resource that return PathExtensionContentNegotiationStrategyModifier and TypeMethodDescriptionprotected PathExtensionContentNegotiationStrategyResourceHttpRequestHandler.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.