|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderingModel | |
---|---|
info.magnolia.module.admininterface.templates | |
info.magnolia.module.samples.model | |
info.magnolia.module.templating | |
info.magnolia.module.templating.paragraphs |
Uses of RenderingModel in info.magnolia.module.admininterface.templates |
---|
Classes in info.magnolia.module.admininterface.templates that implement RenderingModel | |
---|---|
class |
MgnlDeletedTemplateModel
|
Constructors in info.magnolia.module.admininterface.templates with parameters of type RenderingModel | |
---|---|
MgnlDeletedTemplateModel(Content content,
RenderableDefinition definition,
RenderingModel parent)
|
Uses of RenderingModel in info.magnolia.module.samples.model |
---|
Classes in info.magnolia.module.samples.model that implement RenderingModel | |
---|---|
class |
SampleParagraphModel
This model class is defined in the paragraph definition in the configuration (modules/samples/paragraphs/name-of-paragraph/modelClass) . |
Constructors in info.magnolia.module.samples.model with parameters of type RenderingModel | |
---|---|
SampleParagraphModel(Content content,
RenderableDefinition definition,
RenderingModel parent)
|
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(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
|
RenderingModel |
RenderableDefinition.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(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 | |
---|---|
java.lang.Class<? extends RenderingModel> |
AbstractRenderable.getModelClass()
|
Methods in info.magnolia.module.templating with parameters of type RenderingModel | |
---|---|
protected java.lang.String |
AbstractRenderer.determineTemplatePath(Content content,
RenderableDefinition definition,
RenderingModel model,
java.lang.String actionResult)
|
java.lang.String |
RenderableDefinition.determineTemplatePath(java.lang.String actionResult,
RenderingModel model)
The modules execute() method can return a string which is passed to this method to determine the template to use. |
java.lang.String |
AbstractRenderable.determineTemplatePath(java.lang.String actionResult,
RenderingModel model)
Return always the AbstractRenderable.templatePath property. |
RenderingModel |
RenderingModelBasedRenderer.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
|
RenderingModel |
RenderableDefinition.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(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(java.util.Map ctx,
Content content,
RenderableDefinition definition,
RenderingModel model,
java.lang.Object actionResult)
|
Method parameters in info.magnolia.module.templating with type arguments of type RenderingModel | |
---|---|
void |
AbstractRenderable.setModelClass(java.lang.Class<? extends RenderingModel> modelClass)
|
Constructors in info.magnolia.module.templating with parameters of type RenderingModel | |
---|---|
RenderingModelImpl(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(java.util.Map ctx,
Content content,
RenderableDefinition definition,
RenderingModel state,
java.lang.Object actionResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |