info.magnolia.module.templating
Class ParagraphRenderingFacade

java.lang.Object
  extended by info.magnolia.module.templating.ParagraphRenderingFacade
Direct Known Subclasses:
ParagraphRenderingFacade

Deprecated. since 4.3, use the RenderingEngine instead

public class ParagraphRenderingFacade
extends Object

The central component to call when rendering paragraphs.

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

Constructor Summary
ParagraphRenderingFacade()
          Deprecated.  
 
Method Summary
static ParagraphRenderingFacade getInstance()
          Deprecated.  
 void 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 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).
 void 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 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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphRenderingFacade

public ParagraphRenderingFacade()
Deprecated. 
Method Detail

getInstance

public static ParagraphRenderingFacade getInstance()
Deprecated. 

render

public void render(Content content,
                   Writer out)
            throws RenderException,
                   IOException
Deprecated. 
Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).

Throws:
RenderException
IOException

render

public void render(Content content,
                   Writer out,
                   javax.servlet.jsp.PageContext pageContext)
            throws RenderException,
                   IOException
Deprecated. 
Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph).

Throws:
RenderException
IOException

render

public void render(Content content,
                   Paragraph paragraph,
                   Writer out)
            throws RenderException,
                   IOException
Deprecated. 
Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). Use with care.

Throws:
RenderException
IOException

render

public void render(Content content,
                   Paragraph paragraph,
                   Writer out,
                   javax.servlet.jsp.PageContext pageContext)
            throws RenderException,
                   IOException
Deprecated. 
Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). Use with care. TODO only used locally, should be protected ?

Throws:
RenderException
IOException


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