Uses of Interface
info.magnolia.module.templating.RenderingModel

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
 Class<? extends RenderingModel> AbstractRenderable.getModelClass()
           
 

Methods in info.magnolia.module.templating with parameters of type RenderingModel
protected  String AbstractRenderer.determineTemplatePath(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(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(Map ctx, 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(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, Content content, RenderableDefinition definition, RenderingModel state, Object actionResult)
           
 



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.