public class ComplexPropertyTemplate extends PropertyWrapper implements freemarker.template.TemplateHashModelEx, freemarker.template.AdapterTemplateModel
| Constructor and Description | 
|---|
ComplexPropertyTemplate(DocumentObjectWrapper wrapper,
                       Property property)  | 
| Modifier and Type | Method and Description | 
|---|---|
freemarker.template.TemplateModel | 
get(String name)  | 
Object | 
getAdaptedObject(Class hint)  | 
boolean | 
isEmpty()  | 
freemarker.template.TemplateCollectionModel | 
keys()  | 
int | 
size()  | 
freemarker.template.TemplateCollectionModel | 
values()  | 
wrappublic ComplexPropertyTemplate(DocumentObjectWrapper wrapper, Property property)
public Object getAdaptedObject(Class hint)
getAdaptedObject in interface freemarker.template.AdapterTemplateModelpublic freemarker.template.TemplateCollectionModel keys()
                                                 throws freemarker.template.TemplateModelException
keys in interface freemarker.template.TemplateHashModelExfreemarker.template.TemplateModelExceptionpublic int size()
         throws freemarker.template.TemplateModelException
size in interface freemarker.template.TemplateHashModelExfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateCollectionModel values()
                                                   throws freemarker.template.TemplateModelException
values in interface freemarker.template.TemplateHashModelExfreemarker.template.TemplateModelExceptionpublic freemarker.template.TemplateModel get(String name) throws freemarker.template.TemplateModelException
get in interface freemarker.template.TemplateHashModelfreemarker.template.TemplateModelExceptionpublic boolean isEmpty()
                throws freemarker.template.TemplateModelException
isEmpty in interface freemarker.template.TemplateHashModelfreemarker.template.TemplateModelExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.