@Version(value="1.0.0")
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.See: Description
Interface | Description |
---|---|
ExpressionNode |
Defines a node in a HTL expression tree.
|
NodeVisitor<T> |
A
NodeVisitor represents the mechanism through which ExpressionNode entities are processed. |
Class | Description |
---|---|
Expression |
This class represents a HTL Expression.
|
SideEffectVisitor |
Expression visitor which does not return anything for nodes; instead it performs specific side-effects depending on the expression
nodes types.
|
Enum | Description |
---|---|
MarkupContext |
Indicates what type of content is being rendered.
|
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.Copyright © 2022 The Apache Software Foundation. All rights reserved.