|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.component.cms.CMSFormProcessorMailTaskConfiguration
public class CMSFormProcessorMailTaskConfiguration
The Configuration of the CMSFormProcessorMailTask.
| Nested Class Summary | |
|---|---|
static class |
CMSFormProcessorMailTaskConfiguration.EmailFromRequestConfiguration
Configures if/how to handle an email-address from request. |
static class |
CMSFormProcessorMailTaskConfiguration.MailCase
A case of the CMSFormProcessorMailTaskConfiguration. |
static class |
CMSFormProcessorMailTaskConfiguration.MailCaseEmailConfiguration
Simply extends the EmailConfiguration by a boolean flag,
which determines whether the MailCaseEmailConfiguration is
the default EmailConfiguration. |
| Constructor Summary | |
|---|---|
protected |
CMSFormProcessorMailTaskConfiguration()
Deprecated. |
| Method Summary | |
|---|---|
CMSFormProcessorMailTaskConfiguration.MailCase |
getCase(java.lang.String caseName)
Returns a CMSFormProcessorConfiguration.Case by given
caseName. |
java.util.List<? extends CMSFormProcessorMailTaskConfiguration.MailCase> |
getCases()
Returns the mailCases. |
java.lang.String |
getSwitchParameter()
Returns the switch-parameter. |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected CMSFormProcessorMailTaskConfiguration()
| Method Detail |
|---|
public final java.lang.String getSwitchParameter()
public final java.util.List<? extends CMSFormProcessorMailTaskConfiguration.MailCase> getCases()
public final CMSFormProcessorMailTaskConfiguration.MailCase getCase(java.lang.String caseName)
CMSFormProcessorConfiguration.Case by given
caseName.
caseName - the caseName
CMSFormProcessorConfiguration.Case
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||