public abstract class ERMailDeliveryComponentBased extends ERMailDelivery
Modifier and Type | Field and Description |
---|---|
protected WOComponent |
_alternativeComponent |
protected WOComponent |
_component
WOComponent used to render the HTML message.
|
protected NSDictionary<String,Object> |
_sessionDictionary
Variable that stores the state of the session.
|
_attachments, _charset, _inlineAttachments, _mimeMessage, DefaultCharset
Constructor and Description |
---|
ERMailDeliveryComponentBased() |
Modifier and Type | Method and Description |
---|---|
protected String |
_componentContentString(WOComponent component)
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
WOComponent |
alternativeComponent() |
protected String |
alternativeComponentContentString()
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
WOComponent |
component() |
protected String |
componentContentString()
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
NSDictionary<String,Object> |
sessionDictionary()
Accessor for the sessionDictionary property
|
void |
setAlternativeComponent(WOComponent alternativeComponent)
Sets the alternative view component for rendering a different mime type (text/plain, etc)
他の mime タイプ (text/plain, 等) のレンダリングに使用するコンポーネント
|
void |
setComponent(WOComponent component)
Sets the WOComponent used to render the HTML message.
|
void |
setSessionDictionary(NSDictionary<String,Object> dict)
Accessor for the sessionDictionary property
|
_attachments, _inlineAttachments, addAttachment, addInlineAttachment, attachments, buildMessage, charset, contextString, finishMessagePreparation, inlineAttachments, internetAddressWithEmailAndPersonal, mimeMessage, newMail, prepareMail, removeAttachment, sendMail, sendMail, session, setAdditionalHeader, setBCCAddresses, setBCCAddresses, setCCAddresses, setCCAddresses, setCharset, setContextString, setDelegate, setFromAddress, setFromAddress, setInternetAddresses, setMimeMessage, setReplyToAddress, setReplyToAddress, setSession, setSubject, setToAddress, setToAddress, setToAddresses, setToAddresses, setUserInfo, setXMailerHeader, userInfo, xMailerHeader
protected WOComponent _component
protected WOComponent _alternativeComponent
protected NSDictionary<String,Object> _sessionDictionary
public void setComponent(WOComponent component)
public WOComponent component()
public void setAlternativeComponent(WOComponent alternativeComponent)
public WOComponent alternativeComponent()
public NSDictionary<String,Object> sessionDictionary()
public void setSessionDictionary(NSDictionary<String,Object> dict)
protected String componentContentString()
protected String alternativeComponentContentString()
protected String _componentContentString(WOComponent component)
Copyright © 2002 – 2024 Project Wonder.