public interface Filter extends Comparable<Filter>
| Modifier and Type | Method and Description |
|---|---|
Expression |
apply(Expression expression,
ExpressionContext expressionContext)
Transform the given expression
|
default Set<ExpressionContext> |
getApplicableContexts()
Provides the applicable contexts for this filter.
|
default Set<String> |
getOptions()
Provides the option names this
Filter will process. |
default Set<String> |
getRequiredOptions()
Provides the option names that will trigger a filter's execution.
|
int |
priority()
The priority with which filters are applied.
|
compareToExpression apply(Expression expression, ExpressionContext expressionContext)
expression - the original expressionexpressionContext - the expression's contextint priority()
default Set<String> getOptions()
Filter will process.default Set<String> getRequiredOptions()
default Set<ExpressionContext> getApplicableContexts()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.