execute(Object obj, JexlContext jc) evaluate a method invocation upon a base object.
foo.bar(2)
Parameters: jc - the JexlContext to evaluate against. Parameters: obj - The object to have the method invoked.
evaluate a method invocation upon a base object.
foo.bar(2)
Parameters: jc - the JexlContext to evaluate against. Parameters: obj - The object to have the method invoked. the value of the method invocation. throws: Exception - on any error