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 Object
implements Marshaller<BlogPostResourceIdentifier>


Constructor Summary
StorageBlogPostResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
           
 
Method Summary
 String 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 String 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


Copyright © 2003-2012 Atlassian. All Rights Reserved.