类分层结构
- java.lang.Object
- cn.taketoday.web.accept.ContentNegotiationManager (implements cn.taketoday.web.accept.ContentNegotiationStrategy, cn.taketoday.web.accept.MediaTypeFileExtensionResolver)
- cn.taketoday.web.accept.ContentNegotiationManagerFactoryBean (implements cn.taketoday.beans.factory.FactoryBean<T>, cn.taketoday.beans.factory.InitializingBean)
- cn.taketoday.web.accept.FixedContentNegotiationStrategy (implements cn.taketoday.web.accept.ContentNegotiationStrategy)
- cn.taketoday.web.accept.HeaderContentNegotiationStrategy (implements cn.taketoday.web.accept.ContentNegotiationStrategy)
- cn.taketoday.web.accept.MappingMediaTypeFileExtensionResolver (implements cn.taketoday.web.accept.MediaTypeFileExtensionResolver)
- cn.taketoday.web.accept.AbstractMappingContentNegotiationStrategy (implements cn.taketoday.web.accept.ContentNegotiationStrategy)
- cn.taketoday.web.accept.ParameterContentNegotiationStrategy
- cn.taketoday.web.accept.PathExtensionContentNegotiationStrategy
- cn.taketoday.web.accept.AbstractMappingContentNegotiationStrategy (implements cn.taketoday.web.accept.ContentNegotiationStrategy)
- cn.taketoday.web.accept.PathExtensionContentNegotiationStrategy.ServletDelegate
接口分层结构
- cn.taketoday.web.accept.ContentNegotiationStrategy
- cn.taketoday.web.accept.MediaTypeFileExtensionResolver