Class HtmlExportLinkFormatter
- java.lang.Object
-
- com.atlassian.confluence.importexport.impl.HtmlExportLinkFormatter
-
- All Implemented Interfaces:
ExportLinkFormatter
public class HtmlExportLinkFormatter extends Object implements ExportLinkFormatter
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(com.atlassian.renderer.links.Link link, PageContext context)
Formats the link to link to the exported content.static HtmlExportLinkFormatter
getInstance()
boolean
isFormatSupported(com.atlassian.renderer.links.Link link)
Returns true if the formatter can format the given link type.
-
-
-
Method Detail
-
getInstance
public static HtmlExportLinkFormatter 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
public String format(com.atlassian.renderer.links.Link link, PageContext context)
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
-
-