All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.web.accept.package-info Maven / Gradle / Ivy

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

{@link org.springframework.web.accept.ContentNegotiationStrategy} is the main * abstraction for determining requested {@linkplain org.springframework.http.MediaType media types} * with implementations based on * {@linkplain org.springframework.web.accept.PathExtensionContentNegotiationStrategy path extensions}, a * {@linkplain org.springframework.web.accept.ParameterContentNegotiationStrategy a request parameter}, the * {@linkplain org.springframework.web.accept.HeaderContentNegotiationStrategy 'Accept' header}, or a * {@linkplain org.springframework.web.accept.FixedContentNegotiationStrategy default content type}. * *

{@link org.springframework.web.accept.ContentNegotiationManager} is used to delegate to one * ore more of the above strategies in a specific order. */ @NonNullApi @NonNullFields package org.springframework.web.accept; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy