| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(JexlContext context)
Executes the script with the variables contained in the
supplied
JexlContext. |
callable, callable, execute, execute, getLocalVariables, getParameters, getText, getVariablesjava.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.