|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderingModel | |
---|---|
info.magnolia.module.templating | |
info.magnolia.module.templating.paragraphs |
Uses of RenderingModel in info.magnolia.module.templating |
---|
Classes in info.magnolia.module.templating that implement RenderingModel | |
---|---|
class |
RenderingModelImpl<RD extends RenderableDefinition>
The default concrete rendering definition used for templates and paragraphs. |
Fields in info.magnolia.module.templating declared as RenderingModel | |
---|---|
protected RenderingModel |
RenderingModelImpl.parentModel
|
Methods in info.magnolia.module.templating that return RenderingModel | |
---|---|
RenderingModel |
RenderingModelImpl.getParent()
|
RenderingModel |
RenderingModel.getParent()
The model of the parent paragraph or template. |
RenderingModel |
RenderingModelImpl.getRoot()
|
RenderingModel |
RenderingModelBasedRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
|
RenderingModel |
RenderableDefinition.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Instantiates the model based on the class defined by the AbstractRenderable.modelClass property. |
Methods in info.magnolia.module.templating that return types with arguments of type RenderingModel | |
---|---|
Class<? extends RenderingModel> |
AbstractRenderable.getModelClass()
|
Methods in info.magnolia.module.templating with parameters of type RenderingModel | |
---|---|
protected String |
AbstractRenderer.determineTemplatePath(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel model,
String actionResult)
|
String |
RenderableDefinition.determineTemplatePath(String actionResult,
RenderingModel model)
The modules execute() method can return a string which is passed to this method to determine the template to use. |
String |
AbstractRenderable.determineTemplatePath(String actionResult,
RenderingModel model)
Return always the AbstractRenderable.templatePath property. |
RenderingModel |
RenderingModelBasedRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
|
RenderingModel |
RenderableDefinition.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Instantiates the model based on the class defined by the AbstractRenderable.modelClass property. |
void |
EarlyExecutionAware.setParent(RenderingModel parentModel)
Called before rendering of the paragraph. |
protected void |
AbstractRenderer.setupContext(Map ctx,
info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel model,
Object actionResult)
|
Method parameters in info.magnolia.module.templating with type arguments of type RenderingModel | |
---|---|
void |
AbstractRenderable.setModelClass(Class<? extends RenderingModel> modelClass)
|
Constructors in info.magnolia.module.templating with parameters of type RenderingModel | |
---|---|
RenderingModelImpl(info.magnolia.cms.core.Content content,
RD definition,
RenderingModel parent)
|
Uses of RenderingModel in info.magnolia.module.templating.paragraphs |
---|
Methods in info.magnolia.module.templating.paragraphs with parameters of type RenderingModel | |
---|---|
protected void |
FreemarkerParagraphRenderer.setupContext(Map ctx,
info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel state,
Object actionResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |