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()Deprecated, for removal: This API element is subject to removal in a future version.Return the configured URI template handler.Methods in org.springframework.web.client with parameters of type UriTemplateHandlerModifier and TypeMethodDescriptionvoidRestTemplate.setUriTemplateHandler(UriTemplateHandler handler) Deprecated, for removal: This API element is subject to removal in a future version.Configure a strategy for expanding URI templates. -
Uses of UriTemplateHandler in org.springframework.web.util
Subinterfaces of UriTemplateHandler in org.springframework.web.utilModifier and TypeInterfaceDescriptioninterfaceFactory to createUriBuilderinstances 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 TypeClassDescriptionclassUriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.