Uses of Interface
org.apache.commons.jexl.Expression
-
Packages that use Expression Package Description org.apache.commons.jexl Jexl-1.x compatible implementation. -
-
Uses of Expression in org.apache.commons.jexl
Methods in org.apache.commons.jexl that return Expression Modifier and Type Method Description static Expression
JexlOne. createExpression(java.lang.String expression)
Deprecated.Create a JexlEngine and use createExpression() on that
-