Modifier and Type | Method and Description |
---|---|
void |
TemplateProcessorService.addContextExtensions(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
ContextExtensionFactory.getExtension(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx)
Called before redering to let you add objects inside the rendering context.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeanWrapper |
Modifier and Type | Method and Description |
---|---|
protected DocumentWrapper |
SimpleContextBuilder.getWrapper() |
protected abstract DocumentWrapper |
AbstractContextBuilder.getWrapper() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
AbstractContextBuilder.build(DocumentModel doc,
DocumentWrapper nuxeoWrapper,
String templateName) |
Modifier and Type | Field and Description |
---|---|
protected DocumentWrapper |
CoreExtensions.nuxeoWrapper |
protected DocumentWrapper |
ContextFunctions.nuxeoWrapper |
Modifier and Type | Method and Description |
---|---|
Object |
FunctionsExtensionFactory.getExtension(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Object |
CoreExtensionFactory.getExtension(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Object |
AuditExtensionFactory.getExtension(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Constructor and Description |
---|
ContextFunctions(DocumentModel doc,
DocumentWrapper nuxeoWrapper) |
CoreExtensions(DocumentModel doc,
DocumentWrapper nuxeoWrapper) |
Modifier and Type | Field and Description |
---|---|
protected DocumentWrapper |
FMContextBuilder.nuxeoWrapper |
Modifier and Type | Method and Description |
---|---|
protected DocumentWrapper |
FMContextBuilder.getWrapper() |
Modifier and Type | Field and Description |
---|---|
protected DocumentWrapper |
JAXRSExtensions.nuxeoWrapper |
Modifier and Type | Method and Description |
---|---|
Object |
ExtensionFactory.getExtension(DocumentModel doc,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Constructor and Description |
---|
JAXRSExtensions(DocumentModel doc,
DocumentWrapper nuxeoWrapper,
String templateName) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateProcessorComponent.addContextExtensions(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx) |
Copyright © 2018 Nuxeo. All rights reserved.