org.apache.commons.jexl2.Scriptpublic interface Script extends org.apache.commons.jexl2.Script
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
execute(JexlContext context) |
Executes the script with the variables contained in the
supplied
JexlContext. |
java.lang.Object execute(JexlContext context) throws java.lang.Exception
JexlContext.context - A JexlContext containing variables.java.lang.Exception - on any script parse or execution error.