You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2010/01/28 20:49:34 UTC

[jira] Resolved: (SLING-1303) Allow bundles to contribute values to the script bindings

     [ https://issues.apache.org/jira/browse/SLING-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson resolved SLING-1303.
-----------------------------------

    Resolution: Fixed

> 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.