Class ViewPageLayoutMarshaller
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.view.pagelayouts.ViewPageLayoutMarshaller
-
- All Implemented Interfaces:
Marshaller<PageLayout>
public class ViewPageLayoutMarshaller extends Object implements Marshaller<PageLayout>
-
-
Constructor Summary
Constructors Constructor Description ViewPageLayoutMarshaller(XMLOutputFactory xmlOutputFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
marshal(PageLayout pagelayout, ConversionContext conversionContext)
Marshals an object to XML.
-
-
-
Constructor Detail
-
ViewPageLayoutMarshaller
public ViewPageLayoutMarshaller(XMLOutputFactory xmlOutputFactory)
-
-
Method Detail
-
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
-
-