public class ThymeleafMessageBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ThymeleafMessageBuilder() |
ThymeleafMessageBuilder(org.tiogasolutions.lib.thymeleaf.ThymeleafFactory thymeleafFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createHtmlContent(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task,
java.lang.String templatePath) |
HtmlMessage |
createHtmlMessage(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task,
java.lang.String templatePath) |
java.lang.String |
createMessage(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task,
java.lang.String templatePath) |
java.lang.String |
getEmailTemplatePath(org.tiogasolutions.notify.pub.route.ArgValueMap argMap,
java.lang.String propertyName) |
java.lang.String |
getTemplatePath(org.tiogasolutions.notify.pub.route.ArgValueMap argMap,
java.lang.String propertyName,
java.lang.String defaultPath) |
public ThymeleafMessageBuilder()
public ThymeleafMessageBuilder(org.tiogasolutions.lib.thymeleaf.ThymeleafFactory thymeleafFactory)
public java.lang.String createMessage(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task,
java.lang.String templatePath)
public HtmlMessage createHtmlMessage(org.tiogasolutions.notify.pub.DomainProfile domainProfile, org.tiogasolutions.notify.pub.Notification notification, org.tiogasolutions.notify.pub.Task task, java.lang.String templatePath)
public java.lang.String createHtmlContent(org.tiogasolutions.notify.pub.DomainProfile domainProfile,
org.tiogasolutions.notify.pub.Notification notification,
org.tiogasolutions.notify.pub.Task task,
java.lang.String templatePath)
public java.lang.String getEmailTemplatePath(org.tiogasolutions.notify.pub.route.ArgValueMap argMap,
java.lang.String propertyName)
public java.lang.String getTemplatePath(org.tiogasolutions.notify.pub.route.ArgValueMap argMap,
java.lang.String propertyName,
java.lang.String defaultPath)