public static class PathContainer.Options extends ObjectSE
| 修飾子と型 | フィールドと説明 |
|---|---|
static PathContainer.Options | HTTP_PATHHTTP URL パスのオプション。 |
static PathContainer.Options | MESSAGE_ROUTE メッセージルートのオプション。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static PathContainer.Options | create(char separator, boolean decodeAndParseSegments) 指定された設定で PathContainer.Options インスタンスを作成します。 |
char | separator() |
boolean | shouldDecodeAndParseSegments() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final PathContainer.Options HTTP_PATH
URL デコードとパスパラメーターの解析を備えた区切り文字 "/"。
public static final PathContainer.Options MESSAGE_ROUTE
セパレーター '.' URL デコードもパスパラメーターの解析もありません。セグメント値の区切り文字のエスケープシーケンスは引き続きデコードされます。
public char separator()
public boolean shouldDecodeAndParseSegments()
public static PathContainer.Options create(char separator, boolean decodeAndParseSegments)
PathContainer.Options インスタンスを作成します。separator - パスをセグメントに解析するためのセパレータ。現在、これはスラッシュまたはドットでなければなりません。decodeAndParseSegments - パスセグメント値を URL デコードしてパスパラメーターを解析するかどうか。false に設定すると、区切り文字のエスケープシーケンスのみがデコードされます。