Uses of Class
org.apache.sling.query.AbstractQuery
-
Packages that use AbstractQuery Package Description org.apache.sling.query -
-
Uses of AbstractQuery in org.apache.sling.query
Classes in org.apache.sling.query with type parameters of type AbstractQuery Modifier and Type Class Description class
AbstractQuery<T,Q extends AbstractQuery<T,Q>>
Subclasses of AbstractQuery in org.apache.sling.query Modifier and Type Class Description class
SlingQuery
SlingQuery is a Sling resource tree traversal tool inspired by the jQuery.Methods in org.apache.sling.query with parameters of type AbstractQuery Modifier and Type Method Description protected abstract Q
AbstractQuery. clone(AbstractQuery<T,Q> original, SearchStrategy strategy)
protected SlingQuery
SlingQuery. clone(AbstractQuery<org.apache.sling.api.resource.Resource,SlingQuery> original, SearchStrategy strategy)
Constructors in org.apache.sling.query with parameters of type AbstractQuery Constructor Description AbstractQuery(AbstractQuery<T,Q> original, SearchStrategy searchStrategy)
-