|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
info.magnolia.cms.beans.config | |
info.magnolia.module.templating | |
info.magnolia.module.templating.paragraphs |
Uses of Paragraph in info.magnolia.cms.beans.config |
---|
Subclasses of Paragraph in info.magnolia.cms.beans.config | |
---|---|
class |
Paragraph
Deprecated. since 4.0 - moved to info.magnolia.module.templating.Paragraph |
Uses of Paragraph in info.magnolia.module.templating |
---|
Methods in info.magnolia.module.templating that return Paragraph | |
---|---|
Paragraph |
ParagraphManager.getInfo(java.lang.String key)
Deprecated. since 4.0 Use ParagraphManager.getParagraphDefinition(String) instead |
protected Paragraph |
ModelExecutionFilter.getParagraph(Content content)
Returns the Paragraph for the supplied Content. |
Paragraph |
ParagraphManager.getParagraphDefinition(java.lang.String key)
Returns the cached content of the requested template. |
Methods in info.magnolia.module.templating that return types with arguments of type Paragraph | |
---|---|
java.util.Map<java.lang.String,Paragraph> |
ParagraphManager.getParagraphs()
Get a map of all registered paragraphs. |
Methods in info.magnolia.module.templating with parameters of type Paragraph | |
---|---|
void |
ParagraphManager.addParagraphToCache(Paragraph paragraph)
|
protected RenderingModelBasedRenderer |
ModelExecutionFilter.getRenderingModelBasedRenderer(Paragraph paragraph)
Returns the ParagraphRenderer for the supplied Paragraph if it supports RenderingModel. |
void |
ParagraphRenderingFacade.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 |
ParagraphRenderer.render(Content content,
Paragraph paragraph,
java.io.Writer out)
|
void |
ParagraphRenderingFacade.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). |
Uses of Paragraph in info.magnolia.module.templating.paragraphs |
---|
Methods in info.magnolia.module.templating.paragraphs with parameters of type Paragraph | |
---|---|
void |
PlainTextParagraphRenderer.render(Content content,
Paragraph paragraph,
java.io.Writer out)
The given paragraph is ignored here, since we're just printing the value of the text property. |
void |
AbstractParagraphRenderer.render(Content content,
Paragraph paragraph,
java.io.Writer out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |