
public class DefinitionFMModel extends Object implements freemarker.template.TemplateDirectiveModel
Create a definition at runtime.
Create a new definition at runtime. Newly created definition will be available across the entire request.
| Constructor and Description |
|---|
DefinitionFMModel(DefinitionModel model)
Constructor.
|
public DefinitionFMModel(DefinitionModel model)
model - The template model.public void execute(freemarker.core.Environment env,
Map params,
freemarker.template.TemplateModel[] loopVars,
freemarker.template.TemplateDirectiveBody body)
throws freemarker.template.TemplateException,
IOException
execute in interface freemarker.template.TemplateDirectiveModelfreemarker.template.TemplateExceptionIOExceptionCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.