public class ViewShortcutLinkMarshaller extends Object implements Marshaller<Link>
Constructor and Description |
---|
ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager,
Marshaller<UnresolvedLink> unresolvedLinkMarshaller,
XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<Link> linkBodyMarshaller,
StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller,
StaxStreamMarshaller<Link> linkStaxStreamMarshaller,
ModelToRenderedClassMapper mapper) |
Modifier and Type | Method and Description |
---|---|
Streamable |
marshal(Link shortcutLink,
ConversionContext conversionContext)
Marshals an object to XML.
|
public ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
public Streamable marshal(Link shortcutLink, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<Link>
shortcutLink
- object to marshalconversionContext
- the conversion contextXhtmlException
- if an error occurs during marshallingCopyright © 2003–2015 Atlassian. All rights reserved.