public interface Renderer
RendererRegistry
,
RenderingEngine
Modifier and Type | Method and Description |
---|---|
void |
render(RenderingContext ctx,
Map<String,Object> contextObjects)
Called by
RenderingEngine after it has setup the RenderingContext . |
void render(RenderingContext ctx, Map<String,Object> contextObjects) throws RenderException
RenderingEngine
after it has setup the RenderingContext
.ctx
- rendering context prepared by the callercontextObjects
- objects to expose to the template scriptRenderException
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.