Package | Description |
---|---|
org.apache.maven.doxia.siterenderer |
Modifier and Type | Class and Description |
---|---|
class |
DoxiaDocumentRenderer
Renderer for a document that has a source file to be parsed by Doxia.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DocumentRenderer> |
SiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext)
Locate Doxia document source files in the site source context.
|
Map<String,DocumentRenderer> |
DefaultSiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext)
Locate Doxia document source files in the site source context.
|
default Map<String,DocumentRenderer> |
SiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext,
boolean editable)
Deprecated.
editable parameter is ignored since SiteRenderingContext.getSiteDirectories()
contain this information on a per-directory basis now. |
Modifier and Type | Method and Description |
---|---|
void |
SiteRenderer.render(Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
File outputDirectory)
Render a collection of documents into a site.
|
void |
DefaultSiteRenderer.render(Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
File outputDirectory)
Render a collection of documents into a site.
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.