Uses of Interface
org.apache.maven.doxia.siterenderer.DocumentRenderer
Packages that use DocumentRenderer
-
Uses of DocumentRenderer in org.apache.maven.doxia.siterenderer
Classes in org.apache.maven.doxia.siterenderer that implement DocumentRendererModifier and TypeClassDescriptionclassRenderer for a document that has a source file to be parsed by Doxia.Methods in org.apache.maven.doxia.siterenderer that return types with arguments of type DocumentRendererModifier and TypeMethodDescriptionDefaultSiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext) Locate Doxia document source files in the site source context.SiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext) Locate Doxia document source files in the site source context.default Map<String, DocumentRenderer> SiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext, boolean editable) Deprecated.Method parameters in org.apache.maven.doxia.siterenderer with type arguments of type DocumentRendererModifier and TypeMethodDescriptionprivate voidDefaultSiteRenderer.addModuleFiles(File siteRootDirectory, SiteRenderingContext.SiteDirectory siteDirectory, File moduleBasedir, org.apache.maven.doxia.parser.module.ParserModule module, String excludes, Map<String, DocumentRenderer> files) Populates the files map withDocumentRenderers per output name in parameterfilesfor all files in the moduleBasedir matching the module extensions, taking care of duplicates if needed.private booleanDefaultSiteRenderer.checkForDuplicate(DocumentRenderingContext newDocRenderingContext, Function<String, DocumentRenderer> lookupFunction, DefaultSiteRenderer.DuplicateCallback callback) private booleanDefaultSiteRenderer.checkForDuplicate(DocumentRenderingContext newDocRenderingContext, Map<String, DocumentRenderer> existingDocumentRenderers, boolean skipDuplicates) Checks if the newDocRenderingContext clashes with an existing document renderer.voidDefaultSiteRenderer.render(Collection<DocumentRenderer> documents, SiteRenderingContext siteRenderingContext, File outputDirectory) Render a collection of documents into a site.voidSiteRenderer.render(Collection<DocumentRenderer> documents, SiteRenderingContext siteRenderingContext, File outputDirectory) Render a collection of documents into a site.
editableparameter is ignored sinceSiteRenderingContext.getSiteDirectories()contain this information on a per-directory basis now.