public class MailNotifier extends AbstractStatusChangeNotifier
| Constructor and Description |
|---|
MailNotifier(org.springframework.mail.MailSender sender) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doNotify(ClientApplicationEvent event) |
String[] |
getCc() |
String |
getFrom() |
String |
getSubject() |
String |
getText() |
String[] |
getTo() |
void |
setCc(String[] cc) |
void |
setFrom(String from) |
void |
setSubject(String subject) |
void |
setText(String text) |
void |
setTo(String[] to) |
getIgnoreChanges, setIgnoreChanges, shouldNotifyisEnabled, notify, setEnabledprotected void doNotify(ClientApplicationEvent event)
doNotify in class AbstractEventNotifierpublic void setTo(String[] to)
public String[] getTo()
public void setCc(String[] cc)
public String[] getCc()
public void setFrom(String from)
public String getFrom()
public void setSubject(String subject)
public String getSubject()
public void setText(String text)
public String getText()
Copyright © 2018 codecentric AG. All rights reserved.