Exemplo n.º 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);
 }
Exemplo n.º 2
0
 @Override
 public int compareTo(final RestXqFunction rxf) {
   return path.compareTo(rxf.path);
 }