Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.accept Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractMappingContentNegotiationStrategyBase class for ContentNegotiationStrategy implementations with thesteps to resolve a request to media types.Classorg.springframework.web.acceptSpring MVC
ContentNegotiationManagerCentral class to determine requested media typesfor a request.Classorg.springframework.web.acceptSpring MVC
ContentNegotiationManagerFactoryBeanFactory to create a ContentNegotiationManager and configure it withone or more ContentNegotiationStrategy instances via simple setters.Classorg.springframework.web.acceptSpring MVC
ContentNegotiationStrategyA strategy for resolving the requested media types for a request.Interfaceorg.springframework.web.acceptSpring MVC
FixedContentNegotiationStrategyA ContentNegotiationStrategy that returns a fixed content type.Classorg.springframework.web.acceptSpring MVC
HeaderContentNegotiationStrategyA ContentNegotiationStrategy that checks the 'Accept' request header.Classorg.springframework.web.acceptSpring MVC
MappingMediaTypeFileExtensionResolverAn implementation of MediaTypeFileExtensionResolver that maintainslookups between file extensions and MediaTypes in both directions.Classorg.springframework.web.acceptSpring MVC
MediaTypeFileExtensionResolverStrategy to resolve MediaType to a list of file extensions.Interfaceorg.springframework.web.acceptSpring MVC
ParameterContentNegotiationStrategyA ContentNegotiationStrategy that resolves a query parameter to akey to be used to look up a media type.Classorg.springframework.web.acceptSpring MVC
PathExtensionContentNegotiationStrategyA ContentNegotiationStrategy that resolves the file extension in therequest path to a key to be used to look up a media type.Classorg.springframework.web.acceptSpring MVC
ServletPathExtensionContentNegotiationStrategyServletContext.Classorg.springframework.web.acceptSpring MVC