Class StoragePageLayoutMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts.StoragePageLayoutMarshaller
- All Implemented Interfaces:
Marshaller<PageLayout>
-
Constructor Summary
ConstructorsConstructorDescriptionStoragePageLayoutMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate) -
Method Summary
Modifier and TypeMethodDescriptionmarshal(PageLayout pagelayout, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
StoragePageLayoutMarshaller
-
-
Method Details
-
marshal
public Streamable marshal(PageLayout pagelayout, ConversionContext conversionContext) throws XhtmlException Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
marshalin interfaceMarshaller<PageLayout>- Parameters:
pagelayout- object to marshalconversionContext- the conversion context- Returns:
- the XML representation of the object
- Throws:
XhtmlException- if an error occurs during marshalling
-