public interface

Marshaller

com.atlassian.confluence.content.render.xhtml.Marshaller<T>
Known Indirect Subclasses

Class Overview

Responsible for marshalling an XML fragment.

Summary

Public Methods
String marshal(T object, ConversionContext conversionContext)
Marshals an object to XML.

Public Methods

public String marshal (T object, ConversionContext conversionContext)

Marshals an object to XML.

Parameters
object object to marshal
conversionContext the conversion context
Returns
  • the XML representation of the object
Throws
MarshalException if an error occurs during marshalling
XhtmlException