public abstract class AbstractEmailSendProvider extends java.lang.Object implements EmailSendProvider
EmailSendProvider.ContentFormatCURRENT_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, waitsendMailmark4Providerpublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic boolean accept(ResultWorkBookProvider resultWorkBook)
EmailSendProvideraccept 在接口中 EmailSendProviderpublic boolean contentFormatRequired(EmailSendProvider.ContentFormat format)
EmailSendProvidercontentFormatRequired 在接口中 EmailSendProvider