public class ListPropertyTemplate extends PropertyWrapper implements freemarker.template.TemplateCollectionModel, freemarker.template.TemplateSequenceModel, freemarker.template.AdapterTemplateModel
| Modifier and Type | Field and Description | 
|---|---|
protected ListProperty | 
property  | 
wrapper| Constructor and Description | 
|---|
ListPropertyTemplate(DocumentObjectWrapper wrapper,
                    ListProperty property)  | 
| Modifier and Type | Method and Description | 
|---|---|
freemarker.template.TemplateModel | 
get(int arg0)  | 
Object | 
getAdaptedObject(Class hint)  | 
freemarker.template.TemplateModelIterator | 
iterator()  | 
int | 
size()  | 
wrapprotected final ListProperty property
public ListPropertyTemplate(DocumentObjectWrapper wrapper, ListProperty property)
public Object getAdaptedObject(Class hint)
getAdaptedObject in interface freemarker.template.AdapterTemplateModelpublic freemarker.template.TemplateModelIterator iterator() throws freemarker.template.TemplateModelException
iterator in interface freemarker.template.TemplateCollectionModelfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateModel get(int arg0) throws freemarker.template.TemplateModelException
get in interface freemarker.template.TemplateSequenceModelfreemarker.template.TemplateModelExceptionpublic int size() throws freemarker.template.TemplateModelException
size in interface freemarker.template.TemplateSequenceModelfreemarker.template.TemplateModelExceptionCopyright © 2019 Nuxeo. All rights reserved.