Uses of Interface
info.magnolia.module.templating.ParagraphRenderer

Packages that use ParagraphRenderer
info.magnolia.module.templating   
info.magnolia.module.templating.paragraphs   
 

Uses of ParagraphRenderer in info.magnolia.module.templating
 

Methods in info.magnolia.module.templating that return ParagraphRenderer
 ParagraphRenderer ParagraphRendererManager.getRenderer(String name)
           
 

Methods in info.magnolia.module.templating with parameters of type ParagraphRenderer
protected  void ParagraphRendererManager.registererParagraphRenderer(String name, ParagraphRenderer renderer)
           
 

Uses of ParagraphRenderer in info.magnolia.module.templating.paragraphs
 

Classes in info.magnolia.module.templating.paragraphs that implement ParagraphRenderer
 class AbstractParagraphRenderer
          Base class for implementing ParagraphRenderers.
 class FreemarkerParagraphRenderer
          Renders a paragraph using freemarker.
 class JspParagraphRenderer
          A simple paragraph renderer which delegates to a jsp.
 class PlainTextParagraphRenderer
          A simple paragraph renderer which just writes the value of the "text" property of the content node.
 



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