|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.campaign.action.ActionDef | +--com.bea.campaign.rules.MailActionDef
An action definition specific to the MailAction.
MailAction
, Serialized FormConstructor Summary | |
MailActionDef(java.lang.String subject,
java.lang.String jspUri)
Constuctor. |
|
MailActionDef(java.lang.String subject,
java.lang.String jspUri,
java.lang.String from,
java.lang.String to)
Constuctor. |
Methods inherited from class com.bea.campaign.action.ActionDef |
createAction,
getActionParams,
getActionService,
getActionType,
setActionParams,
setActionType |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MailActionDef(java.lang.String subject, java.lang.String jspUri, java.lang.String from, java.lang.String to)
subject
- the mail subject.jspUri
- the URI of the content of the email.from
- the from email address.to
- the to email address.public MailActionDef(java.lang.String subject, java.lang.String jspUri)
subject
- the mail subject.jspUri
- the URI of the content of the email.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |