|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.templating.ParagraphRenderingFacade
RenderingEngine
instead
public class ParagraphRenderingFacade
The central component to call when rendering paragraphs.
Constructor Summary | |
---|---|
ParagraphRenderingFacade()
Deprecated. |
Method Summary | |
---|---|
static ParagraphRenderingFacade |
getInstance()
Deprecated. |
void |
render(Content content,
Paragraph paragraph,
java.io.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,
java.io.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,
java.io.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,
java.io.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 |
---|
public ParagraphRenderingFacade()
Method Detail |
---|
public static ParagraphRenderingFacade getInstance()
public void render(Content content, java.io.Writer out) throws RenderException, java.io.IOException
RenderException
java.io.IOException
public void render(Content content, java.io.Writer out, javax.servlet.jsp.PageContext pageContext) throws RenderException, java.io.IOException
RenderException
java.io.IOException
public void render(Content content, Paragraph paragraph, java.io.Writer out) throws RenderException, java.io.IOException
RenderException
java.io.IOException
public void render(Content content, Paragraph paragraph, java.io.Writer out, javax.servlet.jsp.PageContext pageContext) throws RenderException, java.io.IOException
RenderException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |