Interface MatchedPath


public interface MatchedPath
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MatchedPath
     
  • Method Summary

    Modifier and Type
    Method
    Description
    from(String pathMatch, String pathInfo)
     
    Return the portion of the path that is after the path spec.
    Return the portion of the path that matches a path spec.
  • Field Details

  • Method Details

    • from

      static MatchedPath from(String pathMatch, String pathInfo)
    • getPathMatch

      String getPathMatch()
      Return the portion of the path that matches a path spec.
      Returns:
      the path name portion of the match.
    • getPathInfo

      String getPathInfo()
      Return the portion of the path that is after the path spec.
      Returns:
      the path info portion of the match, or null if there is no portion after the getPathMatch()