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
Exception
public Map<String,Object> build(TemplateBasedDocument templateBasedDocument, String templateName) throws Exception
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.