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 ReaderAbstractDocumentRenderer.getVelocityReader(File f, String encoding, DocumentRendererContext context) Deprecated.TODO: DOXIA-111: we need a general filter here that knows how to alter the contextprotected voidAbstractDocumentRenderer.parse(String fullDocPath, String parserId, org.apache.maven.doxia.sink.Sink sink, DocumentRendererContext context) Deprecated.Parse a source document into a sink.voidAbstractDocumentRenderer.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.voidAbstractDocumentRenderer.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.voidAbstractDocumentRenderer.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 TypeMethodDescriptionprivate voidFoPdfRenderer.mergeAllSources(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, org.apache.maven.doxia.module.fo.FoAggregateSink sink, DocumentRendererContext context) Deprecated.private voidFoPdfRenderer.mergeSourcesFromTOC(org.apache.maven.doxia.document.DocumentTOC toc, org.apache.maven.doxia.module.fo.FoAggregateSink sink, DocumentRendererContext context) Deprecated.private voidFoPdfRenderer.parseTocItems(List<org.apache.maven.doxia.document.DocumentTOCItem> items, org.apache.maven.doxia.module.fo.FoAggregateSink sink, DocumentRendererContext context) Deprecated.voidFoPdfRenderer.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.voidFoPdfRenderer.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.private voidFoPdfRenderer.renderModules(String href, org.apache.maven.doxia.module.fo.FoAggregateSink sink, org.apache.maven.doxia.document.DocumentTOCItem tocItem, DocumentRendererContext context) Deprecated.