Uses of Class
org.apache.sling.scripting.sightly.impl.filter.ExpressionContext
-
Packages that use ExpressionContext Package Description org.apache.sling.scripting.sightly.impl.compiler.frontend org.apache.sling.scripting.sightly.impl.filter -
-
Uses of ExpressionContext in org.apache.sling.scripting.sightly.impl.compiler.frontend
Methods in org.apache.sling.scripting.sightly.impl.compiler.frontend with parameters of type ExpressionContext Modifier and Type Method 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)
-
Uses of ExpressionContext in org.apache.sling.scripting.sightly.impl.filter
Fields in org.apache.sling.scripting.sightly.impl.filter with type parameters of type ExpressionContext Modifier and Type Field Description static Set<ExpressionContext>
AbstractFilter. NON_PARAMETRIZABLE_CONTEXTS
Methods in org.apache.sling.scripting.sightly.impl.filter that return ExpressionContext Modifier and Type Method Description static ExpressionContext
ExpressionContext. getContextForPlugin(String pluginName)
Retrieves the context for the plugin specified bypluginName
.static ExpressionContext
ExpressionContext. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionContext[]
ExpressionContext. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.scripting.sightly.impl.filter that return types with arguments of type ExpressionContext Modifier and Type Method Description Set<ExpressionContext>
AbstractFilter. getApplicableContexts()
default Set<ExpressionContext>
Filter. getApplicableContexts()
Provides the applicable contexts for this filter.Methods in org.apache.sling.scripting.sightly.impl.filter with parameters of type ExpressionContext Modifier and Type Method Description Expression
AbstractFilter. apply(Expression expression, ExpressionContext expressionContext)
Expression
Filter. apply(Expression expression, ExpressionContext expressionContext)
Transform the given expression
-