org.xwiki.bridge
Interface DocumentNameFactory


Deprecated. use DocumentReferenceResolver instead since 2.2M1

@ComponentRole
@Deprecated
public interface DocumentNameFactory

Generate a Document Name from a raw string reference.

Since:
1.8.1
Version:
$Id$

Method Summary
 DocumentName createDocumentName(java.lang.String reference)
          Deprecated.  
 

Method Detail

createDocumentName

DocumentName createDocumentName(java.lang.String reference)
Deprecated. 
Parameters:
reference - the document's name as a string using a textual format (eg wiki:space.page). The supported format is up to implementers of this method.
Returns:
the object representing a document reference


Copyright © 2004-2011 XWiki. All Rights Reserved.