| 接口 | 说明 |
|---|---|
| CoupleMailGenerator<T> |
生产CoupleMail数据
|
| CoupleMailProcessor |
CoupleMail处理器
|
| TemplateProcessor |
模板处理器
|
| 类 | 说明 |
|---|---|
| AbstractTemplateProcessor | |
| CoupleMail |
主题、内容组合邮件
|
| CoupleMailSender |
主题、内容作为组合参数
|
| CoupleMailXmlGenerator | |
| FreemarkerTemplateProcessor |
处理Freemarker模板
|
| SimpleMailSender |
增加了异步发送邮件、模板解析功能
|
| StringTemplateProcessor |
默认模板处理器,内部实现使用
Strings.format(String, Object...),
使用详情请参考此方法 |
| 异常错误 | 说明 |
|---|---|
| GenerateCoupleMailException | |
| ParseTemplateException |
Copyright © 2017. All rights reserved.