com.atlassian.confluence.content.render.xhtml.view.link
Class ViewUnresolvedLinkBodyMarshaller

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkBodyMarshaller
All Implemented Interfaces:
Marshaller<Link>

public class ViewUnresolvedLinkBodyMarshaller
extends java.lang.Object
implements Marshaller<Link>

Encapsulates the logic on how to marshal the delegate / wrapped link inside an UnresolvedLink.

This differs from ViewLinkBodyMarshaller in that it only marshals link state. It makes no attempt to resolve the RI to an actual entity and work out a sensible default alias. This is because we are resolving a link that has been flagged as unresolved.


Constructor Summary
ViewUnresolvedLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller)
           
 
Method Summary
 Streamable marshal(Link link, ConversionContext conversionContext)
          Marshals an object to XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewUnresolvedLinkBodyMarshaller

public ViewUnresolvedLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller)
Method Detail

marshal

public Streamable marshal(Link link,
                          ConversionContext conversionContext)
                   throws XhtmlException
Description copied from interface: Marshaller
Marshals an object to XML.

Specified by:
marshal in interface Marshaller<Link>
Parameters:
link - object to marshal
conversionContext - 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.