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