org.xwiki.bridge
Interface DocumentNameSerializer
Deprecated. use EntityReferenceSerializer instead since 2.2M1
@ComponentRole
@Deprecated
public interface DocumentNameSerializer
Generate a fully qualified document reference string (ie of the form
wiki:space.page) out of a DocumentName.
- Since:
- 1.8.1
- Version:
- $Id$
serialize
java.lang.String serialize(DocumentName documentName)
- Deprecated.
- Parameters:
documentName - the document name to serialize
- Returns:
- the fully qualified document reference string (ie of the form
wiki:space.page)
Copyright © 2004-2011 XWiki. All Rights Reserved.