A Script Engine should be able to declare itself as compatible with another 
script engine
-----------------------------------------------------------------------------------------

                 Key: SLING-2210
                 URL: https://issues.apache.org/jira/browse/SLING-2210
             Project: Sling
          Issue Type: Improvement
          Components: Scripting
            Reporter: Justin Edelson


A good use case for this is the GSP script engine. Any BindingsValuesProvider 
which apply to the Groovy script engine should also apply to the GSP script 
engine. But it shouldn't be (only) the responibility of the 
BindingsValuesProvider implementor to know all of the possible script engines 
which can accept the bindings. Rather, the GSP script engine should be able to 
say "I'm compatible with the Groovy script engine, so give me any bindings you 
would give to a groovy script". 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to