| Class and 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.
|
| Method and Description |
|---|
| org.apache.commons.jexl.JexlOne.createExpression(String)
Create a JexlEngine and use createExpression() on that
|
| org.apache.commons.jexl.JexlOne.createScript(File)
Create a JexlEngine and use the createScript method on that instead.
|
| org.apache.commons.jexl.JexlOne.createScript(String)
Create a JexlEngine and use the createScript method on that instead.
|
| org.apache.commons.jexl.JexlOne.createScript(URL)
Create a JexlEngine and use the createScript method on that instead.
|