public class ELScriptHelper extends AbstractScriptHelper
Modifier and Type | Class and Description |
---|---|
static class |
ELScriptHelper.Helpers |
Constructor and Description |
---|
ELScriptHelper(Context context) |
ELScriptHelper(ScriptBindings bindings) |
Modifier and Type | Method and Description |
---|---|
protected Object |
doCall(Object obj,
String methodCall) |
Object |
eval(String expr)
Evaluate the given expression.
|
call, getBindings, setBindings, test
public ELScriptHelper(ScriptBindings bindings)
public ELScriptHelper(Context context)
public Object eval(String expr)
ScriptHelper
expr
- the expression to evaluateprotected Object doCall(Object obj, String methodCall)
doCall
in class AbstractScriptHelper