public class SMailDynamicTextResource extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CardView |
cardView |
protected Object |
dynamicData |
protected boolean |
filesystem |
protected boolean |
html |
protected org.dbflute.optional.OptionalThing<Locale> |
receiverLocale |
protected String |
templatePath |
| コンストラクタと説明 |
|---|
SMailDynamicTextResource(CardView cardView,
String templatePath,
boolean html,
boolean filesystem,
org.dbflute.optional.OptionalThing<Locale> receiverLocale,
Object dynamicData) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CardView |
getCardView() |
Object |
getDynamicData() |
org.dbflute.optional.OptionalThing<Locale> |
getReceiverLocale() |
String |
getTemplatePath() |
boolean |
isFilesystem() |
boolean |
isHtml() |
String |
toString() |
protected final CardView cardView
protected final String templatePath
protected final boolean html
protected final boolean filesystem
protected final org.dbflute.optional.OptionalThing<Locale> receiverLocale
protected final Object dynamicData
public CardView getCardView()
public String getTemplatePath()
public boolean isHtml()
public boolean isFilesystem()
public org.dbflute.optional.OptionalThing<Locale> getReceiverLocale()
public Object getDynamicData()
Copyright © 2015–2020 The DBFlute Project. All rights reserved.