Package | Description |
---|---|
org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
ExpressionFactory.createExpression(String expression)
Creates an Expression from a String containing valid
JEXL syntax.
|
protected Expression |
ExpressionFactory.createNewExpression(String expression)
Creates a new Expression based on the expression string.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.