public class TemplateInstanceRenderer extends AbstractRenderer
| Constructor and Description |
|---|
TemplateInstanceRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
body(RequestContext context,
ModelObject object)
Renders the current template
|
void |
header(RequestContext context,
ModelObject object)
This method should be overridden by concrete subclasses to render the header focus for artifact
being handled by the renderer.
|
void |
postHeaderProcess(RequestContext context) |
void |
setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement) |
all, getRenderService, print, print, render, setRenderServicepublic void setWebFrameworkConfigElement(WebFrameworkConfigElement webFrameworkConfigElement)
public void header(RequestContext context, ModelObject object) throws RendererExecutionException
AbstractRendererThis method should be overridden by concrete subclasses to render the header focus for artifact being handled by the renderer.
header in interface Rendererheader in class AbstractRenderercontext - The current RequestContext that contains all the information required to perform rendering.object - The current object to be rendered.RendererExecutionException - If rendering cannot be completed without error.public void body(RequestContext context, ModelObject object) throws RendererExecutionException
body in interface Rendererbody in class AbstractRenderercontext - The current RequestContext that contains all the information required to perform rendering.object - The current object to be rendered.RendererExecutionException - If rendering cannot be completed without error.public void postHeaderProcess(RequestContext context) throws RendererExecutionException
RendererExecutionExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.