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