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

Packages that use RenderableDefinition
info.magnolia.module.admininterface.templates   
info.magnolia.module.samples.model   
info.magnolia.module.samples.templates   
info.magnolia.module.templating   
info.magnolia.module.templating.paragraphs   
info.magnolia.module.templating.renderers   
 

Uses of RenderableDefinition in info.magnolia.module.admininterface.templates
 

Constructors in info.magnolia.module.admininterface.templates with parameters of type RenderableDefinition
MgnlDeletedTemplateModel(Content content, RenderableDefinition definition, RenderingModel parent)
           
 

Uses of RenderableDefinition in info.magnolia.module.samples.model
 

Constructors in info.magnolia.module.samples.model with parameters of type RenderableDefinition
SampleParagraphModel(Content content, RenderableDefinition definition, RenderingModel parent)
           
 

Uses of RenderableDefinition in info.magnolia.module.samples.templates
 

Classes in info.magnolia.module.samples.templates that implement RenderableDefinition
 class SampleTemplate
          Demonstrates how to extend the default template to add some custom parameters.
 

Uses of RenderableDefinition in info.magnolia.module.templating
 

Classes in info.magnolia.module.templating with type parameters of type RenderableDefinition
 interface RenderingModel<RD extends RenderableDefinition>
          A bean tying the current content and the rendering definition.
 class RenderingModelImpl<RD extends RenderableDefinition>
          The default concrete rendering definition used for templates and paragraphs.
 

Classes in info.magnolia.module.templating that implement RenderableDefinition
 class AbstractRenderable
          Base implementation for paragraph and template definitions.
 class Paragraph
          Represents a paragraph definition.
 class Template
          Represents a template definition.
 

Fields in info.magnolia.module.templating declared as RenderableDefinition
protected  RD RenderingModelImpl.definition
           
 

Methods in info.magnolia.module.templating with parameters of type RenderableDefinition
protected  String AbstractRenderer.determineTemplatePath(Content content, RenderableDefinition definition, RenderingModel model, String actionResult)
           
 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.
protected abstract  void AbstractRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
          Finally execute the rendering.
protected  void AbstractRenderer.render(Content content, RenderableDefinition definition, Writer out)
           
protected  void AbstractRenderer.setupContext(Map ctx, Content content, RenderableDefinition definition, RenderingModel model, Object actionResult)
           
 

Uses of RenderableDefinition in info.magnolia.module.templating.paragraphs
 

Methods in info.magnolia.module.templating.paragraphs with parameters of type RenderableDefinition
protected  void JspParagraphRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void FreemarkerParagraphRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void FreemarkerParagraphRenderer.setupContext(Map ctx, Content content, RenderableDefinition definition, RenderingModel state, Object actionResult)
           
 

Uses of RenderableDefinition in info.magnolia.module.templating.renderers
 

Methods in info.magnolia.module.templating.renderers with parameters of type RenderableDefinition
protected  void ServletTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void PlainTextTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void JspTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
protected  void FreemarkerTemplateRenderer.onRender(Content content, RenderableDefinition definition, Writer out, Map ctx, String templatePath)
           
 



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