com.atlassian.confluence.content.render.xhtml.view.link
Class ViewCreatePageLinkMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.link.ViewCreatePageLinkMarshaller
- All Implemented Interfaces:
- Marshaller<CreatePageLink>
public class ViewCreatePageLinkMarshaller
- extends Object
- implements Marshaller<CreatePageLink>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewCreatePageLinkMarshaller
public ViewCreatePageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
PermissionManager permissionManager,
Marshaller<Link> unresolvedLinkMarshaller,
Marshaller<Link> linkBodyMarshaller,
StaxStreamMarshaller<PageResourceIdentifier> pageResourceIdentifierStaxStreamMarshaller,
SpaceManager spaceManager,
ModelToRenderedClassMapper mapper)
marshal
public Streamable marshal(CreatePageLink createPageLink,
ConversionContext conversionContext)
throws XhtmlException
- Description copied from interface:
Marshaller
- Marshals an object to XML.
- Specified by:
marshal
in interface Marshaller<CreatePageLink>
- Parameters:
createPageLink
- object to marshalconversionContext
- the conversion context
- Returns:
- the XML representation of the object
- Throws:
XhtmlException
- if an error occurs during marshalling