public class

StorageBlogPostResourceIdentifierMarshaller

extends Object
implements Marshaller<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageBlogPostResourceIdentifierMarshaller

Summary

Public Constructors
StorageBlogPostResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
Public Methods
String marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
Marshal the provided resource identifier.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.Marshaller

Public Constructors

public StorageBlogPostResourceIdentifierMarshaller (XmlStreamWriterTemplate xmlStreamWriterTemplate)

Public Methods

public String marshal (BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)

Marshal the provided resource identifier. If the there are no properties on the identifier then the empty String will be returned.