public interface Expression
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache() |
Object |
evaluate(ExpressionContext expressionContext)
Execute the expression against the given context.
|
static Expression |
parse(String expessionText,
FunctionResolver functionResolver) |
static final LRUCache cache
Object evaluate(ExpressionContext expressionContext) throws ExpressionException
expressionContext - ExpressionExceptionstatic Expression parse(String expessionText, FunctionResolver functionResolver) throws ExpressionException
ExpressionExceptionstatic void clearCache()
Copyright © 2019 JBoss by Red Hat. All rights reserved.