| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
Postcard |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
SMailHonestPostie.buildAttachmentContentDisposition(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected String |
SMailHonestPostie.buildAttachmentContentType(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected String |
SMailHonestPostie.buildTextContentType(CardView view,
SMailHonestPostie.TextType textType,
String encoding) |
protected javax.mail.Address |
SMailHonestPostie.createAddress(CardView view,
SMailAddress address) |
protected javax.mail.internet.InternetAddress |
SMailHonestPostie.createInternetAddress(CardView view,
String address,
boolean strict) |
protected SMailPostingMessage |
SMailHonestPostie.createMailMessage(CardView view) |
protected javax.mail.internet.MimeMessage |
SMailHonestPostie.createMimeMessage(CardView view,
javax.mail.Session session) |
protected javax.mail.internet.MimeMultipart |
SMailHonestPostie.createTextWithAttachmentMultipart(CardView view,
SMailPostingMessage message,
String plain,
Map<String,SMailAttachment> attachmentMap) |
protected javax.mail.Session |
SMailHonestPostie.extractNativeSession(CardView view,
SMailPostalMotorbike motorbike) |
protected String |
SMailHonestPostie.getAttachmentFilenameEncoding(CardView view) |
protected String |
SMailHonestPostie.getAttachmentMimeType(CardView view) |
protected org.dbflute.optional.OptionalThing<String> |
SMailHonestPostie.getAttachmentTextEncoding(CardView view,
SMailAttachment attachment) |
protected String |
SMailHonestPostie.getAttachmentTransferEncoding(CardView view) |
protected String |
SMailHonestPostie.getEncodedFilename(CardView view,
String filename) |
protected String |
SMailHonestPostie.getSubject(CardView view) |
protected String |
SMailHonestPostie.getTextEncoding(CardView view) |
protected String |
SMailHonestPostie.getTextMimeType(CardView view) |
protected String |
SMailHonestPostie.getTextTransferEncoding(CardView view) |
protected boolean |
SMailHonestPostie.isCancel(CardView view) |
protected boolean |
SMailHonestPostie.isSuppressAttachmentTransferEncoding(CardView view) |
protected boolean |
SMailHonestPostie.isSuppressTextTransferEncoding(CardView view) |
protected void |
SMailHonestPostie.prepareAddress(CardView view,
SMailPostingMessage message) |
protected DataSource |
SMailHonestPostie.prepareAttachmentDataSource(CardView view,
SMailPostingMessage message,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected void |
SMailHonestPostie.prepareBody(CardView view,
SMailPostingMessage message) |
protected void |
SMailHonestPostie.prepareSubject(CardView view,
SMailPostingMessage message) |
protected ByteBuffer |
SMailHonestPostie.prepareTextByteBuffer(CardView view,
String text,
String encoding) |
protected javax.mail.util.ByteArrayDataSource |
SMailHonestPostie.prepareTextDataSource(CardView view,
ByteBuffer buffer) |
protected byte[] |
SMailHonestPostie.readAttachedBytes(CardView view,
SMailAttachment attachment) |
protected javax.mail.internet.MimePart |
SMailHonestPostie.setupAttachmentPart(CardView view,
SMailPostingMessage message,
SMailAttachment attachment) |
protected javax.mail.internet.MimePart |
SMailHonestPostie.setupTextPart(CardView view,
javax.mail.internet.MimePart part,
String text,
SMailHonestPostie.TextType textType) |
protected org.dbflute.optional.OptionalThing<String> |
SMailHonestPostie.toCompleteHtmlText(CardView view) |
protected String |
SMailHonestPostie.toCompletePlainText(CardView view) |
protected javax.mail.Address |
SMailHonestPostie.toInternetAddress(CardView view,
SMailAddress address) |
protected javax.mail.Address |
SMailHonestPostie.verifyFilteredFromAddress(CardView view,
javax.mail.Address filteredFrom) |
protected org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailHonestPostie.verifyFilteredOptionalAddress(CardView view,
org.dbflute.optional.OptionalThing<javax.mail.Address> opt) |
protected void |
SMailHonestPostie.verifyFilteredToAddressExists(CardView view,
boolean existsToAddress) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CardView |
SMailDynamicTextResource.cardView |
protected CardView |
SMailDynamicPropResource.cardView |
protected CardView |
SMailDynamicDataResource.cardView |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CardView |
SMailDynamicTextResource.getCardView() |
CardView |
SMailDynamicPropResource.getCardView() |
CardView |
SMailDynamicDataResource.getCardView() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.dbflute.optional.OptionalThing<Locale> |
SMailReceiverLocaleAssist.assist(CardView cardView) |
| コンストラクタと説明 |
|---|
SMailDynamicDataResource(CardView cardView,
String templatePath,
boolean filesystem,
org.dbflute.optional.OptionalThing<Locale> receiverLocale) |
SMailDynamicPropResource(CardView cardView,
String templatePath,
boolean filesystem,
org.dbflute.optional.OptionalThing<Locale> receiverLocale,
Object dynamicData) |
SMailDynamicTextResource(CardView cardView,
String templatePath,
boolean html,
boolean filesystem,
org.dbflute.optional.OptionalThing<Locale> receiverLocale,
Object dynamicData) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SMailCallbackContext.InheritablePreparedMessageHook.hookPreparedMessage(CardView cardView,
SMailPostingDiscloser discloser) |
void |
SMailPreparedMessageHook.hookPreparedMessage(CardView cardView,
SMailPostingDiscloser discloser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
default boolean |
SMailAsyncStrategy.alwaysAsync(CardView view) |
void |
SMailAsyncStrategy.async(CardView view,
Runnable runnable) |
void |
SMailAsyncStrategyNone.async(CardView view,
Runnable runnable) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilter.filterBcc(CardView view,
javax.mail.Address address) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilterNone.filterBcc(CardView view,
javax.mail.Address address) |
String |
SMailBodyTextFilterNone.filterBody(CardView view,
String body,
boolean html) |
String |
SMailBodyTextFilter.filterBody(CardView view,
String body,
boolean html) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilter.filterCc(CardView view,
javax.mail.Address address) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilterNone.filterCc(CardView view,
javax.mail.Address address) |
javax.mail.Address |
SMailAddressFilter.filterFrom(CardView view,
javax.mail.Address address) |
javax.mail.Address |
SMailAddressFilterNone.filterFrom(CardView view,
javax.mail.Address address) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilter.filterReplyTo(CardView view,
javax.mail.Address address) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilterNone.filterReplyTo(CardView view,
javax.mail.Address address) |
String |
SMailSubjectFilterNone.filterSubject(CardView view,
String subject) |
String |
SMailSubjectFilter.filterSubject(CardView view,
String subject) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilter.filterTo(CardView view,
javax.mail.Address address) |
org.dbflute.optional.OptionalThing<javax.mail.Address> |
SMailAddressFilterNone.filterTo(CardView view,
javax.mail.Address address) |
boolean |
SMailCancelFilterNone.isCancel(CardView view) |
boolean |
SMailCancelFilter.isCancel(CardView view) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
default org.dbflute.optional.OptionalThing<String> |
SMailMailHeaderStrategy.getAttachmentMimeType(CardView view) |
default org.dbflute.optional.OptionalThing<String> |
SMailMailHeaderStrategy.getAttachmentTransferEncoding(CardView view) |
default org.dbflute.optional.OptionalThing<String> |
SMailMailHeaderStrategy.getTextEncoding(CardView view) |
default org.dbflute.optional.OptionalThing<String> |
SMailMailHeaderStrategy.getTextMimeType(CardView view) |
default org.dbflute.optional.OptionalThing<String> |
SMailMailHeaderStrategy.getTextTransferEncoding(CardView view) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
javax.mail.internet.InternetAddress |
SMailInternetAddressCreator.create(CardView view,
String address,
boolean strict) |
javax.mail.internet.InternetAddress |
SMailNormalInternetAddressCreator.create(CardView view,
String address,
boolean strict) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
SMailLabelStrategyNone.resolveLabel(CardView view,
Locale locale,
String label) |
String |
SMailLabelStrategy.resolveLabel(CardView view,
Locale locale,
String label) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
SMailTypicalLoggingStrategy.buildMessageDisp(CardView view,
SMailPostingDiscloser discloser) |
protected String |
SMailTypicalLoggingStrategy.buildRetrySuccessDisp(CardView view,
SMailPostingDiscloser discloser,
int challengeCount,
Exception firstCause) |
protected String |
SMailTypicalLoggingStrategy.buildSuppressedCauseDisp(CardView view,
SMailPostingDiscloser discloser,
Exception suppressedCause) |
void |
SMailLoggingStrategy.logMailBefore(CardView view,
SMailPostingDiscloser discloser) |
void |
SMailTypicalLoggingStrategy.logMailBefore(CardView view,
SMailPostingDiscloser discloser) |
void |
SMailLoggingStrategy.logMailFinally(CardView view,
SMailPostingDiscloser discloser,
org.dbflute.optional.OptionalThing<Exception> cause) |
void |
SMailTypicalLoggingStrategy.logMailFinally(CardView view,
SMailPostingDiscloser discloser,
org.dbflute.optional.OptionalThing<Exception> cause) |
void |
SMailLoggingStrategy.logRetrySuccess(CardView view,
SMailPostingDiscloser discloser,
int challengeCount,
Exception firstCause) |
void |
SMailTypicalLoggingStrategy.logRetrySuccess(CardView view,
SMailPostingDiscloser discloser,
int challengeCount,
Exception firstCause) |
void |
SMailLoggingStrategy.logSuppressedCause(CardView view,
SMailPostingDiscloser discloser,
Exception suppressedCause) |
void |
SMailTypicalLoggingStrategy.logSuppressedCause(CardView view,
SMailPostingDiscloser discloser,
Exception suppressedCause) |
protected void |
SMailTypicalLoggingStrategy.showMessage(CardView view,
SMailPostingDiscloser discloser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SMailRetryStrategyNone.retry(CardView view,
SMailRetryRetryable retryable) |
void |
SMailRetryStrategy.retry(CardView view,
SMailRetryRetryable retryable) |
Copyright © 2015–2020 The DBFlute Project. All rights reserved.