DocumentRenderer.public abstract class AbstractITextRender extends org.codehaus.plexus.logging.AbstractLogEnabled implements DocRenderer
document render with the iText framework| Modifier and Type | Field and Description |
|---|---|
protected Doxia |
doxia
Deprecated.
|
protected ParserModuleManager |
parserModuleManager
Deprecated.
|
ROLE| Constructor and Description |
|---|
AbstractITextRender()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generateOutput(File iTextFile,
File iTextOutput)
Deprecated.
Generate an output file from the contents of an input with the iText framework
|
void |
render(File siteDirectory,
File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
render(File siteDirectory,
File outputDirectory,
File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputExtension@Requirement protected ParserModuleManager parserModuleManager
@Requirement protected Doxia doxia
public void render(File siteDirectory, File outputDirectory) throws DocumentRendererException, IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where files are generatedDocumentRendererException - if anyIOException - if anypublic void render(File siteDirectory, File outputDirectory, File documentDescriptor) throws DocumentRendererException, IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where file are generateddocumentDescriptor - the document descriptorDocumentRendererException - if anyIOException - if anypublic abstract void generateOutput(File iTextFile, File iTextOutput) throws DocumentRendererException, IOException
iTextFile - input fileiTextOutput - output fileDocumentRendererException - if anyIOException - if anyCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.