public interface Renderer
| Modifier and Type | Method and Description |
|---|---|
void |
all(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "all" mode
|
void |
body(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "body" mode
|
void |
header(RequestContext renderContext,
ModelObject object)
Executes the renderer in the "head" mode
|
void |
render(RequestContext renderContext,
ModelObject object,
RenderFocus focus)
Executes the renderer in the given focus
|
void render(RequestContext renderContext, ModelObject object, RenderFocus focus) throws RendererExecutionException
renderContext - RequestContextobject - ModelObjectfocus - RenderFocusRendererExecutionExceptionvoid all(RequestContext renderContext, ModelObject object) throws RendererExecutionException
renderContext - RequestContextobject - ModelObjectRendererExecutionExceptionvoid header(RequestContext renderContext, ModelObject object) throws RendererExecutionException
renderContext - RequestContextobject - ModelObjectRendererExecutionExceptionvoid body(RequestContext renderContext, ModelObject object) throws RendererExecutionException
renderContext - RequestContextobject - ModelObjectRendererExecutionExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.