类 ContentNegotiationManager

java.lang.Object
cn.taketoday.web.accept.ContentNegotiationManager
所有已实现的接口:
ContentNegotiationStrategy, MediaTypeFileExtensionResolver

public class ContentNegotiationManager extends Object implements ContentNegotiationStrategy, MediaTypeFileExtensionResolver
Central class to determine requested media types for a request. This is done by delegating to a list of configured ContentNegotiationStrategy instances.

Also provides methods to look up file extensions for a media type. This is done by delegating to the list of configured MediaTypeFileExtensionResolver instances.

从以下版本开始:
4.0
作者:
Rossen Stoyanchev, Juergen Hoeller, Harry Yang