Uses of Class
org.nuxeo.ecm.platform.rendering.api.RenderingException
-
-
Uses of RenderingException in org.nuxeo.ecm.automation.core.mail
Methods in org.nuxeo.ecm.automation.core.mail that throw RenderingException Modifier and Type Method 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)
-
Uses of RenderingException in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that throw RenderingException Modifier and Type Method 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)
-
Uses of RenderingException in org.nuxeo.ecm.automation.core.rendering
Methods in org.nuxeo.ecm.automation.core.rendering that throw RenderingException Modifier and Type Method Description String
FreemarkerRender. render(String uriOrContent, Map<String,Object> root)
String
Renderer. render(String uriOrContent, Map<String,Object> root)
String
RenderingService. render(String type, String uriOrContent, OperationContext ctx)
-
Uses of RenderingException in org.nuxeo.ecm.automation.core.rendering.operations
Methods in org.nuxeo.ecm.automation.core.rendering.operations that throw RenderingException Modifier and Type Method Description Blob
RenderDocument. run(DocumentModel doc)
Blob
RenderDocumentFeed. run(DocumentModelList docs)
-
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.api
Methods in org.nuxeo.ecm.platform.rendering.api that throw RenderingException Modifier and Type Method Description void
RenderingEngine. render(String template, Object input, Writer writer)
Starts the rendering for the given document context.void
View. render(OutputStream out)
void
View. render(OutputStream out, String charset)
void
View. render(OutputStream out, Charset charset)
void
View. render(Writer writer)
-
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.fm
Methods in org.nuxeo.ecm.platform.rendering.fm that throw RenderingException Modifier and Type Method Description void
FreemarkerEngine. render(String template, Object input, Writer writer)
-
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.wiki
Methods in org.nuxeo.ecm.platform.rendering.wiki that throw RenderingException Modifier and Type Method Description void
WikiTransformer. transform(Reader reader, Writer writer)
void
WikiTransformer. transform(URL url, Writer writer)
-
Uses of RenderingException in org.nuxeo.ecm.webengine.jaxrs.views
Methods in org.nuxeo.ecm.webengine.jaxrs.views that throw RenderingException Modifier and Type Method Description void
TemplateView. render(OutputStream out)
void
TemplateView. render(Writer writer)
-