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 HtmlExportLinkFormatterbooleanisFormatSupported(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:ExportLinkFormatterReturns true if the formatter can format the given link type.- Specified by:
isFormatSupportedin interfaceExportLinkFormatter
-
format
Description copied from interface:ExportLinkFormatterFormats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.- Specified by:
formatin interfaceExportLinkFormatter
-