info.magnolia.module.blossom.render
Class BlossomParagraphRenderer

java.lang.Object
  extended by info.magnolia.module.blossom.render.BlossomParagraphRenderer
All Implemented Interfaces:
info.magnolia.module.templating.ParagraphRenderer

public class BlossomParagraphRenderer
extends Object
implements info.magnolia.module.templating.ParagraphRenderer

Custom ParagraphRenderer that renders Blossom managed paragraphs.

Since:
0.5

Constructor Summary
BlossomParagraphRenderer()
           
 
Method Summary
protected  void onParagraphNotFound(info.magnolia.cms.core.Content content, info.magnolia.module.templating.Paragraph paragraph, Writer out)
           
 void render(info.magnolia.cms.core.Content content, info.magnolia.module.templating.Paragraph paragraph, Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlossomParagraphRenderer

public BlossomParagraphRenderer()
Method Detail

render

public void render(info.magnolia.cms.core.Content content,
                   info.magnolia.module.templating.Paragraph paragraph,
                   Writer out)
            throws info.magnolia.module.templating.RenderException,
                   IOException
Specified by:
render in interface info.magnolia.module.templating.ParagraphRenderer
Throws:
info.magnolia.module.templating.RenderException
IOException

onParagraphNotFound

protected void onParagraphNotFound(info.magnolia.cms.core.Content content,
                                   info.magnolia.module.templating.Paragraph paragraph,
                                   Writer out)
                            throws IOException
Throws:
IOException


Copyright © 2009-2011 Magnolia International Ltd.. All Rights Reserved.