Uses of Class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy
Packages that use PathExtensionContentNegotiationStrategy Package Description org.springframework.web.accept This package contains classes used to determine the requested the media types in a request.org.springframework.web.servlet.resource Support classes for serving static resources.Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.accept
Subclasses of PathExtensionContentNegotiationStrategy in org.springframework.web.accept Modifier and Type Class Description classServletPathExtensionContentNegotiationStrategyDeprecated.as of 5.2.4.Uses of PathExtensionContentNegotiationStrategy in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource that return PathExtensionContentNegotiationStrategy Modifier and Type Method Description protected PathExtensionContentNegotiationStrategyResourceHttpRequestHandler. initContentNegotiationStrategy()Deprecated.as of 5.2.4 this method returnsnull, and if a sub-class returns an actual instance,the instance is used only as a source of media type mappings, if it contains any.