Modifier and Type | Method and Description |
---|---|
Mailer.Message |
Composer.newHtmlMessage(URL template,
Object ctx) |
Mailer.Message |
Composer.newTextMessage(String templateContent,
Object ctx) |
Mailer.Message |
Composer.newTextMessage(URL template,
Object ctx) |
void |
Composer.render(String template,
Object ctx,
Writer writer) |
String |
Composer.render(URL template,
Object ctx) |
void |
Composer.render(URL template,
Object ctx,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
protected Mailer.Message |
SendMail.createMessage(DocumentModel doc,
String message,
Map<String,Object> map) |
DocumentModel |
SendMail.run(DocumentModel doc) |
protected void |
SendMail.send(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
String |
Renderer.render(String uriOrContent,
Map<String,Object> root) |
String |
FreemarkerRender.render(String uriOrContent,
Map<String,Object> root) |
String |
RenderingService.render(String type,
String uriOrContent,
OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Blob |
RenderDocument.run(DocumentModel doc) |
Blob |
RenderDocumentFeed.run(DocumentModelList docs) |
Modifier and Type | Method and Description |
---|---|
void |
View.render(OutputStream out) |
void |
View.render(OutputStream out,
Charset charset) |
void |
View.render(OutputStream out,
String charset) |
void |
RenderingEngine.render(String template,
Object input,
Writer writer)
Starts the rendering for the given document context.
|
void |
View.render(Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
FreemarkerEngine.render(String template,
Object input,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
WikiTransformer.transform(Reader reader,
Writer writer) |
void |
WikiTransformer.transform(URL url,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateView.render(OutputStream out) |
void |
TemplateView.render(Writer writer) |
Copyright © 2016 Nuxeo SA. All rights reserved.