| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.compiler.expression |
The
org.apache.sling.scripting.sightly.compiler.expression package defines the API for
Expression processing. |
| org.apache.sling.scripting.sightly.impl.compiler.frontend |
| Modifier and Type | Method and Description |
|---|---|
static MarkupContext |
MarkupContext.lookup(String name)
Returns the render context with the given name.
|
static MarkupContext |
MarkupContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkupContext[] |
MarkupContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
CompilerContext.adjustToContext(Expression expression,
MarkupContext context,
ExpressionContext expressionContext) |
Expression |
ExpressionWrapper.adjustToContext(Expression expression,
MarkupContext context,
ExpressionContext expressionContext) |
Expression |
ExpressionWrapper.transform(Interpolation interpolation,
MarkupContext markupContext,
ExpressionContext expressionContext) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.