public interface Script
extends org.apache.commons.jexl2.Script
Modifier and Type | Method and Description |
---|---|
Object |
execute(JexlContext context)
Executes the script with the variables contained in the
supplied
JexlContext . |
Object execute(JexlContext context) throws Exception
JexlContext
.context
- A JexlContext containing variables.Exception
- on any script parse or execution error.Copyright © 2020. All rights reserved.