com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Class StorageBlogPostResourceIdentifierMarshaller

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageBlogPostResourceIdentifierMarshaller
All Implemented Interfaces:
Marshaller<BlogPostResourceIdentifier>

public class StorageBlogPostResourceIdentifierMarshaller
extends java.lang.Object
implements Marshaller<BlogPostResourceIdentifier>


Constructor Summary
StorageBlogPostResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
           
 
Method Summary
 Streamable marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageBlogPostResourceIdentifierMarshaller

public StorageBlogPostResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
Method Detail

marshal

public Streamable marshal(BlogPostResourceIdentifier resourceIdentifier,
                          ConversionContext conversionContext)
                   throws XhtmlException
Marshal the provided resource identifier. If the there are no properties on the identifier then the empty String will be returned.

Specified by:
marshal in interface Marshaller<BlogPostResourceIdentifier>
Parameters:
resourceIdentifier - object to marshal
conversionContext - the conversion context
Returns:
the XML representation of the object
Throws:
XhtmlException - if an error occurs during marshalling


Copyright © 2003-2014 Atlassian. All Rights Reserved.