er.javamail
Class ERMailDeliveryComponentBased

java.lang.Object
er.javamail.ERMailDelivery
er.javamail.ERMailDeliveryComponentBased
- Direct Known Subclasses:
- ERMailDeliveryHTML, ERMailDeliveryWOComponentPlainText
- public abstract class ERMailDeliveryComponentBased
- extends ERMailDelivery
This abstract class is the basis for all WOComponetn based deliverers.
|
Field Summary |
protected WOComponent |
_component
WOComponent used to render the HTML message. |
protected NSDictionary |
_sessionDictionary
Variable that stores the state of the session. |
| Methods inherited from class er.javamail.ERMailDelivery |
_attachments, _inlineAttachments, addAttachment, addInlineAttachment, attachments, buildMessage, callbackObject, charset, finishMessagePreparation, inlineAttachments, mimeMessage, newMail, prepareMail, removeAttachment, sendMail, sendMail, session, setBCCAddresses, setCallBackClassWithMethod, setCallbackObject, setCCAddresses, setCharset, setFromAddress, setMimeMessage, setReplyToAddress, setSession, setSubject, setToAddress, setToAddresses, setXMailerHeader, xMailerHeader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_component
protected WOComponent _component
- WOComponent used to render the HTML message.
_sessionDictionary
protected NSDictionary _sessionDictionary
- Variable that stores the state of the session.
In the case the component was instanciated with
ERMailUtils.instanciatePage, the session may be new and hence,
would lack its dictionary properties.
ERMailDeliveryComponentBased
public ERMailDeliveryComponentBased()
setWOComponentContent
public void setWOComponentContent(WOComponent component)
- Deprecated. use setComponent instead.
- Sets the WOComponent used to render the HTML message.
setComponent
public void setComponent(WOComponent component)
- Sets the WOComponent used to render the HTML message.
component
public WOComponent component()
sessionDictionary
public NSDictionary sessionDictionary()
- Accessor for the sessionDictionary property
setSessionDictionary
public void setSessionDictionary(NSDictionary dict)
- Accessor for the sessionDictionary property
componentContentString
protected java.lang.String componentContentString()
- Generates the output string used in messages