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