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