Allow extensions to the common container by allowing other features to provide 
their own namespace
--------------------------------------------------------------------------------------------------

                 Key: SHINDIG-1513
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1513
             Project: Shindig
          Issue Type: Improvement
          Components: Java
    Affects Versions: 3.0.0
            Reporter: Ryan Baxter
            Priority: Minor
             Fix For: 3.0.0


At the moment the common container cannot be extended by adding a new namespace 
and still have access to the container object.  The only reasonable way to 
extend the common container at this moment it to add new methods by calling 
.prototype or by subclassing it.  Another useful extension would be to allow 
features to add their own namespace to the common container and add new methods 
under that common container.  However those methods may still want to reference 
other methods inside the common container so they need to be able to access the 
common container object itself.  

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

        

Reply via email to