|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.javamail.ERMailDelivery
er.javamail.ERMailDeliveryComponentBased
public abstract class ERMailDeliveryComponentBased
This abstract class is the basis for all WOComponetn based deliverers.
Field Summary | |
---|---|
protected com.webobjects.appserver.WOComponent |
_alternativeComponent
|
protected com.webobjects.appserver.WOComponent |
_component
WOComponent used to render the HTML message. |
protected com.webobjects.foundation.NSDictionary |
_sessionDictionary
Variable that stores the state of the session. |
Fields inherited from class er.javamail.ERMailDelivery |
---|
_attachments, _charset, _inlineAttachments, _mimeMessage, DefaultCharset |
Constructor Summary | |
---|---|
ERMailDeliveryComponentBased()
|
Method Summary | |
---|---|
protected java.lang.String |
_componentContentString(com.webobjects.appserver.WOComponent component)
Generates the output string used in messages |
com.webobjects.appserver.WOComponent |
alternativeComponent()
|
protected java.lang.String |
alternativeComponentContentString()
Generates the output string used in messages |
com.webobjects.appserver.WOComponent |
component()
|
protected java.lang.String |
componentContentString()
Generates the output string used in messages |
com.webobjects.foundation.NSDictionary |
sessionDictionary()
Accessor for the sessionDictionary property |
void |
setAlternativeComponent(com.webobjects.appserver.WOComponent alternativeComponent)
Sets the alternative view component for rendering a different mime type (text/plain, etc) |
void |
setComponent(com.webobjects.appserver.WOComponent component)
Sets the WOComponent used to render the HTML message. |
void |
setSessionDictionary(com.webobjects.foundation.NSDictionary dict)
Accessor for the sessionDictionary property |
void |
setWOComponentContent(com.webobjects.appserver.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 com.webobjects.appserver.WOComponent _component
protected com.webobjects.appserver.WOComponent _alternativeComponent
protected com.webobjects.foundation.NSDictionary _sessionDictionary
Constructor Detail |
---|
public ERMailDeliveryComponentBased()
Method Detail |
---|
public void setWOComponentContent(com.webobjects.appserver.WOComponent component)
public void setComponent(com.webobjects.appserver.WOComponent component)
public com.webobjects.appserver.WOComponent component()
public void setAlternativeComponent(com.webobjects.appserver.WOComponent alternativeComponent)
public com.webobjects.appserver.WOComponent alternativeComponent()
public com.webobjects.foundation.NSDictionary sessionDictionary()
public void setSessionDictionary(com.webobjects.foundation.NSDictionary dict)
protected java.lang.String componentContentString()
protected java.lang.String alternativeComponentContentString()
protected java.lang.String _componentContentString(com.webobjects.appserver.WOComponent component)
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |