DocumentRenderer, PdfRendererFoPdfRendererpublic abstract class AbstractPdfRenderer extends AbstractDocumentRenderer implements PdfRenderer
doxia, parserModuleManagerROLE| Constructor | Description |
|---|---|
AbstractPdfRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getOutputExtension() |
Get the output extension associated with this DocumentRenderer.
|
void |
render(java.util.Map<java.lang.String,org.apache.maven.doxia.parser.module.ParserModule> filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel) |
Render an aggregate document from the files found in a Map.
|
copyDirectory, copyResources, endsWithIgnoreCase, endsWithIgnoreCase, getBaseDir, getExtensions, getFilesToProcess, getFilesToProcess, getOutputName, parse, parse, readDocumentModel, render, render, render, render, render, render, renderIndividual, renderIndividual, setBaseDirenableLogging, getLogger, setupLogger, setupLogger, setupLoggerreadDocumentModel, render, renderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgeneratePdfpublic java.lang.String getOutputExtension()
getOutputExtension in interface DocumentRendererpublic void render(java.util.Map<java.lang.String,org.apache.maven.doxia.parser.module.ParserModule> filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
throws DocumentRendererException,
java.io.IOException
render in class AbstractDocumentRendererfilesToProcess - the Map of Files to process. The Map should contain as keys the paths of the
source files (relative to baseDir), and the corresponding ParserModule as values.outputDirectory - the output directory where the aggregate document should be generated.documentModel - the document model, containing all the metadata, etc.DocumentRendererException - if anyjava.io.IOException - if any