|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateProvider | |
---|---|
org.jboss.seam.mail.api |
Uses of TemplateProvider in org.jboss.seam.mail.api |
---|
Methods in org.jboss.seam.mail.api with parameters of type TemplateProvider | |
---|---|
MailMessage |
MailMessage.bodyHtml(TemplateProvider htmlBody)
Sets the HTML body of the message to the HTML output of the given template |
MailMessage |
MailMessage.bodyHtmlTextAlt(TemplateProvider htmlBody,
TemplateProvider textBody)
Sets the body of the message to a HTML body with a plain text alternative output of the given templates |
MailMessage |
MailMessage.bodyText(TemplateProvider textBody)
Sets the text body of the message to the plain text output of the given template |
MailMessage |
MailMessage.subject(TemplateProvider subject)
Set the template to be used for the message subject |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |