169170171172173174175
* * @param selector descendants filter * @return a {@link SlingQuery} object transformed by this operation */ public SlingQuery find(String selector) { return functionWithSelector(new FindFunction(selector, searchStrategy), selector); }
159160161162163164165