Class ServletPathExtensionContentNegotiationStrategy

All Implemented Interfaces:
ContentNegotiationStrategy, MediaTypeFileExtensionResolver

@Deprecated public class ServletPathExtensionContentNegotiationStrategy extends PathExtensionContentNegotiationStrategy
Deprecated.
as of 5.2.4. See class-level note in ContentNegotiationManagerFactoryBean on the deprecation of path extension config options.
Extends PathExtensionContentNegotiationStrategy that also uses ServletContext.getMimeType(String) to resolve file extensions.
Since:
3.2
Author:
Rossen Stoyanchev