クラスの使用
org.springframework.web.util.pattern.PathPattern
PathPattern を使用するパッケージ
パッケージ
説明
抽象基本クラスを含む HandlerMapping 実装を提供します。
静的リソースを提供するためのサポートクラス。
RequestCondition およびさまざまな条件に基づいてリクエストを照合するための実装。 カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
一致する HTTP リクエストパスの専用サポート。
org.springframework.web.reactive.handler 内の PathPattern 使用
型 PathPattern の引数を持つ型を返す org.springframework.web.reactive.handler のメソッド修飾子と型メソッド説明final MapSE<PathPattern,ObjectSE> AbstractUrlHandlerMapping.getHandlerMap()実際のハンドラーインスタンスまたは遅延初期化ハンドラーの Bean 名である可能性がある、登録済みのパスパターンとハンドラーの読み取り専用ビューを返します。org.springframework.web.reactive.resource 内の PathPattern 使用
型 PathPattern の引数を持つ型を返す org.springframework.web.reactive.resource のメソッド修飾子と型メソッド説明ResourceUrlProvider.getHandlerMap()手動で構成されたか、Spring 構成から自動検出されたリソースハンドラーマッピングの読み取り専用ビューを返します。org.springframework.web.reactive.result.condition 内の PathPattern 使用
型 PathPattern の引数を持つ型を返す org.springframework.web.reactive.result.condition のメソッド修飾子と型メソッド説明protected CollectionSE<PathPattern>PatternsRequestCondition.getContent()PatternsRequestCondition.getPatterns()型 PathPattern のパラメーターを持つ org.springframework.web.reactive.result.condition のコンストラクター型の型引数を持つ org.springframework.web.reactive.result.condition のコンストラクターパラメーター PathPattern修飾子コンストラクター説明PatternsRequestCondition(ListSE<PathPattern> patterns) 指定された URL パターンで新しいインスタンスを作成します。org.springframework.web.servlet.handler 内の PathPattern 使用
型 PathPattern の引数を持つ型を返す org.springframework.web.servlet.handler のメソッド修飾子と型メソッド説明final MapSE<PathPattern,ObjectSE> AbstractUrlHandlerMapping.getPathPatternHandlerMap()AbstractUrlHandlerMapping.getHandlerMap()と同じですが、解析されたパターンがenabledの場合に入力されます。それ以外の場合は空です。型 PathPattern のパラメーターを持つ org.springframework.web.servlet.handler のコンストラクター修飾子コンストラクター説明RequestMatchResult(PathPattern pathPattern, PathContainer lookupPath) 一致したPathPatternを使用してインスタンスを作成します。org.springframework.web.servlet.mvc.condition 内の PathPattern 使用
型 PathPattern の引数を持つ型を返す org.springframework.web.servlet.mvc.condition のメソッド修飾子と型メソッド説明protected CollectionSE<PathPattern>PathPatternsRequestCondition.getContent()PathPatternsRequestCondition.getPatterns()この状態でパターンを返します。org.springframework.web.util.pattern 内の PathPattern 使用
PathPattern 型の型パラメーターを持つ org.springframework.web.util.pattern のフィールド修飾子と型フィールド説明static final ComparatorSE<PathPattern>PathPattern.SPECIFICITY_COMPARATORパターンを次のように特異性でソートするコンパレータ: null インスタンスは最後です。修飾子と型メソッド説明PathPattern.combine(PathPattern pattern2string) このパターンを別のパターンと組み合わせます。パスパターンのコンテンツを一度に 1 文字ずつ処理し、それを区切りの境界の周囲のパス要素に分割し、各段階で構造を確認します。型 PathPattern のパラメーターを持つ org.springframework.web.util.pattern のメソッド修飾子と型メソッド説明PathPattern.combine(PathPattern pattern2string) このパターンを別のパターンと組み合わせます。intPathPattern.compareTo(PathPattern otherPattern) このパターンを提供されたパターンと比較します。このパターンがより具体的である場合、-1、0、+ 1 を返します。これは、提供されたパターンと同じか、より具体的ではありません。