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