Ejemplo n.º 1
0
 /** @see org.seasar.framework.container.S2Container#hasDescendant(java.lang.String) */
 public boolean hasDescendant(String path) {
   assertParameterIsNotEmpty(path, "path");
   return descendants.containsKey(path);
 }