com.atlassian.confluence.content.render.xhtml.view.link
Class ViewUserLinkMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.link.ViewUserLinkMarshaller
- All Implemented Interfaces:
- Marshaller<Link>
public class ViewUserLinkMarshaller
- extends java.lang.Object
- implements Marshaller<Link>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewUserLinkMarshaller
public ViewUserLinkMarshaller(UserAccessor userAccessor,
XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<Link> linkBodyMarshaller,
Marshaller<Link> unresolvedLinkMarshaller,
StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller,
StaxStreamMarshaller<Link> linkStaxStreamMarshaller,
PersonalInformationManager personalInformationManager,
HrefEvaluator hrefEvaluator,
SettingsManager settingsManager,
ModelToRenderedClassMapper mapper)
marshal
public Streamable marshal(Link userLink,
ConversionContext conversionContext)
throws XhtmlException
- Description copied from interface:
Marshaller
- Marshals an object to XML.
- Specified by:
marshal
in interface Marshaller<Link>
- Parameters:
userLink
- object to marshalconversionContext
- the conversion context
- Returns:
- the XML representation of the object
- Throws:
XhtmlException
- if an error occurs during marshalling
Copyright © 2003-2014 Atlassian. All Rights Reserved.