public abstract class AbstractContextBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
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) |
protected abstract DocumentWrapper |
getWrapper() |
protected static final org.apache.commons.logging.Log log
public static final String[] RESERVED_VAR_NAMES
public AbstractContextBuilder()
public Map<String,Object> build(DocumentModel doc, DocumentWrapper nuxeoWrapper, String templateName)
public Map<String,Object> build(TemplateBasedDocument templateBasedDocument, String templateName)
protected abstract DocumentWrapper getWrapper()
Copyright © 2016 Nuxeo SA. All rights reserved.