Package | Description |
---|---|
org.apache.sling.resource.filter.impl | |
org.apache.sling.resource.filter.impl.node | |
org.apache.sling.resource.filter.impl.script |
Modifier and Type | Method and Description |
---|---|
R |
Visitor.visit(Node abstractNode) |
Function<org.apache.sling.api.resource.Resource,Object> |
ComparisonVisitor.visit(Node node) |
Predicate<org.apache.sling.api.resource.Resource> |
LogicVisitor.visit(Node node) |
Modifier and Type | Field and Description |
---|---|
Node |
Node.leftNode |
Node |
Node.rightNode |
Modifier and Type | Field and Description |
---|---|
List<Node> |
Node.children |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getLeftNode() |
Node |
Node.getRightNode() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
Node.getChildren() |
Constructor and Description |
---|
Node(int kind,
String operator,
Node leftValue,
Node rightValue)
Node used for comparison
|
Constructor and Description |
---|
Node(int kind,
List<Node> children)
creates a logical node
|
Node(int kind,
String text,
List<Node> children)
Node with children
|
Modifier and Type | Method and Description |
---|---|
Node |
FilterParser.and() |
Node |
FilterParser.argument() |
Node |
FilterParser.comparison() |
Node |
FilterParser.constraint() |
Node |
FilterParser.dynamicArg() |
Node |
FilterParser.function() |
Node |
FilterParser.group() |
Node |
FilterParser.literal() |
Node |
FilterParser.or() |
Node |
FilterParser.parse() |
Node |
FilterParser.property() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
FilterParser.Arguments() |
List<Node> |
FilterParser.commaSepArguments() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.