Uses of Enum
org.apache.sling.scripting.sightly.compiler.expression.MarkupContext
Package
Description
The
org.apache.sling.scripting.sightly.compiler.expression
package defines the API for
Expression
processing.-
Uses of MarkupContext in org.apache.sling.scripting.sightly.compiler.expression
Modifier and TypeMethodDescriptionstatic MarkupContext
Returns the render context with the given name.static MarkupContext
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. -
Uses of MarkupContext in org.apache.sling.scripting.sightly.impl.compiler.frontend
Modifier and TypeMethodDescriptionCompilerContext.adjustToContext
(Expression expression, MarkupContext context, ExpressionContext expressionContext) ExpressionWrapper.adjustToContext
(Expression expression, MarkupContext context, ExpressionContext expressionContext) ExpressionWrapper.transform
(Interpolation interpolation, MarkupContext markupContext, ExpressionContext expressionContext)