public class DoxiaDocumentRenderer extends Object implements DocumentRenderer
RenderingContext, which is expected to have
a non-null parserId and extension.| Constructor and Description |
|---|
DoxiaDocumentRenderer(RenderingContext renderingContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputName()
The name of the output document.
|
RenderingContext |
getRenderingContext()
Return the RenderingContext of the document.
|
boolean |
isExternalReport()
Whether this document is an external report.
|
boolean |
isOverwrite()
Whether to always overwrite the document, or only do so when it is changed.
|
void |
renderDocument(Writer writer,
Renderer renderer,
SiteRenderingContext siteRenderingContext)
Render a document.
|
public DoxiaDocumentRenderer(RenderingContext renderingContext)
renderingContext - the document's RenderingContext to use.public void renderDocument(Writer writer, Renderer renderer, SiteRenderingContext siteRenderingContext) throws RendererException, FileNotFoundException, UnsupportedEncodingException
renderDocument in interface DocumentRendererwriter - the Writer.renderer - the Renderer.siteRenderingContext - the SiteRenderingContext.RendererException - if it bombs.FileNotFoundException - if it bombs.UnsupportedEncodingException - if it bombs.public String getOutputName()
getOutputName in interface DocumentRendererpublic RenderingContext getRenderingContext()
getRenderingContext in interface DocumentRendererpublic boolean isOverwrite()
isOverwrite in interface DocumentRendererpublic boolean isExternalReport()
DocumentRendererisExternalReport in interface DocumentRenderertrue if report is external, otherwise falseCopyright © 2005–2024 The Apache Software Foundation. All rights reserved.