Uses of Class
info.magnolia.module.templating.RenderException

Packages that use RenderException
info.magnolia.module.templating   
info.magnolia.module.templating.engine   
info.magnolia.module.templating.paragraphs   
info.magnolia.module.templating.renderers   
 

Uses of RenderException in info.magnolia.module.templating
 

Methods in info.magnolia.module.templating that throw RenderException
 RenderingModel RenderingModelBasedRenderer.newModel(Content content, RenderableDefinition definition, RenderingModel parentModel)
           
 RenderingModel AbstractRenderer.newModel(Content content, RenderableDefinition definition, RenderingModel parentModel)
          Creates the model for this rendering process.
protected abstract  void AbstractRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
          Finally execute the rendering.
 void ParagraphRenderingFacade.render(Content content, Paragraph paragraph, Writer out)
          Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
 void ParagraphRenderer.render(Content content, Paragraph paragraph, Writer out)
           
 void ParagraphRenderingFacade.render(Content content, Paragraph paragraph, Writer out, javax.servlet.jsp.PageContext pageContext)
          Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
protected  void AbstractRenderer.render(Content content, RenderableDefinition definition, Writer out)
           
protected  void RenderingFilter.render(Content content, String templateName, javax.servlet.http.HttpServletResponse response)
           
 void ParagraphRenderingFacade.render(Content content, Writer out)
          Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
 void ParagraphRenderingFacade.render(Content content, Writer out, javax.servlet.jsp.PageContext pageContext)
          Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).
 void MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode)
           
 void MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode, Writer out)
           
 void MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode, Writer out, String paragraphName)
           
 void MagnoliaTemplatingUtilities.renderTemplate(Content content)
           
 void TemplateRenderer.renderTemplate(Content content, Template template, Writer out)
          Generates the actual output using the selected template.
 void MagnoliaTemplatingUtilities.renderTemplate(Content content, Writer out)
           
 void MagnoliaTemplatingUtilities.renderTemplate(Content content, Writer out, String templateName)
           
 

Uses of RenderException in info.magnolia.module.templating.engine
 

Methods in info.magnolia.module.templating.engine that throw RenderException
protected  void DefaultRenderingEngine.render(Content content, String definitionName, DefaultRenderingEngine.RenderingHelper helper, Writer out)
          Will update the aggregation state and perform the rendering by using the helper.
 void RenderingEngine.render(Content content, String definitionName, Writer out)
          Render the content by using the passed definition.
 void DefaultRenderingEngine.render(Content content, String definitionName, Writer out)
           
 void RenderingEngine.render(Content content, Writer out)
          Determines the definition to use from the passed content.
 void DefaultRenderingEngine.render(Content content, Writer out)
           
 

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

Methods in info.magnolia.module.templating.paragraphs that throw RenderException
protected  void JspParagraphRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void FreemarkerParagraphRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
 void AbstractParagraphRenderer.render(Content content, Paragraph paragraph, Writer out)
           
 

Uses of RenderException in info.magnolia.module.templating.renderers
 

Methods in info.magnolia.module.templating.renderers that throw RenderException
protected  void ServletTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void PlainTextTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void JspTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void FreemarkerTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
 void ServletTemplateRenderer.renderTemplate(Content content, Template template, Writer out)
           
 void AbstractTemplateRenderer.renderTemplate(Content content, Template template, Writer out)
           
 



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