Uses of Interface
org.springframework.web.util.UriTemplateHandler
Packages that use 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
Methods in org.springframework.web.client that return UriTemplateHandlerModifier and TypeMethodDescriptionRestTemplate.getUriTemplateHandler()
Return the configured URI template handler.Methods in org.springframework.web.client with parameters of type UriTemplateHandlerModifier and TypeMethodDescriptionvoid
RestTemplate.setUriTemplateHandler
(UriTemplateHandler handler) Configure a strategy for expanding URI templates. -
Uses of UriTemplateHandler in org.springframework.web.util
Subinterfaces of UriTemplateHandler in org.springframework.web.utilModifier 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.Classes in org.springframework.web.util that implement UriTemplateHandlerModifier and TypeClassDescriptionclass
UriBuilderFactory
that relies onUriComponentsBuilder
for the actual building of the URI.