| パッケージ | 説明 |
|---|---|
| org.springframework.web.util | HTML エスケープ、Log4j 初期化、Cookie 処理などのさまざまな Web ユーティリティクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UriComponents | UriComponentsBuilder.build() このビルダーに含まれるさまざまなコンポーネントから UriComponents インスタンスを構築します。 |
UriComponents | UriComponentsBuilder.build(boolean encoded) このビルダーに含まれるさまざまなコンポーネントから UriComponents インスタンスを構築します。 |
UriComponents | UriComponentsBuilder.buildAndExpand(MapSE<StringSE,?> uriVariables)UriComponents インスタンスを作成し、URI テンプレート変数をマップの値で置き換えます。 |
UriComponents | UriComponentsBuilder.buildAndExpand(ObjectSE... uriVariableValues)UriComponents インスタンスを構築し、URI テンプレート変数を配列の値で置き換えます。 |
UriComponents | UriComponents.encode()URI 変数を展開した後、これを呼び出して、結果の URI コンポーネント値をエンコードします。 |
abstract UriComponents | UriComponents.encode(CharsetSE charset) "UTF-8" 以外の文字セットを持つ encode() のバリアント。 |
UriComponents | UriComponents.expand(MapSE<StringSE,?> uriVariables) すべての URI テンプレート変数を特定のマップの値に置き換えます。 |
UriComponents | UriComponents.expand(ObjectSE... uriVariableValues) すべての URI テンプレート変数を特定の配列の値に置き換えます。 |
UriComponents | UriComponents.expand(UriComponents.UriTemplateVariables uriVariables) すべての URI テンプレート変数を、指定された UriComponents.UriTemplateVariables の値に置き換えます。 |
protected UriComponents | DefaultUriTemplateHandler.expandAndEncode(UriComponentsBuilder builder, MapSE<StringSE,?> uriVariables) 使用すべきではありません。 |
protected UriComponents | DefaultUriTemplateHandler.expandAndEncode(UriComponentsBuilder builder, ObjectSE[] uriVariables) 使用すべきではありません。 |
abstract UriComponents | UriComponents.normalize() "path/.." のようなシーケンスを削除してパスを正規化します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UriComponentsBuilder | UriComponentsBuilder.uriComponents(UriComponents uriComponents) 指定された UriComponents インスタンスの値から、このビルダーの個々の URI コンポーネントを設定または追加します。 |