Class DocumentModelAdapter
java.lang.Object
org.nuxeo.ecm.platform.rendering.template.DocumentModelAdapter
- All Implemented Interfaces:
freemarker.template.AdapterTemplateModel
,freemarker.template.TemplateHashModel
,freemarker.template.TemplateHashModelEx
,freemarker.template.TemplateModel
public class DocumentModelAdapter
extends Object
implements freemarker.template.TemplateHashModelEx, freemarker.template.AdapterTemplateModel
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DocumentModel
protected final freemarker.template.ObjectWrapper
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ConstructorDescriptionDocumentModelAdapter
(DocumentModel doc, freemarker.template.ObjectWrapper wrapper) -
Method Summary
-
Field Details
-
doc
-
wrapper
protected final freemarker.template.ObjectWrapper wrapper
-
-
Constructor Details
-
DocumentModelAdapter
-
DocumentModelAdapter
-
-
Method Details
-
getAdaptedObject
- Specified by:
getAdaptedObject
in interfacefreemarker.template.AdapterTemplateModel
-
get
public freemarker.template.TemplateModel get(String key) throws freemarker.template.TemplateModelException - Specified by:
get
in interfacefreemarker.template.TemplateHashModel
- Throws:
freemarker.template.TemplateModelException
-
isEmpty
public boolean isEmpty() throws freemarker.template.TemplateModelExceptiona doc model is never empty- Specified by:
isEmpty
in interfacefreemarker.template.TemplateHashModel
- Throws:
freemarker.template.TemplateModelException
-
keys
public freemarker.template.TemplateCollectionModel keys() throws freemarker.template.TemplateModelException- Specified by:
keys
in interfacefreemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
-
values
public freemarker.template.TemplateCollectionModel values() throws freemarker.template.TemplateModelException- Specified by:
values
in interfacefreemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
-
size
public int size() throws freemarker.template.TemplateModelException- Specified by:
size
in interfacefreemarker.template.TemplateHashModelEx
- Throws:
freemarker.template.TemplateModelException
-