-
Classes Class Description org.apache.commons.jexl.ExpressionFactory Create a JexlEngine and use the createScript method on that instead.org.apache.commons.jexl.ScriptFactory Create a JexlEngine and use the createScript method on that instead.
-
Methods Method Description org.apache.commons.jexl.JexlOne.createExpression(String) Create a JexlEngine and use createExpression() on thatorg.apache.commons.jexl.JexlOne.createScript(String) Create a JexlEngine and use the createScript method on that instead.