public interface RenderingEngine
extends java.io.Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RenderingEngine.RenderingException |
static class |
RenderingEngine.TemplateNotFoundException |
static interface |
RenderingEngine.TemplateProcessorMethod |
static interface |
RenderingEngine.TemplateResourceResolver |
| Modifier and Type | Field and Description |
|---|---|
static org.alfresco.service.namespace.QName |
ROOT_NAMESPACE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultTemplateFileExtension()
Returns the default file extension for rendering engine templates for this
rendering engine.
|
java.lang.String |
getName()
Returns the rendering engines name.
|
void |
render(java.util.Map model,
RenderingEngineTemplate ret,
java.io.OutputStream out)
Renders the xml data in to a presentation format.
|
java.lang.String getName()
java.lang.String getDefaultTemplateFileExtension()
void render(java.util.Map model,
RenderingEngineTemplate ret,
java.io.OutputStream out)
throws java.io.IOException,
RenderingEngine.RenderingException,
org.xml.sax.SAXException
model - The modelret - the rendering engine templateout - The output stream to write tojava.io.IOExceptionRenderingEngine.RenderingExceptionorg.xml.sax.SAXExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.