Uses of Interface
com.atlassian.confluence.importexport.ExportLinkFormatter
-
Packages that use ExportLinkFormatter Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl -
-
Uses of ExportLinkFormatter in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return ExportLinkFormatter Modifier and Type Method Description protected abstract ExportLinkFormatter
AbstractRendererExporterImpl. getExportLinkFormatter()
Returns theExportLinkFormatter
for the exporter.protected ExportLinkFormatter
HtmlExporter. getExportLinkFormatter()
-
Uses of ExportLinkFormatter in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement ExportLinkFormatter Modifier and Type Class Description class
HtmlExportLinkFormatter
Methods in com.atlassian.confluence.importexport.impl that return ExportLinkFormatter Modifier and Type Method Description protected abstract ExportLinkFormatter
AbstractRendererExporterImpl. getExportLinkFormatter()
Deprecated.Returns theExportLinkFormatter
for the exporter.protected ExportLinkFormatter
HtmlExporter. getExportLinkFormatter()
Deprecated.Constructors in com.atlassian.confluence.importexport.impl with parameters of type ExportLinkFormatter Constructor Description ExportLinkRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer, ExportContext exportContext, com.atlassian.renderer.IconManager iconManager, PageManager pageManager, ExportLinkFormatter exportLinkFormatter)
Deprecated.
-