Class ELScriptHelper

    • Constructor Detail

      • ELScriptHelper

        public ELScriptHelper​(Bindings bindings)
      • ELScriptHelper

        public ELScriptHelper​(Context context)
    • Method Detail

      • eval

        public Object eval​(String expr,
                           Bindings bindings)
        Description copied from interface: ScriptHelper
        Evaluate the given expression with the given bindings.
        Parameters:
        expr - the expression to evaluate
        bindings - the context bindings
        Returns:
        expression result