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 |
_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 java.lang.String |
_componentContentString(WOComponent component)
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
WOComponent |
alternativeComponent() |
protected java.lang.String |
alternativeComponentContentString()
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
WOComponent |
component() |
protected java.lang.String |
componentContentString()
Generates the output string used in messages
メッセージで使用されている出力結果を生成します
|
NSDictionary |
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 dict)
Accessor for the sessionDictionary property
|
void |
setWOComponentContent(WOComponent component)
Deprecated.
|
_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, xMailerHeaderprotected WOComponent _component
protected WOComponent _alternativeComponent
protected NSDictionary _sessionDictionary
@Deprecated public void setWOComponentContent(WOComponent component)
setComponent(WOComponent)public void setComponent(WOComponent component)
public WOComponent component()
public void setAlternativeComponent(WOComponent alternativeComponent)
public WOComponent alternativeComponent()
public NSDictionary sessionDictionary()
public void setSessionDictionary(NSDictionary dict)
protected java.lang.String componentContentString()
protected java.lang.String alternativeComponentContentString()
protected java.lang.String _componentContentString(WOComponent component)
Copyright © 2002 – 2022 Project Wonder.