Uses of Class
org.springframework.web.accept.ContentNegotiationManager
Packages that use ContentNegotiationManager
Package
Description
This package contains classes used to determine the requested the media types in a request.
-
Uses of ContentNegotiationManager in org.springframework.web.accept
Classes in org.springframework.web.accept that implement interfaces with type arguments of type ContentNegotiationManagerModifier and TypeClassDescriptionclass
Factory to create aContentNegotiationManager
and configure it withContentNegotiationStrategy
instances.Methods in org.springframework.web.accept that return ContentNegotiationManagerModifier and TypeMethodDescriptionContentNegotiationManagerFactoryBean.build()
Create and initialize aContentNegotiationManager
instance.ContentNegotiationManagerFactoryBean.getObject()