|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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)
UriTemplate
Defaults to UriUtils.encodeUri(String, String)
.
encodeUri
in class UriTemplate
uri
- the URI to encode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |