|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<UrlAttachment> |
MailService.getUrlAttachmentList(java.lang.String strHtml,
java.lang.String strBaseUrl,
boolean useAbsoluteUrl)
Extract a collection of elements to be attached to a mail from an HTML string. |
java.util.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(java.lang.String strRecipientsTo,
java.lang.String strSenderName,
java.lang.String strSenderEmail,
java.lang.String strSubject,
java.lang.String strMessage,
java.util.List<UrlAttachment> urlsAttachement)
Send a HTML message asynchronously with the attachements associated to the message . |
static void |
MailService.sendMailMultipartHtml(java.lang.String strRecipientsTo,
java.lang.String strRecipientsCc,
java.lang.String strRecipientsBcc,
java.lang.String strSenderName,
java.lang.String strSenderEmail,
java.lang.String strSubject,
java.lang.String strMessage,
java.util.List<UrlAttachment> urlsAttachement,
java.util.List<FileAttachment> filesAttachement)
Send a HTML message asynchronously with the attachements associated to the message and attached files . |
static void |
MailService.sendMailMultipartHtml(java.lang.String strRecipientsTo,
java.lang.String strRecipientsCc,
java.lang.String strRecipientsBcc,
java.lang.String strSenderName,
java.lang.String strSenderEmail,
java.lang.String strSubject,
java.lang.String strMessage,
java.util.List<UrlAttachment> urlsAttachement,
java.util.List<FileAttachment> filesAttachement,
boolean bUniqueRecipientTo)
Send a HTML message asynchronously with the attachements associated to the message and attached files . |
void |
MailItem.setUrlsAttachement(java.util.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 | |
---|---|
java.util.List<UrlAttachment> |
HtmlDocument.getAllUrlsAttachement(fr.paris.lutece.util.mail.HtmlDocument.ElementUrl elementType)
Get the urls of all html elements specified by elementType |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |