com.atlassian.confluence.importexport.impl
Class PdfExporter
java.lang.Object
com.atlassian.confluence.importexport.Exporter
com.atlassian.confluence.importexport.impl.AbstractExporterImpl
com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl
com.atlassian.confluence.importexport.impl.PdfExporter
- public class PdfExporter
- extends AbstractRendererExporterImpl
|
Field Summary |
static org.apache.log4j.Category |
log
|
static org.apache.log4j.Category |
pdfLog
|
static org.apache.avalon.framework.logger.Log4JLogger |
pdfLogger
|
| Fields inherited from class com.atlassian.confluence.importexport.Exporter |
context |
| Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl |
copyExportedResource, copyResources, createTemplateSupport, exportAttachedImages, exportPage, exportPageAttachments, exportPageAttachments, exportSpace, getWorkingExportContext, setAttachmentManager, setBootstrapManager, setIconManager, setPageManager, setSpaceManager, setSubRenderer, setThemeManager, setWikiStyleRenderer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
pdfLog
public static final org.apache.log4j.Category pdfLog
pdfLogger
public static final org.apache.avalon.framework.logger.Log4JLogger pdfLogger
PdfExporter
public PdfExporter()
getLinkPostfix
protected String getLinkPostfix()
- Specified by:
getLinkPostfix in class AbstractRendererExporterImpl
getLinkToExports
protected boolean getLinkToExports()
- Specified by:
getLinkToExports in class AbstractRendererExporterImpl
getLinkPrefix
protected String getLinkPrefix()
- Specified by:
getLinkPrefix in class AbstractRendererExporterImpl
doExport
public String doExport()
throws ImportExportException
- Overrides:
doExport in class AbstractRendererExporterImpl
- Throws:
ImportExportException
getFullExportPath
protected String getFullExportPath(String baseExportPath,
ConfluenceEntityObject entity)
- Specified by:
getFullExportPath in class AbstractRendererExporterImpl
doExportEntity
protected void doExportEntity(ConfluenceEntityObject entity,
String exportPath)
throws ImportExportException
- Specified by:
doExportEntity in class AbstractRendererExporterImpl
- Throws:
ImportExportException
setFontManager
public void setFontManager(FontManager fontManager)