org.xwiki.bridge
Interface AttachmentNameSerializer
Deprecated. use org.xwiki.model.reference.EntityReferenceSerializer instead since 2.2M1
@ComponentRole
@Deprecated
public interface AttachmentNameSerializer
Generate a fully qualified attachment reference string (ie of the form
wiki:space.page@filename) out of an AttachmentName.
- Since:
- 2.0.1
- Version:
- $Id$
serialize
String serialize(AttachmentName attachmentName)
- Deprecated.
- Parameters:
attachmentName - the attachment name to serialize
- Returns:
- the fully qualified attachment reference string (ie of the form
wiki:space.page@filename)
Copyright © 2004-2012 XWiki. All Rights Reserved.