public interface MailTemplate
Modifier and Type | Method and Description |
---|---|
void |
render(Writer writer,
Locale locale,
MailTemplateContext mailTemplateContext) |
String |
renderAsString(Locale locale,
MailTemplateContext mailTemplateContext) |
void render(Writer writer, Locale locale, MailTemplateContext mailTemplateContext) throws IOException
IOException
String renderAsString(Locale locale, MailTemplateContext mailTemplateContext) throws IOException
IOException