Class ELScriptHelper

All Implemented Interfaces:
ScriptHelper

public class ELScriptHelper extends AbstractScriptHelper
  • Constructor Details

    • ELScriptHelper

      public ELScriptHelper(Bindings bindings)
    • ELScriptHelper

      public ELScriptHelper(Context context)
  • Method Details

    • 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