public abstract class AbstractEmailSendProvider extends java.lang.Object implements EmailSendProvider
EmailSendProvider.ContentFormat
CURRENT_LEVEL, MARK_STRING
构造器和说明 |
---|
AbstractEmailSendProvider() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
accept(ResultWorkBookProvider resultWorkBook)
当前实现是否生效
|
boolean |
contentFormatRequired(EmailSendProvider.ContentFormat format)
当前实现的正文展示格式要求
|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
sendMail
mark4Provider
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level
public boolean accept(ResultWorkBookProvider resultWorkBook)
EmailSendProvider
accept
在接口中 EmailSendProvider
public boolean contentFormatRequired(EmailSendProvider.ContentFormat format)
EmailSendProvider
contentFormatRequired
在接口中 EmailSendProvider