info.magnolia.module.templating
Interface ParagraphRenderer

All Known Subinterfaces:
ParagraphRenderer
All Known Implementing Classes:
AbstractParagraphRenderer, FreemarkerParagraphRenderer, JspParagraphRenderer, PlainTextParagraphRenderer

public interface ParagraphRenderer

An interface to render paragraphs of content.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Method Summary
 void render(Content content, Paragraph paragraph, Writer out)
           
 

Method Detail

render

void render(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-2012 Magnolia International Ltd.. All Rights Reserved.