com.atlassian.confluence.content.render.xhtml.view.link
Class ViewBlogPostLinkMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.view.link.ViewBlogPostLinkMarshaller
- All Implemented Interfaces:
- Marshaller<Link<BlogPostResourceIdentifier>>
- Direct Known Subclasses:
- EditorBlogPostLinkMarshaller
public class ViewBlogPostLinkMarshaller
- extends Object
- implements Marshaller<Link<BlogPostResourceIdentifier>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewBlogPostLinkMarshaller
public ViewBlogPostLinkMarshaller(BlogPostResourceIdentifierResolver blogPostResourceIdentifierResolver,
PermissionManager permissionManager,
XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<UnresolvedLink> unresolvedLinkMarshaller,
Marshaller<Link> linkBodyMarshaller,
HrefEvaluator hrefEvaluator,
StaxStreamMarshaller<Link> linkStaxStreamMarshaller)
marshal
public String marshal(Link<BlogPostResourceIdentifier> link,
ConversionContext conversionContext)
throws XhtmlException
- Description copied from interface:
Marshaller
- Marshals an object to XML.
- Specified by:
marshal
in interface Marshaller<Link<BlogPostResourceIdentifier>>
- Parameters:
link
- object to marshalconversionContext
- the conversion context
- Returns:
- the XML representation of the object
- Throws:
XhtmlException