Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.MarkupContext
-
Packages that use MarkupContext Package Description org.apache.sling.scripting.sightly.compiler.expression Theorg.apache.sling.scripting.sightly.compiler.expressionpackage defines the API forExpressionprocessing.org.apache.sling.scripting.sightly.impl.compiler.frontend -
-
Uses of MarkupContext in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression that return MarkupContext Modifier and Type Method Description static MarkupContextMarkupContext. lookup(String name)Returns the render context with the given name.static MarkupContextMarkupContext. 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. -
Uses of MarkupContext in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type MarkupContext Modifier and Type Method Description ExpressionCompilerContext. adjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)ExpressionExpressionWrapper. adjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)ExpressionExpressionWrapper. transform(Interpolation interpolation, MarkupContext markupContext, ExpressionContext expressionContext)
-