public class RootUriTemplateHandler extends Object implements org.springframework.web.util.UriTemplateHandler
UriTemplateHandler to set the root for URI that starts with '/'.| Modifier | Constructor and Description | 
|---|---|
|   | RootUriTemplateHandler(String rootUri)Create a new  RootUriTemplateHandlerinstance. | 
|   | RootUriTemplateHandler(String rootUri,
org.springframework.web.util.UriTemplateHandler handler)Create a new  RootUriTemplateHandlerinstance. | 
| protected  | RootUriTemplateHandler(org.springframework.web.util.UriTemplateHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RootUriTemplateHandler | addTo(org.springframework.web.client.RestTemplate restTemplate,
String rootUri)Add a  RootUriTemplateHandlerinstance to the givenRestTemplate. | 
| URI | expand(String uriTemplate,
Map<String,?> uriVariables) | 
| URI | expand(String uriTemplate,
Object... uriVariables) | 
| String | getRootUri() | 
protected RootUriTemplateHandler(org.springframework.web.util.UriTemplateHandler handler)
public RootUriTemplateHandler(String rootUri)
RootUriTemplateHandler instance.rootUri - the root URI to be used to prefix relative URLspublic RootUriTemplateHandler(String rootUri, org.springframework.web.util.UriTemplateHandler handler)
RootUriTemplateHandler instance.rootUri - the root URI to be used to prefix relative URLshandler - the delegate handlerpublic URI expand(String uriTemplate, Map<String,?> uriVariables)
expand in interface org.springframework.web.util.UriTemplateHandlerpublic URI expand(String uriTemplate, Object... uriVariables)
expand in interface org.springframework.web.util.UriTemplateHandlerpublic String getRootUri()
public static RootUriTemplateHandler addTo(org.springframework.web.client.RestTemplate restTemplate, String rootUri)
RootUriTemplateHandler instance to the given RestTemplate.restTemplate - the RestTemplate to add the handler torootUri - the root URIRootUriTemplateHandler.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.