Class ViewPageLayoutMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.pagelayouts.ViewPageLayoutMarshaller
- All Implemented Interfaces:
Marshaller<PageLayout>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal
(PageLayout pagelayout, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
ViewPageLayoutMarshaller
-
-
Method Details
-
marshal
public Streamable marshal(PageLayout pagelayout, ConversionContext conversionContext) throws XhtmlException Description copied from interface:Marshaller
Marshals an object to XML.- Specified by:
marshal
in 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
-