public interface

ExportLinkFormatter

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

Class Overview

Responsible for formatting links to exported content.

Summary

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

Public Methods

public abstract 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 abstract boolean isFormatSupported (Link link)

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