public class RootUriTemplateHandler extends ObjectSE implements org.springframework.web.util.UriTemplateHandler
'/' で始まる URI のルートを設定する UriTemplateHandler。| 修飾子 | コンストラクターと説明 |
|---|---|
| RootUriTemplateHandler(StringSE rootUri) 新しい RootUriTemplateHandler インスタンスを作成します。 |
| RootUriTemplateHandler(StringSE rootUri, org.springframework.web.util.UriTemplateHandler handler) 新しい RootUriTemplateHandler インスタンスを作成します。 |
protected | RootUriTemplateHandler(org.springframework.web.util.UriTemplateHandler handler) |
| 修飾子と型 | メソッドと説明 |
|---|---|
static RootUriTemplateHandler | addTo(org.springframework.web.client.RestTemplate restTemplate, StringSE rootUri) 指定された RestTemplate に RootUriTemplateHandler インスタンスを追加します。 |
URISE | expand(StringSE uriTemplate, MapSE<StringSE,?> uriVariables) |
URISE | expand(StringSE uriTemplate, ObjectSE... uriVariables) |
StringSE | getRootUri() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected RootUriTemplateHandler(org.springframework.web.util.UriTemplateHandler handler)
public RootUriTemplateHandler(StringSE rootUri)
RootUriTemplateHandler インスタンスを作成します。rootUri - 相対 URL のプレフィックスに使用されるルート URIpublic RootUriTemplateHandler(StringSE rootUri, org.springframework.web.util.UriTemplateHandler handler)
RootUriTemplateHandler インスタンスを作成します。rootUri - 相対 URL のプレフィックスに使用されるルート URIhandler - デリゲートハンドラー public URISE expand(StringSE uriTemplate, MapSE<StringSE,?> uriVariables)
org.springframework.web.util.UriTemplateHandler 内の expand public URISE expand(StringSE uriTemplate, ObjectSE... uriVariables)
org.springframework.web.util.UriTemplateHandler 内の expand public StringSE getRootUri()
public static RootUriTemplateHandler addTo(org.springframework.web.client.RestTemplate restTemplate, StringSE rootUri)
RestTemplate に RootUriTemplateHandler インスタンスを追加します。restTemplate - ハンドラーを追加する RestTemplate rootUri - ルート URIRootUriTemplateHandler。Copyright © 2019 Pivotal Software, Inc.. All rights reserved.