Class RegexPathSpec.RegexMatchedPath

java.lang.Object
org.eclipse.jetty.http.pathmap.RegexPathSpec.RegexMatchedPath
All Implemented Interfaces:
MatchedPath
Enclosing class:
RegexPathSpec

private class RegexPathSpec.RegexMatchedPath extends Object implements MatchedPath
  • Field Details

  • Constructor Details

  • Method Details

    • getPathMatch

      public String getPathMatch()
      Description copied from interface: MatchedPath
      Return the portion of the path that matches a path spec.
      Specified by:
      getPathMatch in interface MatchedPath
      Returns:
      the path name portion of the match.
    • getPathInfo

      public String getPathInfo()
      Description copied from interface: MatchedPath
      Return the portion of the path that is after the path spec.
      Specified by:
      getPathInfo in interface MatchedPath
      Returns:
      the path info portion of the match, or null if there is no portion after the MatchedPath.getPathMatch()
    • toString

      public String toString()
      Overrides:
      toString in class Object