Interface ExportLinkFormatter
- 
- All Known Implementing Classes:
 HtmlExportLinkFormatter
@Deprecated public interface ExportLinkFormatter
Deprecated.since 7.17.0.Responsible for formatting links to exported content. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Stringformat(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 Detail
- 
isFormatSupported
boolean isFormatSupported(com.atlassian.renderer.links.Link link)
Deprecated.Returns true if the formatter can format the given link type. 
- 
format
String format(com.atlassian.renderer.links.Link link, PageContext context)
Deprecated.Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting. 
 - 
 
 -