Package | Description |
---|---|
org.springframework.web.accept |
This package contains classes used to determine the requested the media types in a request.
|
org.springframework.web.bind |
Provides web-specific data binding functionality.
|
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.method.support |
Generic support classes for handler method processing.
|
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
NestedServletException
Subclass of
ServletException that properly handles a root cause in terms
of message and stacktrace, just like NestedChecked/RuntimeException does. |
Class and Description |
---|
UriTemplateHandler
Strategy for expanding a URI template.
|
Class and Description |
---|
UrlPathHelper
Helper class for URL path matching.
|
Class and Description |
---|
UriComponentsBuilder
Builder for
UriComponents . |
Class and Description |
---|
UriComponentsBuilder
Builder for
UriComponents . |
Class and Description |
---|
AbstractUriTemplateHandler
Deprecated.
as of 5.0 in favor of
DefaultUriBuilderFactory |
DefaultUriBuilderFactory.EncodingMode |
UriBuilder
Builder-style methods to prepare and expand a URI template with variables.
|
UriBuilderFactory
Factory to create
UriBuilder instances pre-configured in a specific
way such as sharing a common base URI across all builders. |
UriComponents
Represents an immutable collection of URI components, mapping component type to
String values.
|
UriComponents.UriTemplateVariables
Defines the contract for URI Template variables
|
UriComponentsBuilder
Builder for
UriComponents . |
UriTemplateHandler
Strategy for expanding a URI template.
|