public interface

ExportLinkFormatter

com.atlassian.confluence.importexport.ExportLinkFormatter
Known Indirect Subclasses

Class Overview

Responsible for formatting links to exported content.

Summary

Public Methods
String format(Link link, PageContext context)
Formats the link to link to the exported content.
boolean isFormatSupported(Link link)
Returns true if the formatter can format the given link type.

Public Methods

public String format (Link link, PageContext context)

Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.

public boolean isFormatSupported (Link link)

Returns true if the formatter can format the given link type.