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 TypeClassDescriptionclass
Renderer 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.DefaultSiteRenderer.locateDocumentFiles
(SiteRenderingContext siteRenderingContext, boolean editable) Locate Doxia document source files in the site source context.Renderer.locateDocumentFiles
(SiteRenderingContext siteRenderingContext) Deprecated.since 1.8, use locateDocumentFiles with editable parameterRenderer.locateDocumentFiles
(SiteRenderingContext siteRenderingContext, boolean editable) Locate Doxia document source files in the site source context.Method parameters in org.apache.maven.doxia.siterenderer with type arguments of type DocumentRendererModifier and TypeMethodDescriptionvoid
DefaultSiteRenderer.render
(Collection<DocumentRenderer> documents, SiteRenderingContext siteRenderingContext, File outputDirectory) Render a collection of documents into a site.void
Renderer.render
(Collection<DocumentRenderer> documents, SiteRenderingContext siteRenderingContext, File outputDirectory) Render a collection of documents into a site.