クラス PathPattern.PathRemainingMatchInfo

java.lang.ObjectSE
org.springframework.web.util.pattern.PathPattern.PathRemainingMatchInfo
含まれているクラス:
PathPattern

public static class PathPattern.PathRemainingMatchInfo extends ObjectSE
パターンの開始での一致の結果のホルダー。パターンに一致しない残りのパス、および一致した最初の部分にバインドされた変数へのアクセスを提供します。
  • メソッドの詳細

    • getPathMatched

      public PathContainer getPathMatched()
      パターンと一致したパスの部分を返します。
      導入:
      5.3
    • getPathRemaining

      public PathContainer getPathRemaining()
      パターンと一致しなかったパスの部分を返します。
    • getUriVariables

      public MapSE<StringSE,StringSE> getUriVariables()
      正常に一致したパスの一部にバインドされた変数、または空のマップを返します。
    • getMatrixVariables

      public MapSE<StringSE,MultiValueMap<StringSE,StringSE>> getMatrixVariables()
      バインドされた各変数のパスパラメーターを返します。