public interface ExpressionResolver
Modifier and Type | Method and Description |
---|---|
String |
evaluate(String expression)
Evaluates the given expression.
|
String |
getResolverPrefix()
Get the unique resolver prefix.
|
String getResolverPrefix()
Priority
annotation.String evaluate(String expression)
expression
- the expression to be evaluated, not null. If a resolver was addressed explicitly,
the prefix is removed prior to calling this method.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.