Uses of Interface
org.springframework.web.util.UriTemplateHandler
Package
Description
Core package of the client-side web support.
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UriTemplateHandler in org.springframework.web.client
Modifier and TypeMethodDescriptionRestTemplate.getUriTemplateHandler()
Return the configured URI template handler.Modifier and TypeMethodDescriptionvoid
RestTemplate.setUriTemplateHandler
(UriTemplateHandler handler) Configure a strategy for expanding URI templates. -
Uses of UriTemplateHandler in org.springframework.web.util
Modifier and TypeInterfaceDescriptioninterface
Factory to createUriBuilder
instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.Modifier and TypeClassDescriptionclass
UriBuilderFactory
that relies onUriComponentsBuilder
for the actual building of the URI.