info.magnolia.module.templating
Interface ParagraphRenderer
- All Known Implementing Classes:
- AbstractParagraphRenderer, FreemarkerParagraphRenderer, JspParagraphRenderer, PlainTextParagraphRenderer
public interface ParagraphRenderer
An interface to render paragraphs of content.
- Version:
- $Revision: $ ($Author: $)
- Author:
- gjoseph
render
void render(info.magnolia.cms.core.Content content,
Paragraph paragraph,
Writer out)
throws RenderException,
IOException
- Parameters:
content
- the content to render (usually passed to the appropriate templating engine)paragraph
- information about the rendering (template to use etc)out
- where the renderering happens
- Throws:
RenderException
IOException
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.