Interface ExportLinkFormatter
- All Known Implementing Classes:
- HtmlExportLinkFormatter
Deprecated.
since 7.17.0.
Responsible for formatting links to exported content.
- 
Method SummaryModifier and TypeMethodDescriptionformat(com.atlassian.renderer.links.Link link, PageContext context) Deprecated.Formats the link to link to the exported content.booleanisFormatSupported(com.atlassian.renderer.links.Link link) Deprecated.Returns true if the formatter can format the given link type.
- 
Method Details- 
isFormatSupportedboolean isFormatSupported(com.atlassian.renderer.links.Link link) Deprecated.Returns true if the formatter can format the given link type.
- 
formatDeprecated.Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.
 
-