Searched refs:findProp (Results 1 – 2 of 2) sorted by relevance
29 public String findProp(String key) { in findProp() method in P30 return findProp(this.c, key); in findProp()33 private String findProp(Class cls, String key) { in findProp() method in P41 ret = findProp(cls.getSuperclass(), key); in findProp()
28 return pp.findProp(key); in find()