Uses of Interface
org.springframework.web.util.UriTemplateHandler
Packages that use UriTemplateHandler 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.Uses of UriTemplateHandler in org.springframework.web.client
Methods in org.springframework.web.client that return UriTemplateHandler Modifier and Type Method Description UriTemplateHandlerAsyncRestTemplate. getUriTemplateHandler()Deprecated.Return the configured URI template handler.UriTemplateHandlerRestTemplate. getUriTemplateHandler()Return the configured URI template handler.Methods in org.springframework.web.client with parameters of type UriTemplateHandler Modifier and Type Method Description voidAsyncRestTemplate. setUriTemplateHandler(UriTemplateHandler handler)Deprecated.This property has the same purpose as the corresponding property on theRestTemplate.voidRestTemplate. 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.util Modifier and Type Interface Description interfaceUriBuilderFactoryFactory 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 UriTemplateHandler Modifier and Type Class Description classAbstractUriTemplateHandlerDeprecated.as of 5.0 in favor ofDefaultUriBuilderFactoryclassDefaultUriBuilderFactoryUriBuilderFactorythat relies onUriComponentsBuilderfor the actual building of the URI.classDefaultUriTemplateHandlerDeprecated.as of 5.0 in favor ofDefaultUriBuilderFactory.