Vincent Massol wrote: > Hi, > > In the new rendering code I need to call some code that transforms > [[[wiki:][Space.]][Doc]] into a link. I'm proposing to introduce 2 new > classes/components in Core: > > * DocumentName: Represents a Document's Name. It'll have 3 properties: > - String wiki > - String space > - String page
What about optional - String language? For example XWikiStoreInterface#loadBacklinks should return languages of documents too. This causes XWIKI-1325. -- Artem Melentyev _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

