|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
info.magnolia.module.templating | |
info.magnolia.module.templating.paragraphs |
Uses of Paragraph in info.magnolia.module.templating |
---|
Methods in info.magnolia.module.templating that return Paragraph | |
---|---|
Paragraph |
ParagraphManager.getParagraphDefinition(String key)
Deprecated. Returns the cached content of the requested template. |
Methods in info.magnolia.module.templating that return types with arguments of type Paragraph | |
---|---|
Map<String,Paragraph> |
ParagraphManager.getParagraphs()
Deprecated. Get a map of all registered paragraphs. |
Methods in info.magnolia.module.templating with parameters of type Paragraph | |
---|---|
void |
ParagraphManager.addParagraphToCache(Paragraph paragraph)
Deprecated. |
void |
ParagraphRenderer.render(info.magnolia.cms.core.Content content,
Paragraph paragraph,
Writer out)
|
Uses of Paragraph in info.magnolia.module.templating.paragraphs |
---|
Methods in info.magnolia.module.templating.paragraphs with parameters of type Paragraph | |
---|---|
void |
PlainTextParagraphRenderer.render(info.magnolia.cms.core.Content content,
Paragraph paragraph,
Writer out)
The given paragraph is ignored here, since we're just printing the value of the text property. |
void |
AbstractParagraphRenderer.render(info.magnolia.cms.core.Content content,
Paragraph paragraph,
Writer out)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |