|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.web.util.UriTemplate
org.springframework.web.client.RestTemplate.HttpUrlTemplate
private static class RestTemplate.HttpUrlTemplate
HTTP-specific subclass of UriTemplate, overriding the encode method.
| Constructor Summary | |
|---|---|
RestTemplate.HttpUrlTemplate(java.lang.String uriTemplate)
|
|
| Method Summary | |
|---|---|
protected java.net.URI |
encodeUri(java.lang.String uri)
Encodes the given String as URL. |
| Methods inherited from class org.springframework.web.util.UriTemplate |
|---|
expand, expand, getVariableNames, match, matches, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RestTemplate.HttpUrlTemplate(java.lang.String uriTemplate)
| Method Detail |
|---|
protected java.net.URI encodeUri(java.lang.String uri)
UriTemplateDefaults to UriUtils.encodeUri(String, String).
encodeUri in class UriTemplateuri - the URI to encode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||