Uses of Class
org.nuxeo.ecm.platform.rendering.api.RenderingException
Packages that use RenderingException
Package
Description
-
Uses of RenderingException in org.nuxeo.ecm.automation.core.mail
Methods in org.nuxeo.ecm.automation.core.mail that throw RenderingExceptionModifier and TypeMethodDescriptionComposer.newHtmlMessage(String templateContent, Object ctx) Deprecated.Composer.newHtmlMessage(URL template, Object ctx) Deprecated.Composer.newMixedMessage(String templateContent, Object ctx, String textType, List<Blob> attachments) Deprecated.Composer.newTextMessage(String templateContent, Object ctx) Deprecated.Composer.newTextMessage(URL template, Object ctx) Deprecated.voidDeprecated.Deprecated.voidDeprecated. -
Uses of RenderingException in org.nuxeo.ecm.automation.core.operations.notification
Methods in org.nuxeo.ecm.automation.core.operations.notification that throw RenderingExceptionModifier and TypeMethodDescriptionprotected Mailer.MessageSendMail.createMessage(DocumentModel doc, String message, Map<String, Object> map) Deprecated.since 2023.4 unused.protected StringSendMail.renderContent(Map<String, Object> map) SendMail.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 -
Uses of RenderingException in org.nuxeo.ecm.automation.core.rendering.operations
Methods in org.nuxeo.ecm.automation.core.rendering.operations that throw RenderingExceptionModifier and TypeMethodDescriptionRenderDocument.run(DocumentModel doc) RenderDocumentFeed.run(DocumentModelList docs) -
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.api
Methods in org.nuxeo.ecm.platform.rendering.api that throw RenderingExceptionModifier and TypeMethodDescriptiondefault StringRenders and returns the given template.voidStarts the rendering for the given document context.voidView.render(OutputStream out) voidView.render(OutputStream out, String charset) voidView.render(OutputStream out, Charset charset) voiddefault StringRenderingEngine.renderInline(String inlineTemplate, Object input) Renders and returns the given value as inline template.default voidRenderingEngine.renderInline(String inlineTemplate, Object input, Writer writer) Renders the given value as inline template. -
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.fm
Methods in org.nuxeo.ecm.platform.rendering.fm that throw RenderingException -
Uses of RenderingException in org.nuxeo.ecm.platform.rendering.wiki
Methods in org.nuxeo.ecm.platform.rendering.wiki that throw RenderingException -
Uses of RenderingException in org.nuxeo.ecm.webengine.rest.views
Methods in org.nuxeo.ecm.webengine.rest.views that throw RenderingException