public class RequestMatchResult extends ObjectSE
MatchableHandlerMapping を介したリクエストパターンマッチングの結果のコンテナー。| コンストラクターと説明 | 
|---|
RequestMatchResult(PathPattern pathPattern, PathContainer lookupPath) 一致した  PathPattern を使用してインスタンスを作成します。 | 
RequestMatchResult(StringSE pattern, StringSE lookupPath, PathMatcher pathMatcher) 一致した文字列パターンでインスタンスを作成します。  | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
MapSE<StringSE, StringSE> | extractUriTemplateVariables()PathMatcher.extractUriTemplateVariables(java.lang.String, java.lang.String) で定義されている一致パターンから URI テンプレート変数を抽出します。 | 
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic RequestMatchResult(PathPattern pathPattern, PathContainer lookupPath)
PathPattern を使用してインスタンスを作成します。pathPattern - 一致したパターン lookupPath - マッピングパス public RequestMatchResult(StringSE pattern, StringSE lookupPath, PathMatcher pathMatcher)
pattern - 一致したパターン、おそらく "/" が追加された lookupPath - マッピングパス pathMatcher - 試合に使用された PathMatcher インスタンス public MapSE<StringSE,StringSE> extractUriTemplateVariables()
PathMatcher.extractUriTemplateVariables(java.lang.String, java.lang.String) で定義されている一致パターンから URI テンプレート変数を抽出します。