|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object er.javamail.ERMailDelivery er.javamail.ERMailDeliveryComponentBased
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. |
Fields inherited from class er.javamail.ERMailDelivery |
_attachments, _callbackObject, _charset, _inlineAttachments, _mimeMessage, callBackClassName, callBackMethodName, DefaultCharset |
Constructor Summary | |
ERMailDeliveryComponentBased()
|
Method Summary | |
WOComponent |
component()
|
protected String |
componentContentString()
Generates the output string used in messages |
NSDictionary |
sessionDictionary()
Accessor for the sessionDictionary property |
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. use setComponent instead. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected WOComponent _component
protected NSDictionary _sessionDictionary
Constructor Detail |
public ERMailDeliveryComponentBased()
Method Detail |
public void setWOComponentContent(WOComponent component)
public void setComponent(WOComponent component)
public WOComponent component()
public NSDictionary sessionDictionary()
public void setSessionDictionary(NSDictionary dict)
protected String componentContentString()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |