Uses of Class
org.apache.sling.query.impl.selector.parser.Selector
-
Packages that use Selector Package Description org.apache.sling.query.impl.selector.parser -
-
Uses of Selector in org.apache.sling.query.impl.selector.parser
Methods in org.apache.sling.query.impl.selector.parser that return types with arguments of type Selector Modifier and Type Method Description List<Selector>
ParserContext. getSelectors()
static List<Selector>
SelectorParser. parse(String selector)
Method parameters in org.apache.sling.query.impl.selector.parser with type arguments of type Selector Modifier and Type Method Description static List<SelectorSegment>
SelectorParser. getFirstSegmentFromEachSelector(List<Selector> selectors)
-