public class ELScriptHelper extends AbstractScriptHelper
| Modifier and Type | Class and Description |
|---|---|
static class |
ELScriptHelper.Helpers |
log| Constructor and Description |
|---|
ELScriptHelper(Bindings bindings) |
ELScriptHelper(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(String expr,
Bindings bindings)
Evaluate the given expression with the given bindings.
|
call, doCall, eval, getBindings, setBindings, testpublic ELScriptHelper(Bindings bindings)
public ELScriptHelper(Context context)
public Object eval(String expr, Bindings bindings)
ScriptHelperexpr - the expression to evaluatebindings - the context bindings