com.fatwire.gst.foundation.facade.runtag.mail
Class SendMail

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.mail.SendMail
All Implemented Interfaces:
TagRunner

public final class SendMail
extends AbstractTagRunner

Wrapper around the SENDMAIL xml tag

Since:
August 15, 2008
Author:
Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
SendMail()
           
 
Method Summary
 void setBody(String s)
          Sets body to the value of s
 void setSubject(String s)
          Sets subject to the value of s
 void setTo(String s)
          Sets "to" (the recipient) to the value of s
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMail

public SendMail()
Method Detail

setTo

public void setTo(String s)
Sets "to" (the recipient) to the value of s

Parameters:
s - The recipient's email address

setSubject

public void setSubject(String s)
Sets subject to the value of s

Parameters:
s - The email's subject line

setBody

public void setBody(String s)
Sets body to the value of s

Parameters:
s - The body of the email message


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.