Spring Framework

Package org.springframework.web.accept

This package contains classes used to determine the requested the media types in a request.

See: Description

Package org.springframework.web.accept Description

This package contains classes used to determine the requested the media types in a request.

ContentNegotiationStrategy is the main abstraction for determining requested media types with implementations based on path extensions, a a request parameter, the 'Accept' header, or a default content type.

ContentNegotiationManager is used to delegate to one ore more of the above strategies in a specific order.

Spring Framework