public class

UrlLinkMarshaller

extends Object
implements Marshaller<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.migration.UrlLinkMarshaller

Class Overview

A Marshaller specifically used in handling links for UrlResourceIdentifier. These links are marshalled differently because we actually want them to become standard XHTML links of the form <a href=""> style.

Such links are not used in typical editor/storage round tripping since the editor will simply create <a href=""> style links for URLs anyway. These UrlResourceIdentifier links only occur during migration.

Summary

Public Constructors
UrlLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
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 UrlLinkMarshaller (XmlStreamWriterTemplate xmlStreamWriterTemplate)

Public Methods

public String marshal (Link link, ConversionContext conversionContext)