Uses of Class
org.apache.sling.query.impl.selector.parser.Attribute
-
Packages that use Attribute Package Description org.apache.sling.query.impl.resource org.apache.sling.query.impl.selector.parser -
-
Uses of Attribute in org.apache.sling.query.impl.resource
Method parameters in org.apache.sling.query.impl.resource with type arguments of type Attribute Modifier and Type Method Description Predicate<org.apache.sling.api.resource.Resource>ResourceTreeProvider. getPredicate(String type, String id, List<Attribute> attributes)Constructors in org.apache.sling.query.impl.resource with parameters of type Attribute Constructor Description ResourcePropertyPredicate(Attribute attribute)Constructor parameters in org.apache.sling.query.impl.resource with type arguments of type Attribute Constructor Description ResourcePredicate(String resourceType, String resourceName, List<Attribute> attributes, JcrTypeResolver typeResolver) -
Uses of Attribute in org.apache.sling.query.impl.selector.parser
Methods in org.apache.sling.query.impl.selector.parser that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>SelectorSegment. getAttributes()
-