Package | Description |
---|---|
org.springframework.web.client |
Core package of the client-side web support.
|
org.springframework.web.util |
Miscellaneous web utility classes, such as HTML escaping,
Log4j initialization, and cookie handling.
|
Modifier and Type | Method and Description |
---|---|
UriTemplateHandler |
RestTemplate.getUriTemplateHandler()
Return the configured URI template handler.
|
UriTemplateHandler |
AsyncRestTemplate.getUriTemplateHandler()
Deprecated.
Return the configured URI template handler.
|
Modifier and Type | Method and Description |
---|---|
void |
RestTemplate.setUriTemplateHandler(UriTemplateHandler handler)
Configure the
UriTemplateHandler to use to expand URI templates. |
void |
AsyncRestTemplate.setUriTemplateHandler(UriTemplateHandler handler)
Deprecated.
This property has the same purpose as the corresponding property on the
RestTemplate . |
Modifier and Type | Interface and Description |
---|---|
interface |
UriBuilderFactory
Factory to create
UriBuilder instances pre-configured in a specific
way such as sharing a common base URI across all builders. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUriTemplateHandler
Deprecated.
as of 5.0 in favor of
DefaultUriBuilderFactory |
class |
DefaultUriBuilderFactory
Default implementation of
UriBuilderFactory providing options to
pre-configure all UriBuilder instances with common properties such as a base
URI, encoding mode, and default URI variables. |
class |
DefaultUriTemplateHandler
Deprecated.
as of 5.0 in favor of
DefaultUriBuilderFactory |