@Component(role=Renderer.class) public class DefaultSiteRenderer extends org.codehaus.plexus.logging.AbstractLogEnabled implements Renderer
DefaultSiteRenderer class.
| Constructor and Description |
|---|
DefaultSiteRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyDirectory(File source,
File destination)
Copy the directory
|
void |
copyResources(SiteRenderingContext siteRenderingContext,
File outputDirectory)
Copy resource files from skin, template, and site resources.
|
void |
copyResources(SiteRenderingContext siteRenderingContext,
File resourcesDirectory,
File outputDirectory)
Copy resource files.
|
SiteRenderingContext |
createContextForSkin(Artifact skin,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
Locale locale)
Create a Site Rendering Context for a site using a skin.
|
SiteRenderingContext |
createContextForTemplate(File templateFile,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
Locale locale)
Deprecated.
|
protected Context |
createDocumentVelocityContext(RenderingContext renderingContext,
SiteRenderingContext siteRenderingContext)
Create a Velocity Context for a Doxia document, containing every information about rendered document.
|
protected Context |
createSiteTemplateVelocityContext(DocumentContent content,
SiteRenderingContext siteRenderingContext)
Create a Velocity Context for the site template decorating the document.
|
protected Context |
createToolManagedVelocityContext(SiteRenderingContext siteRenderingContext)
Creates a Velocity Context with all generic tools configured wit the site rendering context.
|
void |
generateDocument(Writer writer,
SiteRendererSink sink,
SiteRenderingContext siteRenderingContext)
Generate a document output from a Doxia SiteRenderer Sink, i.e. merge the document content into
the site template.
|
Map<String,DocumentRenderer> |
locateDocumentFiles(SiteRenderingContext siteRenderingContext)
Locate Doxia document source files in the site source context.
|
Map<String,DocumentRenderer> |
locateDocumentFiles(SiteRenderingContext siteRenderingContext,
boolean editable)
Locate Doxia document source files in the site source context.
|
void |
mergeDocumentIntoSite(Writer writer,
DocumentContent content,
SiteRenderingContext siteRenderingContext)
Generate a document output integrated in a site from a document content,
i.e. merge the document content into the site template.
|
void |
render(Collection<DocumentRenderer> documents,
SiteRenderingContext siteRenderingContext,
File outputDirectory)
Render a collection of documents into a site.
|
void |
renderDocument(Writer writer,
RenderingContext docRenderingContext,
SiteRenderingContext siteContext)
Render a document written in a Doxia markup language.
|
public Map<String,DocumentRenderer> locateDocumentFiles(SiteRenderingContext siteRenderingContext) throws IOException, RendererException
locateDocumentFiles in interface RendererIOException - if it bombs.RendererException - if it bombs.public Map<String,DocumentRenderer> locateDocumentFiles(SiteRenderingContext siteRenderingContext, boolean editable) throws IOException, RendererException
locateDocumentFiles in interface RendererIOException - if it bombs.RendererException - if it bombs.public void render(Collection<DocumentRenderer> documents, SiteRenderingContext siteRenderingContext, File outputDirectory) throws RendererException, IOException
render in interface Rendererdocuments - the documents to render.siteRenderingContext - the SiteRenderingContext to use.outputDirectory - the output directory to write results.RendererException - if it bombs.IOException - if it bombs.public void renderDocument(Writer writer, RenderingContext docRenderingContext, SiteRenderingContext siteContext) throws RendererException, FileNotFoundException, UnsupportedEncodingException
DoxiaDocumentRenderer.renderDocument in interface Rendererwriter - the writer to render the document to.docRenderingContext - the document's rendering context, which is expected to have a non-null parser id.siteContext - the site's rendering contextRendererException - if it bombs.FileNotFoundException - if it bombs.UnsupportedEncodingException - if it bombs.protected Context createToolManagedVelocityContext(SiteRenderingContext siteRenderingContext)
siteRenderingContext - the site rendering contextprotected Context createDocumentVelocityContext(RenderingContext renderingContext, SiteRenderingContext siteRenderingContext)
sink - the site renderer sink for the documentsiteRenderingContext - the site rendering contextprotected Context createSiteTemplateVelocityContext(DocumentContent content, SiteRenderingContext siteRenderingContext)
SiteRendererSink during document rendering.content - the document content to be merged into the templatesiteRenderingContext - the site rendering contextpublic void generateDocument(Writer writer, SiteRendererSink sink, SiteRenderingContext siteRenderingContext) throws RendererException
generateDocument in interface Rendererwriter - the Writer to use.sink - the Site Renderer Sink that received the Doxia events during document content rendering.siteRenderingContext - the SiteRenderingContext to use.RendererException - if it bombs.public void mergeDocumentIntoSite(Writer writer, DocumentContent content, SiteRenderingContext siteRenderingContext) throws RendererException
mergeDocumentIntoSite in interface Rendererwriter - the Writer to use.content - the document content to be mergedsiteRenderingContext - the SiteRenderingContext to use.RendererException - if it bombs.public SiteRenderingContext createContextForSkin(Artifact skin, Map<String,?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) throws IOException, RendererException
createContextForSkin in interface RendererIOException - if it bombs.RendererException@Deprecated public SiteRenderingContext createContextForTemplate(File templateFile, Map<String,?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) throws MalformedURLException
createContextForTemplate in interface RendererMalformedURLException - if it bombs.#createContextForSkin(File, Map, DecorationModel, String, Locale)public void copyResources(SiteRenderingContext siteRenderingContext, File resourcesDirectory, File outputDirectory) throws IOException
copyResources in interface RendererIOException - if it bombs.public void copyResources(SiteRenderingContext siteRenderingContext, File outputDirectory) throws IOException
copyResources in interface RendererIOException - if it bombs.protected void copyDirectory(File source, File destination) throws IOException
source - source file to be copieddestination - destination fileIOException - if anyCopyright © 2005–2018 The Apache Software Foundation. All rights reserved.