[xwiki-devs] [VOTE] Add a method to retrieve the list of properties of a class in DocumentAccessBridge
To implement the wiki configuration source in the configuration component, we need to retrieve the list of properties of the XWiki.XWikiPreferences class. For this, I would like to add the following method in the DocumentAccessBridge : List<String> getPropertyNames(String className) throws Exception; My +1, Jerome
Jerome Velociter wrote:
To implement the wiki configuration source in the configuration component, we need to retrieve the list of properties of the XWiki.XWikiPreferences class.
For this, I would like to add the following method in the DocumentAccessBridge :
List<String> getPropertyNames(String className) throws Exception;
Actually, it should rather be a Set<String>
My +1,
Jerome _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 Is "throws Exception" really needed? Jerome Velociter wrote:
Jerome Velociter wrote:
To implement the wiki configuration source in the configuration component, we need to retrieve the list of properties of the XWiki.XWikiPreferences class.
For this, I would like to add the following method in the DocumentAccessBridge :
List<String> getPropertyNames(String className) throws Exception;
Actually, it should rather be a Set<String>
My +1,
Jerome _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Thu, Jan 8, 2009 at 4:13 PM, Jerome Velociter <[email protected]> wrote:
To implement the wiki configuration source in the configuration component, we need to retrieve the list of properties of the XWiki.XWikiPreferences class.
For this, I would like to add the following method in the DocumentAccessBridge :
List<String> getPropertyNames(String className) throws Exception;
My +1,
Jerome _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
Jerome Velociter -
Marius Dumitru Florea -
Thomas Mortagne