public class HtmlExportLinkFormatter extends Object implements ExportLinkFormatter
Modifier and Type | Method and 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.
|
public static HtmlExportLinkFormatter getInstance()
public boolean isFormatSupported(com.atlassian.renderer.links.Link link)
ExportLinkFormatter
isFormatSupported
in interface ExportLinkFormatter
public String format(com.atlassian.renderer.links.Link link, PageContext context)
ExportLinkFormatter
format
in interface ExportLinkFormatter
Copyright © 2003–2020 Atlassian. All rights reserved.