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 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
Defines methods for expanding a URI template with variables.
|
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
Enum to represent multiple URI encoding strategies.
|
UriBuilder
Builder-style methods to prepare and expand a URI template with variables.
|
UriBuilderFactory
Factory to create
UriBuilder instances with shared configuration
such as a base URI, an encoding mode strategy, and others across all URI
builder instances created through a factory. |
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
Defines methods for expanding a URI template with variables.
|
UrlPathHelper
Helper class for URL path matching.
|