public class

ViewUnresolvedLinkBodyMarshaller

extends Object
implements Marshaller<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.view.link.ViewUnresolvedLinkBodyMarshaller

Class Overview

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.

Summary

Public Constructors
ViewUnresolvedLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller)
Public Methods
String marshal(Link link, ConversionContext conversionContext)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.Marshaller

Public Constructors

public ViewUnresolvedLinkBodyMarshaller (Marshaller<EmbeddedImage> embeddedImageMarshaller)

Public Methods

public String marshal (Link link, ConversionContext conversionContext)