Uses of Class
fr.paris.lutece.util.mail.UrlAttachment

Packages that use UrlAttachment
fr.paris.lutece.portal.service.mail   
fr.paris.lutece.util.mail   
 

Uses of UrlAttachment in fr.paris.lutece.portal.service.mail
 

Methods in fr.paris.lutece.portal.service.mail that return types with arguments of type UrlAttachment
static List<UrlAttachment> MailService.getUrlAttachmentList(String strHtml, String strBaseUrl, boolean useAbsoluteUrl)
          Extract a collection of elements to be attached to a mail from an HTML string.
 List<UrlAttachment> MailItem.getUrlsAttachement()
          return the list of urls attachement
 

Method parameters in fr.paris.lutece.portal.service.mail with type arguments of type UrlAttachment
static void MailService.sendMailMultipartHtml(String strRecipientsTo, String strSenderName, String strSenderEmail, String strSubject, String strMessage, List<UrlAttachment> urlsAttachement)
          Send a HTML message asynchronously with the attachments associated to the message .
static void MailService.sendMailMultipartHtml(String strRecipientsTo, String strRecipientsCc, String strRecipientsBcc, String strSenderName, String strSenderEmail, String strSubject, String strMessage, List<UrlAttachment> urlsAttachement, List<FileAttachment> filesAttachement)
          Send a HTML message asynchronously with the attachments associated to the message and attached files .
static void MailService.sendMailMultipartHtml(String strRecipientsTo, String strRecipientsCc, String strRecipientsBcc, String strSenderName, String strSenderEmail, String strSubject, String strMessage, List<UrlAttachment> urlsAttachement, List<FileAttachment> filesAttachement, boolean bUniqueRecipientTo)
          Send a HTML message asynchronously with the attachments associated to the message and attached files .
 void MailItem.setUrlsAttachement(List<UrlAttachment> urlsAttachement)
          set the list of urls attachement
 

Uses of UrlAttachment in fr.paris.lutece.util.mail
 

Methods in fr.paris.lutece.util.mail that return types with arguments of type UrlAttachment
 List<UrlAttachment> HtmlDocument.getAllUrlsAttachement(fr.paris.lutece.util.mail.HtmlDocument.ElementUrl elementType)
          Get the urls of all html elements specified by elementType
 



Copyright © 2014 Mairie de Paris. All Rights Reserved.