public static class FreeMarkerEngine.FreeMarkerTreeSequenceModel extends FreeMarkerEngine.FreeMarkerAbstractModel implements freemarker.template.TemplateSequenceModel
| Modifier and Type | Field and Description |
|---|---|
protected io.datatree.Tree[] |
children |
node| Modifier | Constructor and Description |
|---|---|
protected |
FreeMarkerTreeSequenceModel(io.datatree.Tree node) |
| Modifier and Type | Method and Description |
|---|---|
freemarker.template.TemplateModel |
get(int index) |
int |
size() |
get, isEmpty, nodeToModelprotected FreeMarkerTreeSequenceModel(io.datatree.Tree node)
public int size()
throws freemarker.template.TemplateModelException
size in interface freemarker.template.TemplateSequenceModelfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateModel get(int index)
throws freemarker.template.TemplateModelException
get in interface freemarker.template.TemplateSequenceModelfreemarker.template.TemplateModelException