| Package | Description |
|---|---|
| org.apache.maven.doxia.siterenderer |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DoxiaDocumentRenderer |
Renderer for a document that has a source file to be parsed by Doxia.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,DocumentRenderer> |
DefaultSiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext) |
Locate Doxia document source files in the site source context.
|
java.util.Map<java.lang.String,DocumentRenderer> |
Renderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext) |
Locate Doxia document source files in the site source context.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultSiteRenderer.render(java.util.Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
java.io.File outputDirectory) |
Render a collection of documents into a site.
|
void |
Renderer.render(java.util.Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
java.io.File outputDirectory) |
Render a collection of documents into a site.
|