Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Scripting API 2.0.2
-
None
Description
As I described here: http://markmail.org/message/cjsjywo3rsgfujks, I'd like to see a way for bundles to contribute script binding values.
The proposed interface is:
public interface SlingScriptBindingValuesProvider
{ void addBindings(Bindings bindings); }
The Bindings object will be made read-only via a facade.