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.MessageComposer. newHtmlMessage(URL template, Object ctx)Mailer.MessageComposer. newTextMessage(String templateContent, Object ctx)Mailer.MessageComposer. newTextMessage(URL template, Object ctx)voidComposer. render(String template, Object ctx, Writer writer)StringComposer. render(URL template, Object ctx)voidComposer. 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.MessageSendMail. createMessage(DocumentModel doc, String message, Map<String,Object> map)DocumentModelSendMail. run(DocumentModel doc)protected voidSendMail. 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 StringFreemarkerRender. render(String uriOrContent, Map<String,Object> root)StringRenderer. render(String uriOrContent, Map<String,Object> root)StringRenderingService. 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 BlobRenderDocument. run(DocumentModel doc)BlobRenderDocumentFeed. 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 voidRenderingEngine. render(String template, Object input, Writer writer)Starts the rendering for the given document context.voidView. render(OutputStream out)voidView. render(OutputStream out, String charset)voidView. render(OutputStream out, Charset charset)voidView. 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 voidFreemarkerEngine. 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 voidWikiTransformer. transform(Reader reader, Writer writer)voidWikiTransformer. 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 voidTemplateView. render(OutputStream out)voidTemplateView. render(Writer writer)
-