Package | Description |
---|---|
org.springframework.test.web.servlet.setup |
Contains built-in
MockMvcBuilder implementations. |
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
org.springframework.web.servlet.mvc.condition |
Common MVC logic for matching incoming requests based on conditions.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
Class and Description |
---|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
Class and Description |
---|
AbstractMappingContentNegotiationStrategy
A base class for ContentNegotiationStrategy types that maintain a map with keys
such as "json" and media types such as "application/json".
|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
ContentNegotiationStrategy
A strategy for resolving the requested media types in a request.
|
MappingMediaTypeFileExtensionResolver
An implementation of
MediaTypeFileExtensionResolver that maintains a lookup
from extension to MediaType. |
MediaTypeFileExtensionResolver
A strategy for resolving a
MediaType to one or more path extensions. |
PathExtensionContentNegotiationStrategy
A ContentNegotiationStrategy that uses the path extension of the URL to
determine what media types are requested.
|
Class and Description |
---|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
Class and Description |
---|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
Class and Description |
---|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
Class and Description |
---|
ContentNegotiationManager
This class is used to determine the requested media types
of a request by delegating to a list of ContentNegotiationStrategy instances.
|
Copyright © 2015. All rights reserved.