public abstract class AbstractContextBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
RESERVED_VAR_NAMES |
| Constructor and Description |
|---|
AbstractContextBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
build(DocumentModel doc,
DocumentWrapper nuxeoWrapper,
String templateName) |
Map<String,Object> |
build(DocumentModel doc,
String templateName) |
Map<String,Object> |
build(TemplateBasedDocument templateBasedDocument,
String templateName) |
public static final String[] RESERVED_VAR_NAMES
public Map<String,Object> build(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName) throws Exception
Exceptionpublic Map<String,Object> build(TemplateBasedDocument templateBasedDocument, String templateName) throws Exception
ExceptionCopyright © 2015 Nuxeo SA. All rights reserved.