示例#1
0
 /**
  * Checks if the path matches the HTTP request.
  *
  * @param http http context
  * @return result of check
  */
 private boolean pathMatches(final HTTPContext http) {
   return path.matches(http);
 }
示例#2
0
 @Override
 public int compareTo(final RestXqFunction rxf) {
   return path.compareTo(rxf.path);
 }