Interface ExportLinkFormatter
- All Known Implementing Classes:
HtmlExportLinkFormatter
Deprecated.
since 7.17.0.
Responsible for formatting links to exported content.
-
Method Summary
Modifier 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
-
isFormatSupported
boolean isFormatSupported(com.atlassian.renderer.links.Link link) Deprecated.Returns true if the formatter can format the given link type. -
format
Deprecated.Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.
-