Class ViewInlineCommentMarkerMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker.ViewInlineCommentMarkerMarshaller
- All Implemented Interfaces:
 Marshaller<InlineCommentMarker>
public class ViewInlineCommentMarkerMarshaller
extends Object
implements Marshaller<InlineCommentMarker>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) Marshals an object to XML. 
- 
Constructor Details
- 
ViewInlineCommentMarkerMarshaller
 
 - 
 - 
Method Details
- 
marshal
public Streamable marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) throws XhtmlException Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
 marshalin interfaceMarshaller<InlineCommentMarker>- Parameters:
 inlineCommentMarker- object to marshalconversionContext- the conversion context- Returns:
 - the XML representation of the object
 - Throws:
 XhtmlException- if an error occurs during marshalling
 
 -