パッケージ | 説明 |
---|---|
org.springframework.http.server | サーバー側の HTTP 上の抽象化が含まれています。 |
org.springframework.web.util.pattern | 一致する HTTP リクエストパスの専用サポート。 |
修飾子と型 | フィールドと説明 |
---|---|
static PathContainer.Options | PathContainer.Options.HTTP_PATH HTTP URL パスのオプション。 |
static PathContainer.Options | PathContainer.Options.MESSAGE_ROUTE メッセージルートのオプション。 |
修飾子と型 | メソッドと説明 |
---|---|
static PathContainer.Options | PathContainer.Options.create(char separator, boolean decodeAndParseSegments) 指定された設定で PathContainer.Options インスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
static PathContainer | PathContainer.parsePath(StringSE path, PathContainer.Options options) パス値を Separator および PathSegment 要素のシーケンスに解析します。 |
修飾子と型 | メソッドと説明 |
---|---|
PathContainer.Options | PathPatternParser.getPathOptions() configured パターン解析オプションを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | PathPatternParser.setPathOptions(PathContainer.Options pathOptions) パターンを解析するためのオプションを設定します。 |