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 org.apache.maven.doxia.Doxia |
doxia
Deprecated.
|
protected org.apache.maven.doxia.module.site.manager.SiteModuleManager |
siteModuleManager
Deprecated.
|
ROLE| Constructor and Description |
|---|
AbstractITextRender()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generateOutput(java.io.File iTextFile,
java.io.File iTextOutput)
Deprecated.
Generate an ouput file with the iText framework
|
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.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, waitgetOutputExtensionprotected org.apache.maven.doxia.module.site.manager.SiteModuleManager siteModuleManager
protected org.apache.maven.doxia.Doxia doxia
public void render(java.io.File siteDirectory,
java.io.File outputDirectory)
throws DocumentRendererException,
java.io.IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where files are generatedDocumentRendererException - if anyjava.io.IOException - if anypublic void render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
throws DocumentRendererException,
java.io.IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where file are generateddocumentDescriptor - the document descriptorDocumentRendererException - if anyjava.io.IOException - if anypublic abstract void generateOutput(java.io.File iTextFile,
java.io.File iTextOutput)
throws DocumentRendererException,
java.io.IOException
iTextFile - iTextOutput - DocumentRendererException - if anyjava.io.IOException - if anyCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.