On Jun 25, 2008, at 7:13 PM, Artem Melentyev wrote:
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.
I agree. Since the language identifies the document it should part of
its identity.
Thanks
-Vincent