Configuration, OrderedConfiguration, MappedConfiguration should all allow a 
Class to be contributed, rather than an instance
----------------------------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2395
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2395
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.11
            Reporter: Howard M. Lewis Ship
            Priority: Minor
             Fix For: 5.1


So there would be an override of the add() method that accepted Class<T> rather 
than T.  Tapestry would autobuild an instance from the contributed class.  The 
only tricky part would be if the type of the configuration really was Class.

An additional variation when contributing a class would be for Tapestry to 
auto-assign a name for the contribution (this would be for 
OrderedConfiguration) based on the simple name of the class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to