Package | Description |
---|---|
org.apache.maven.doxia.siterenderer |
Modifier and Type | Class and Description |
---|---|
class |
DoxiaDocumentRenderer
Renders a page with Doxia.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DocumentRenderer> |
DefaultSiteRenderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext)
Return the document files in a Map.
|
Map<String,DocumentRenderer> |
Renderer.locateDocumentFiles(SiteRenderingContext siteRenderingContext)
Return the document files in a Map.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultSiteRenderer.render(Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
File outputDirectory)
Render a collection of documents.
|
void |
Renderer.render(Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
File outputDirectory)
Render a collection of documents.
|
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.