org.xwiki.bridge
Interface AttachmentNameSerializer

All Known Implementing Classes:
DefaultAttachmentNameSerializer

Deprecated. use 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$

Method Summary
 java.lang.String serialize(AttachmentName attachmentName)
          Deprecated.  
 

Method Detail

serialize

java.lang.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-2011 XWiki. All Rights Reserved.