public class DefaultMailNotifier<T extends MailMessage> extends AbstractMailNotifier<T>
logger, mailSender| Constructor and Description |
|---|
DefaultMailNotifier() |
DefaultMailNotifier(MailSender mailSender) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildSubject(Message context) |
protected String |
buildText(Message context) |
afterSend, beforeSend, deliver, getFrom, getMailSender, getType, setFrom, setMailSenderpublic DefaultMailNotifier()
public DefaultMailNotifier(MailSender mailSender)
protected String buildSubject(Message context)
buildSubject in class AbstractMailNotifier<T extends MailMessage>protected String buildText(Message context)
buildText in class AbstractMailNotifier<T extends MailMessage>Copyright © 2012 The Beangle Software Group. All Rights Reserved.