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
- ExpressionException
static Expression parse(String expessionText, FunctionResolver functionResolver) throws ExpressionException
ExpressionException
static void clearCache()
Copyright © 2019 JBoss by Red Hat. All rights reserved.