예제 #1
0
 public boolean isSamePath(WebLocator el, String path) {
   return el.currentElement != null && (el.getCurrentElementPath().equals(path));
 }