Class ListPropertyTemplate
java.lang.Object
org.nuxeo.ecm.platform.rendering.fm.adapters.PropertyWrapper
org.nuxeo.ecm.platform.rendering.fm.adapters.ListPropertyTemplate
- All Implemented Interfaces:
freemarker.template.AdapterTemplateModel,freemarker.template.TemplateCollectionModel,freemarker.template.TemplateModel,freemarker.template.TemplateSequenceModel
public class ListPropertyTemplate
extends PropertyWrapper
implements freemarker.template.TemplateCollectionModel, freemarker.template.TemplateSequenceModel, freemarker.template.AdapterTemplateModel
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.platform.rendering.fm.adapters.PropertyWrapper
wrapperFields inherited from interface freemarker.template.TemplateModel
NOTHING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nuxeo.ecm.platform.rendering.fm.adapters.PropertyWrapper
wrap
-
Field Details
-
property
-
-
Constructor Details
-
ListPropertyTemplate
-
-
Method Details
-
getAdaptedObject
- Specified by:
getAdaptedObjectin interfacefreemarker.template.AdapterTemplateModel
-
iterator
public freemarker.template.TemplateModelIterator iterator() throws freemarker.template.TemplateModelException- Specified by:
iteratorin interfacefreemarker.template.TemplateCollectionModel- Throws:
freemarker.template.TemplateModelException
-
get
public freemarker.template.TemplateModel get(int arg0) throws freemarker.template.TemplateModelException - Specified by:
getin interfacefreemarker.template.TemplateSequenceModel- Throws:
freemarker.template.TemplateModelException
-
size
public int size() throws freemarker.template.TemplateModelException- Specified by:
sizein interfacefreemarker.template.TemplateSequenceModel- Throws:
freemarker.template.TemplateModelException
-