Modifier and Type | Method and Description |
---|---|
java.util.Map |
AbstractDocumentRenderer.getFilesToProcess(java.io.File baseDirectory)
Returns a Map of files to process.
|
protected void |
AbstractDocumentRenderer.parse(java.lang.String fullDocPath,
java.lang.String parserId,
org.apache.maven.doxia.sink.Sink sink)
Deprecated.
|
protected void |
AbstractDocumentRenderer.parse(java.lang.String fullDocPath,
java.lang.String parserId,
org.apache.maven.doxia.sink.Sink sink,
DocumentRendererContext context)
Parse a source document into a sink.
|
org.apache.maven.doxia.document.DocumentModel |
AbstractDocumentRenderer.readDocumentModel(java.io.File documentDescriptor)
Read a document model from a file.
|
org.apache.maven.doxia.document.DocumentModel |
DocumentRenderer.readDocumentModel(java.io.File documentDescriptor)
Read a document model from a file.
|
void |
AbstractDocumentRenderer.render(java.util.Collection files,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render a document from a set of files, depending on a rendering context.
|
void |
DocumentRenderer.render(java.util.Collection files,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render a document from a set of files, depending on a rendering context.
|
void |
AbstractDocumentRenderer.render(java.io.File baseDirectory,
java.io.File outputDirectory)
Render a document from the files found in baseDirectory.
|
void |
DocRenderer.render(java.io.File siteDirectory,
java.io.File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
AbstractDocumentRenderer.render(java.io.File baseDirectory,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render a document from the files found in a source directory, depending on a rendering context.
|
void |
DocumentRenderer.render(java.io.File baseDirectory,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render a document from the files found in a source directory, depending on a rendering context.
|
void |
AbstractDocumentRenderer.render(java.io.File baseDirectory,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel,
DocumentRendererContext context)
Render a document from the files found in a source directory, depending on a rendering context.
|
void |
AbstractDocumentRenderer.render(java.io.File baseDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
Render a document from the files found in baseDirectory.
|
void |
DocRenderer.render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
abstract void |
AbstractDocumentRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Deprecated.
|
void |
AbstractDocumentRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel,
DocumentRendererContext context)
Render an aggregate document from the files found in a Map.
|
void |
AbstractDocumentRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory)
Deprecated.
|
void |
AbstractDocumentRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory,
DocumentRendererContext context)
Render documents separately for each file found in a Map.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractITextRender.generateOutput(java.io.File iTextFile,
java.io.File iTextOutput)
Deprecated.
Generate an ouput file with the iText framework
|
void |
DefaultPdfRenderer.generateOutput(java.io.File iTextFile,
java.io.File iTextOutput)
Deprecated.
Generate an ouput file with the iText framework
|
void |
DefaultRtfRenderer.generateOutput(java.io.File iTextFile,
java.io.File iTextOutput)
Deprecated.
Generate an ouput file with the iText framework
|
void |
AbstractITextRender.render(java.io.File siteDirectory,
java.io.File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
AbstractITextRender.render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
Modifier and Type | Method and Description |
---|---|
void |
PdfRenderer.generatePdf(java.io.File inputFile,
java.io.File pdfFile)
Generate a final pdf ouput file from an intermediate format file.
|
void |
AbstractPdfRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render an aggregate document from the files found in a Map.
|
Modifier and Type | Method and Description |
---|---|
void |
FoPdfRenderer.generatePdf(java.io.File inputFile,
java.io.File pdfFile)
Generate a final pdf ouput file from an intermediate format file.
|
void |
FoPdfRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render an aggregate document from the files found in a Map.
|
void |
FoPdfRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel,
DocumentRendererContext context)
Render an aggregate document from the files found in a Map.
|
void |
FoPdfRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory)
Render documents separately for each file found in a Map.
|
void |
FoPdfRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory,
DocumentRendererContext context)
Render documents separately for each file found in a Map.
|
Modifier and Type | Method and Description |
---|---|
void |
ITextPdfRenderer.generatePdf(java.io.File inputFile,
java.io.File pdfFile)
Generate a final pdf ouput file from an intermediate format file.
|
void |
ITextPdfRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel)
Render an aggregate document from the files found in a Map.
|
void |
ITextPdfRenderer.render(java.util.Map filesToProcess,
java.io.File outputDirectory,
org.apache.maven.doxia.document.DocumentModel documentModel,
DocumentRendererContext context)
Render an aggregate document from the files found in a Map.
|
void |
ITextPdfRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory)
Render documents separately for each file found in a Map.
|
void |
ITextPdfRenderer.renderIndividual(java.util.Map filesToProcess,
java.io.File outputDirectory,
DocumentRendererContext context)
Render documents separately for each file found in a Map.
|
Copyright © 2005-2014. All Rights Reserved.