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 ExpressionCompilerContext. adjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)ExpressionExpressionWrapper. adjustToContext(Expression expression, MarkupContext context, ExpressionContext expressionContext)ExpressionExpressionWrapper. 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_CONTEXTSMethods in org.apache.sling.scripting.sightly.impl.filter that return ExpressionContext Modifier and Type Method Description static ExpressionContextExpressionContext. getContextForPlugin(String pluginName)Retrieves the context for the plugin specified bypluginName.static ExpressionContextExpressionContext. 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 ExpressionAbstractFilter. apply(Expression expression, ExpressionContext expressionContext)ExpressionFilter. apply(Expression expression, ExpressionContext expressionContext)Transform the given expression
-