Package | Description |
---|---|
org.apache.maven.doxia.docrenderer |
Modifier and Type | Method and Description |
---|---|
private java.io.Reader |
AbstractDocumentRenderer.getVelocityReader(java.io.File f,
java.lang.String encoding,
DocumentRendererContext context)
TODO: DOXIA-111: we need a general filter here that knows how to alter the context
|
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.
|
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.util.Map<java.lang.String,org.apache.maven.doxia.parser.module.ParserModule> 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<java.lang.String,org.apache.maven.doxia.parser.module.ParserModule> filesToProcess,
java.io.File outputDirectory,
DocumentRendererContext context)
Render documents separately for each file found in a Map.
|