com.bea.campaign.rules
Class MailActionDef
java.lang.Object
|
+--com.bea.campaign.action.ActionDef
|
+--com.bea.campaign.rules.MailActionDef
- All Implemented Interfaces:
- Serializable
- public class MailActionDef
- extends ActionDef
An action definition specific to the MailAction.
- See Also:
MailAction
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailActionDef
public MailActionDef(String subject,
String jspUri,
String from,
String to)
- Constuctor.
- Parameters:
subject
- the mail subject.jspUri
- the URI of the content of the email.from
- the from email address.to
- the to email address.
MailActionDef
public MailActionDef(String subject,
String jspUri)
- Constuctor.
- Parameters:
subject
- the mail subject.jspUri
- the URI of the content of the email.
Copyright © 2003 BEA Systems, Inc. All Rights Reserved