Uses of Package
org.springframework.web.accept
Packages that use org.springframework.web.accept
Package
Description
Support for testing Spring MVC applications via
 
WebTestClient
 with MockMvc for server request
 handling.Contains built-in 
MockMvcBuilder implementations.This package contains classes used to determine the requested the media types in a request.
Annotation-based setup for Spring MVC.
Common MVC logic for matching incoming requests based on conditions.
Servlet-based infrastructure for handler method processing,
 building on the 
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support classes for serving static resources.
Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations.
- 
Classes in org.springframework.web.accept used by org.springframework.test.web.servlet.client
- 
Classes in org.springframework.web.accept used by org.springframework.test.web.servlet.setup
- 
Classes in org.springframework.web.accept used by org.springframework.web.acceptClassDescriptionBase class forContentNegotiationStrategyimplementations with the steps to resolve a request to media types.Central class to determine requested media types for a request.A strategy for resolving the requested media types for a request.An implementation ofMediaTypeFileExtensionResolverthat maintains lookups between file extensions and MediaTypes in both directions.Strategy to resolve aMediaTypeto a list of file extensions — for example, to resolve "application/json" to "json".Deprecated.as of 5.2.4.
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.config.annotationClassDescriptionCentral class to determine requested media types for a request.A strategy for resolving the requested media types for a request.
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.condition
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.method
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.mvc.method.annotation
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.resourceClassDescriptionCentral class to determine requested media types for a request.Deprecated.as of 5.2.4.
- 
Classes in org.springframework.web.accept used by org.springframework.web.servlet.view