Uses of Class
com.jalios.jcms.MailMessage

Packages that use MailMessage
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.policy   
 

Uses of MailMessage in com.jalios.jcms
 

Methods in com.jalios.jcms that return MailMessage
 MailMessage MailMessage.addBcc(Member bccMbr)
          Add the specified Member as a "Bcc:" recipient of this MailMessage.
 MailMessage MailMessage.addBcc(String bccEmails)
          Add the specified emails as "Bcc:" recipient of this MailMessage.
 MailMessage MailMessage.addCc(Member ccMbr)
          Add the specified Member as a "Cc:" recipient of this MailMessage.
 MailMessage MailMessage.addCc(String ccEmails)
          Add the specified emails as "Cc:" recipient of this MailMessage.
 MailMessage MailMessage.addFile(File file)
          Add a file to send with this MailMessage.
 MailMessage MailMessage.addFile(File file, String id)
          Add a file to send with this MailMessage.
 MailMessage MailMessage.addReplyTo(Member replyToMbr)
          Add the specified Member as a "ReplyTo:" of this MailMessage.
 MailMessage MailMessage.addReplyTo(String replyToEmails)
          Add the specified emails as "ReplyTo:" of this MailMessage.
 MailMessage MailMessage.addTo(Member toMbr)
          Add the specified Member as a "To:" recipient of this MailMessage.
 MailMessage MailMessage.addTo(String toEmails)
          Add the specified emails as "To:" recipient of this MailMessage.
 MailMessage MailMessage.setBcc(Member bccMbr)
          Set the Member that will receive blind copy of this MailMessage.
 MailMessage MailMessage.setBcc(String bccEmails)
          Set the email addresses that will receive blind copy of this MailMessage.
 MailMessage MailMessage.setCc(Member ccMbr)
          Set the Member that will receive copy of this MailMessage.
 MailMessage MailMessage.setCc(String ccEmails)
          Set the email addresses that will receive copy of this MailMessage.
 MailMessage MailMessage.setContentHtml(String textHtml)
          Set the HTML text content of this MailMessage.
 MailMessage MailMessage.setContentHtmlFromJsp(String jspPath, Member loggedMember, String language, HashMap<Object,Object> requestAttribute, HashMap<Object,Object> sessionAttribute)
          Set the HTML text content of this MailMessage from the rendering of the specified jsp.
 MailMessage MailMessage.setContentText(String textPlain)
          Set the plain text content of this MailMessage.
 MailMessage MailMessage.setContentTextFromJsp(String jspPath, Member loggedMember, String language, HashMap<Object,Object> requestAttribute, HashMap<Object,Object> sessionAttribute)
          Set the plain text content of this MailMessage from the rendering of the specified jsp.
 MailMessage MailMessage.setFrom(Member member)
          Set the Member sending this MailMessage.
 MailMessage MailMessage.setFrom(String from)
          Set the email address sender of this MailMessage.
 MailMessage MailMessage.setPriority(int priority)
          Set the priority of this MailMessage.
 MailMessage MailMessage.setReplyTo(Member replyToMbr)
          Set the Member ReplyTo of this MailMessage.
 MailMessage MailMessage.setReplyTo(String replyToEmails)
          Set the email addresses ReplyTo of this MailMessage.
 MailMessage MailMessage.setSubject(String subject)
          Set the subject of this MailMessage.
 MailMessage MailMessage.setTo(Member toMbr)
          Set the Member recipient of this MailMessage.
 MailMessage MailMessage.setTo(String toEmails)
          Set the email addresses recipient of this MailMessage.
 

Uses of MailMessage in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy with parameters of type MailMessage
 void PolicyManager.afterSendMail(MailMessage msg, HashMap<String,Object> ctxt)
           
 void MailPolicyFilter.afterSendMail(MailMessage msg, HashMap<String,Object> ctxt)
          Invoked after a mail was sent.
 void BasicMailPolicyFilter.afterSendMail(MailMessage msg, HashMap<String,Object> ctxt)
          Invoked after a mail was sent.
 boolean PolicyManager.beforeSendMail(MailMessage msg, HashMap<String,Object> ctxt)
           
 boolean MailPolicyFilter.beforeSendMail(MailMessage msg, HashMap<String,Object> ctxt)
          Invoked before a mail is sent.
 boolean BasicMailPolicyFilter.beforeSendMail(MailMessage msg, HashMap<String,Object> ctxt)
          Invoked before a mail is sent.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.