Allow bundles to contribute values to the script bindings
---------------------------------------------------------
Key: SLING-1303
URL: https://issues.apache.org/jira/browse/SLING-1303
Project: Sling
Issue Type: Improvement
Components: Scripting
Reporter: Justin Edelson
Assignee: Justin Edelson
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.