org.apache.tiles.freemarker.template
Class InsertDefinitionFMModel

java.lang.Object
  extended by org.apache.tiles.freemarker.template.InsertDefinitionFMModel

public class InsertDefinitionFMModel
extends java.lang.Object

Wraps InsertDefinitionModel to be used in FreeMarker. For the list of parameters, see InsertDefinitionModel.start(org.apache.tiles.TilesContainer, Object...) and InsertDefinitionModel.end(org.apache.tiles.TilesContainer, String, String, String, String, String, String, Object...) .

Since:
2.2.0
Version:
$Rev: 787729 $ $Date: 2009-06-23 17:47:20 +0200 (mar, 23 giu 2009) $

Constructor Summary
InsertDefinitionFMModel(InsertDefinitionModel model)
          Constructor.
 
Method Summary
 void execute(Environment env, java.util.Map params, TemplateModel[] loopVars, TemplateDirectiveBody body)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertDefinitionFMModel

public InsertDefinitionFMModel(InsertDefinitionModel model)
Constructor.

Parameters:
model - The template model.
Since:
2.2.0
Method Detail

execute

public void execute(Environment env,
                    java.util.Map params,
                    TemplateModel[] loopVars,
                    TemplateDirectiveBody body)
             throws TemplateException,
                    java.io.IOException

Throws:
TemplateException
java.io.IOException