public interface DocumentRenderer
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputName()
The name of the output document.
|
RenderingContext |
getRenderingContext()
Return the RenderingContext of the document.
|
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.
|
void renderDocument(Writer writer, Renderer renderer, SiteRenderingContext siteRenderingContext) throws RendererException, FileNotFoundException, UnsupportedEncodingException
writer - the Writer.renderer - the Renderer.siteRenderingContext - the SiteRenderingContext.RendererException - if it bombs.FileNotFoundException - if it bombs.UnsupportedEncodingException - if it bombs.String getOutputName()
RenderingContext getRenderingContext()
boolean isOverwrite()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.