| Package | Description |
|---|---|
| org.apache.sling.scripting.sightly.impl.compiler.frontend | |
| org.apache.sling.scripting.sightly.impl.filter |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
static Set<ExpressionContext> |
AbstractFilter.NON_PARAMETRIZABLE_CONTEXTS |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionContext |
ExpressionContext.getContextForPlugin(String pluginName)
Retrieves the context for the plugin specified by
pluginName. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<ExpressionContext> |
Filter.getApplicableContexts()
Provides the applicable contexts for this filter.
|
Set<ExpressionContext> |
AbstractFilter.getApplicableContexts() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Filter.apply(Expression expression,
ExpressionContext expressionContext)
Transform the given expression
|
Expression |
AbstractFilter.apply(Expression expression,
ExpressionContext expressionContext) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.