Uses of Class
org.apache.maven.doxia.docrenderer.DocumentRendererContext
Packages that use DocumentRendererContext
-
Uses of DocumentRendererContext in org.apache.maven.doxia.docrenderer
Methods in org.apache.maven.doxia.docrenderer with parameters of type DocumentRendererContextModifier and TypeMethodDescriptionprivate Reader
AbstractDocumentRenderer.getVelocityReader
(File f, String encoding, DocumentRendererContext context) TODO: DOXIA-111: we need a general filter here that knows how to alter the contextprotected void
AbstractDocumentRenderer.parse
(String fullDocPath, String parserId, org.apache.maven.doxia.sink.Sink sink, DocumentRendererContext context) Parse a source document into a sink.void
AbstractDocumentRenderer.render
(File baseDirectory, 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
(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, 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
(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory, DocumentRendererContext context) Render documents separately for each file found in a Map.