|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.EmailConfiguration
public class EmailConfiguration
A configuration for an email.
| Constructor Summary | |
|---|---|
protected |
EmailConfiguration()
The default constructor. |
|
EmailConfiguration(java.util.Collection<? extends EmailAddressConfiguration> to,
java.util.Collection<? extends EmailAddressConfiguration> from,
java.lang.String s, XSLHandleConfiguration t, XSLHandleConfiguration h)
The constructor that sets the recipients, the senders, the subject, the XSLHandleConfiguration for the text part and the
XSLHandleConfiguration for the HTML part. |
| Method Summary | |
|---|---|
void |
clearRecipients()
Clears any recipients. |
XSLHandleConfiguration |
getHtml()
Returns the XSLHandleConfiguration for the HTML part. |
java.util.Collection<EmailAddressConfiguration> |
getRecipients()
Returns the recipients as an unmodifiable Collection. |
java.util.Collection<EmailAddressConfiguration> |
getSenders()
Returns the senders as an unmodifiable Collection. |
java.lang.String |
getSubject()
Returns the subject. |
XSLHandleConfiguration |
getText()
Returns the XSLHandleConfiguration for the text part. |
protected void |
setHtml(XSLHandleConfiguration h)
Sets the XSLHandleConfiguration for the HTML part. |
protected void |
setRecipients(java.util.Collection<? extends EmailAddressConfiguration> to)
Sets the recipients. |
protected void |
setSenders(java.util.Collection<? extends EmailAddressConfiguration> from)
Sets the senders. |
protected void |
setSubject(java.lang.String s)
Sets the subject. |
protected void |
setText(XSLHandleConfiguration t)
Sets the XSLHandleConfiguration for the text part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EmailConfiguration()
public EmailConfiguration(java.util.Collection<? extends EmailAddressConfiguration> to,
java.util.Collection<? extends EmailAddressConfiguration> from,
java.lang.String s, XSLHandleConfiguration t, XSLHandleConfiguration h)
XSLHandleConfiguration for the text part and the
XSLHandleConfiguration for the HTML part.
to - the recipientsfrom - the senderss - the subjectt - the XSLHandleConfiguration for the text parth - the XSLHandleConfiguration for the HTML part| Method Detail |
|---|
public final java.util.Collection<EmailAddressConfiguration> getRecipients()
Collection.
protected final void setRecipients(java.util.Collection<? extends EmailAddressConfiguration> to)
to - the recipients to set.public final void clearRecipients()
public final java.util.Collection<EmailAddressConfiguration> getSenders()
Collection.
protected final void setSenders(java.util.Collection<? extends EmailAddressConfiguration> from)
from - the senders to set.public final java.lang.String getSubject()
protected final void setSubject(java.lang.String s)
s - the subject to setpublic final XSLHandleConfiguration getText()
XSLHandleConfiguration for the text part.
XSLHandleConfigurationprotected final void setText(XSLHandleConfiguration t)
XSLHandleConfiguration for the text part.
t - the XSLHandleConfiguration to setpublic final XSLHandleConfiguration getHtml()
XSLHandleConfiguration for the HTML part.
XSLHandleConfigurationprotected final void setHtml(XSLHandleConfiguration h)
XSLHandleConfiguration for the HTML part.
h - the XSLHandleConfiguration to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||