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 TypeMethodDescriptionprotected void
AbstractDocumentRenderer.parse
(String fullDocPath, String parserId, org.apache.maven.doxia.sink.Sink sink, DocumentRendererContext context) Deprecated.Parse a source document into a sink.void
AbstractDocumentRenderer.render
(File baseDirectory, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel, DocumentRendererContext context) Deprecated.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) Deprecated.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) Deprecated.Render documents separately for each file found in a Map. -
Uses of DocumentRendererContext in org.apache.maven.doxia.docrenderer.pdf.fo
Methods in org.apache.maven.doxia.docrenderer.pdf.fo with parameters of type DocumentRendererContextModifier and TypeMethodDescriptionvoid
FoPdfRenderer.render
(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel, DocumentRendererContext context) Deprecated.Render an aggregate document from the files found in a Map.void
FoPdfRenderer.renderIndividual
(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory, DocumentRendererContext context) Deprecated.Render documents separately for each file found in a Map.