com.atlassian.confluence.importexport
Interface ExportLinkFormatter

All Known Implementing Classes:
HtmlExportLinkFormatter

public interface ExportLinkFormatter

Responsible for formatting links to exported content.


Method Summary
 java.lang.String format(com.atlassian.renderer.links.Link link, PageContext context)
          Formats the link to link to the exported content.
 boolean isFormatSupported(com.atlassian.renderer.links.Link link)
          Returns true if the formatter can format the given link type.
 

Method Detail

isFormatSupported

boolean isFormatSupported(com.atlassian.renderer.links.Link link)
Returns true if the formatter can format the given link type.


format

java.lang.String format(com.atlassian.renderer.links.Link link,
                        PageContext context)
Formats the link to link to the exported content. Any prefix/postfixes to links should be included in the formatting.



Copyright © 2003-2010 Atlassian. All Rights Reserved.