info.magnolia.module.templating
Interface RenderableDefinition

All Superinterfaces:
info.magnolia.rendering.template.RenderableDefinition

Deprecated. since 4.5, replaced by info.magnolia.rendering.template.configured.RenderableDefinition

@Deprecated
public interface RenderableDefinition
extends info.magnolia.rendering.template.RenderableDefinition

Abstract rendering definition used for templates and paragraphs.

Version:
$Id: RenderableDefinition.java 48634 2011-08-25 06:05:20Z had $

Method Summary
 String 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 getDescription()
          Deprecated.  
 String getDialog()
          Deprecated.  
 String getI18nBasename()
          Deprecated.  
 String getName()
          Deprecated.  
 Map getParameters()
          Deprecated. An arbitrary list of parameters.
 String getTemplatePath()
          Deprecated.  
 String getTitle()
          Deprecated.  
 String getType()
          Deprecated.  
 RenderingModel newModel(info.magnolia.cms.core.Content content, RenderableDefinition definition, RenderingModel parentModel)
          Deprecated. Create the model based on the current content.
 
Methods inherited from interface info.magnolia.rendering.template.RenderableDefinition
getAutoGeneration, getId, getModelClass, getRenderType, getTemplateScript, getVariations, setId
 

Method Detail

getName

String getName()
Deprecated. 
Specified by:
getName in interface info.magnolia.rendering.template.RenderableDefinition

getType

String getType()
Deprecated. 

getTitle

String getTitle()
Deprecated. 
Specified by:
getTitle in interface info.magnolia.rendering.template.RenderableDefinition

getDescription

String getDescription()
Deprecated. 
Specified by:
getDescription in interface info.magnolia.rendering.template.RenderableDefinition

getI18nBasename

String getI18nBasename()
Deprecated. 
Specified by:
getI18nBasename in interface info.magnolia.rendering.template.RenderableDefinition

getTemplatePath

String getTemplatePath()
Deprecated. 

getDialog

String getDialog()
Deprecated. 

getParameters

Map getParameters()
Deprecated. 
An arbitrary list of parameters. Used to omit subclass with getters and setters for each extra parameter.

Specified by:
getParameters in interface info.magnolia.rendering.template.RenderableDefinition

newModel

RenderingModel newModel(info.magnolia.cms.core.Content content,
                        RenderableDefinition definition,
                        RenderingModel parentModel)
                        throws IllegalArgumentException,
                               InstantiationException,
                               IllegalAccessException,
                               InvocationTargetException
Deprecated. 
Create the model based on the current content.

Throws:
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException

determineTemplatePath

String 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.



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