C G S V

S

setHtmlMsg(Object) - Method in class com.takaitra.util.VelocityEmail
Set the HTML content of the email, merging the template file with the provided javabean.
setHtmlMsg(VelocityContext) - Method in class com.takaitra.util.VelocityEmail
Set the HTML content of the email, merging the template file with the provided context.
setTemplateFile(String) - Method in class com.takaitra.util.VelocityEmail
Set the name of the Velocity template file
setTextMsg(Object) - Method in class com.takaitra.util.VelocityEmail
Set the text content of the email, merging the template file with the provided javabean.
setTextMsg(VelocityContext) - Method in class com.takaitra.util.VelocityEmail
Set the text content of the email, merging the template file with the provided context.

C G S V