Class ContextFunctions
- java.lang.Object
-
- org.nuxeo.template.context.extensions.ContextFunctions
-
public class ContextFunctions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentModeldocprotected DocumentWrappernuxeoWrapper
-
Constructor Summary
Constructors Constructor Description ContextFunctions(DocumentModel doc, DocumentWrapper nuxeoWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatDate(Object calendar)StringformatDate(Object calendar, String format)StringformatDateTime(Object calendar)StringformatTime(Object calendar)NuxeoPrincipalgetNuxeoPrincipal(String username)StringgetVocabularyLabel(String voc_name, String key)StringgetVocabularyTranslatedLabel(String voc_name, String key, String lang)
-
-
-
Field Detail
-
doc
protected final DocumentModel doc
-
nuxeoWrapper
protected final DocumentWrapper nuxeoWrapper
-
-
Constructor Detail
-
ContextFunctions
public ContextFunctions(DocumentModel doc, DocumentWrapper nuxeoWrapper)
-
-