|
||||||||||
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>
Deprecated. since 4.5, use RenderingModelImpl instead. |
Fields in info.magnolia.module.templating declared as RenderingModel | |
---|---|
protected RenderingModel |
RenderingModelImpl.parentModel
Deprecated. |
Methods in info.magnolia.module.templating that return RenderingModel | |
---|---|
RenderingModel |
RenderingModelImpl.getParent()
Deprecated. |
RenderingModel<?> |
RenderingModel.getParent()
Deprecated. The model of the parent paragraph or template. |
RenderingModel |
RenderingModelImpl.getRoot()
Deprecated. |
RenderingModel |
RenderingModelBasedRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. |
RenderingModel |
RenderableDefinition.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Instantiates the model based on the class defined by the ConfiguredRenderableDefinition.modelClass property. |
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)
Deprecated. |
String |
RenderableDefinition.determineTemplatePath(String actionResult,
RenderingModel model)
Deprecated. 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)
Deprecated. Return always the AbstractRenderable.templateScript property. |
RenderingModel |
RenderingModelBasedRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. |
RenderingModel |
RenderableDefinition.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Deprecated. Instantiates the model based on the class defined by the ConfiguredRenderableDefinition.modelClass property. |
void |
EarlyExecutionAware.setParent(RenderingModel parentModel)
Deprecated. Called before rendering of the paragraph. |
protected void |
AbstractRenderer.setupContext(Map ctx,
info.magnolia.cms.core.Content content,
RenderableDefinition definition,
RenderingModel model,
Object actionResult)
Deprecated. |
Constructors in info.magnolia.module.templating with parameters of type RenderingModel | |
---|---|
RenderingModelImpl(info.magnolia.cms.core.Content content,
RD definition,
RenderingModel parent)
Deprecated. |
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 |