public class DefinitionFMModel
extends java.lang.Object
DefinitionModel
to be used in FreeMarker. For the list of
parameters, see DefinitionModel#start(java.util.Stack, String, String, String, String, String)
and
DefinitionModel#end(MutableTilesContainer, java.util.Stack, Object...)
.Constructor and Description |
---|
DefinitionFMModel(DefinitionModel model)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Environment env,
java.util.Map params,
TemplateModel[] loopVars,
TemplateDirectiveBody body) |
public DefinitionFMModel(DefinitionModel model)
model
- The template model.