On Thu, Sep 5, 2013 at 10:14 AM, Carsten Ziegeler <[email protected]> wrote: > What about defining a service (whatever name :) ) that has something like a: > applyBindings(Bindings b , String context) > method?...
Maybe addContextBindings(Bindings b, ScriptEngineFactory f, String context) As the ScriptEngineFactory is needed to know what the current language is, and "add" for consistent naming with the existing BindingsValuesProvider.addBindings(Bindings b) method. WDYT? -Bertrand
