Class HtmlExportLinkFormatter
java.lang.Object
com.atlassian.confluence.importexport.impl.HtmlExportLinkFormatter
- All Implemented Interfaces:
ExportLinkFormatter
-
Method Summary
Modifier and TypeMethodDescriptionformat
(com.atlassian.renderer.links.Link link, PageContext context) Formats the link to link to the exported content.static HtmlExportLinkFormatter
boolean
isFormatSupported
(com.atlassian.renderer.links.Link link) Returns true if the formatter can format the given link type.
-
Method Details
-
getInstance
-
isFormatSupported
public boolean isFormatSupported(com.atlassian.renderer.links.Link link) Description copied from interface:ExportLinkFormatter
Returns true if the formatter can format the given link type.- Specified by:
isFormatSupported
in interfaceExportLinkFormatter
-
format
Description copied from interface:ExportLinkFormatter
Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.- Specified by:
format
in interfaceExportLinkFormatter
-