Uses of Class
org.apache.maven.doxia.docrenderer.DocumentRendererException
Packages that use DocumentRendererException
Package
Description
-
Uses of DocumentRendererException in org.apache.maven.doxia.docrenderer
Methods in org.apache.maven.doxia.docrenderer that throw DocumentRendererExceptionModifier and TypeMethodDescriptionAbstractDocumentRenderer.getFilesToProcess(File baseDirectory) Deprecated.Returns a Map of files to process.private 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) Deprecated.protected voidAbstractDocumentRenderer.parse(String fullDocPath, String parserId, org.apache.maven.doxia.sink.Sink sink, DocumentRendererContext context) Deprecated.Parse a source document into a sink.org.apache.maven.doxia.document.DocumentModelAbstractDocumentRenderer.readDocumentModel(File documentDescriptor) Deprecated.Read a document model from a file.org.apache.maven.doxia.document.DocumentModelDocumentRenderer.readDocumentModel(File documentDescriptor) Deprecated.Read a document model from a file.voidDeprecated.Render a document from the files found in baseDirectory.voidDeprecated.Render a document from the files found in baseDirectory.voidAbstractDocumentRenderer.render(File baseDirectory, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.Render a document from the files found in a source directory, depending on a rendering context.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(Collection<String> files, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.Render a document from a set of files, depending on a rendering context.abstract voidAbstractDocumentRenderer.render(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.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.voidDeprecated.Render all files from a site directory to an output directoryvoidDeprecated.Render a document depending a context and a document descriptorvoidDocumentRenderer.render(File baseDirectory, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.Render a document from the files found in a source directory, depending on a rendering context.voidDocumentRenderer.render(Collection<String> files, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.Render a document from a set of files, depending on a rendering context.voidAbstractDocumentRenderer.renderIndividual(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory) Deprecated.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 DocumentRendererException in org.apache.maven.doxia.docrenderer.pdf
Methods in org.apache.maven.doxia.docrenderer.pdf that throw DocumentRendererExceptionModifier and TypeMethodDescriptionvoidPdfRenderer.generatePdf(File inputFile, File pdfFile) Deprecated.Generate a final pdf ouput file from an intermediate format file.voidAbstractPdfRenderer.render(Map<String, org.apache.maven.doxia.parser.module.ParserModule> filesToProcess, File outputDirectory, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.Render an aggregate document from the files found in a Map. -
Uses of DocumentRendererException in org.apache.maven.doxia.docrenderer.pdf.fo
Methods in org.apache.maven.doxia.docrenderer.pdf.fo that throw DocumentRendererExceptionModifier and TypeMethodDescriptionvoidFoPdfRenderer.generatePdf(File inputFile, File pdfFile) Deprecated.Generate a final pdf ouput file from an intermediate format file.private voidFoPdfRenderer.generatePdf(File inputFile, File pdfFile, org.apache.maven.doxia.document.DocumentModel documentModel) Deprecated.private 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) Deprecated.Render an aggregate document from the files found in a Map.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) Deprecated.Render documents separately for each file 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.
AbstractDocumentRenderer.parse(String, String, Sink, DocumentRendererContext)