|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmailAttachment | |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.templating | |
| Uses of EmailAttachment in org.jboss.seam.mail.api |
|---|
| Methods in org.jboss.seam.mail.api with parameters of type EmailAttachment | |
|---|---|
MailMessage |
MailMessage.addAttachment(EmailAttachment attachment)
Adds Attachment to the message |
| Method parameters in org.jboss.seam.mail.api with type arguments of type EmailAttachment | |
|---|---|
MailMessage |
MailMessage.addAttachment(Collection<EmailAttachment> attachments)
Adds a Collection of Attachments to the message |
| Uses of EmailAttachment in org.jboss.seam.mail.core |
|---|
| Methods in org.jboss.seam.mail.core that return types with arguments of type EmailAttachment | |
|---|---|
Collection<EmailAttachment> |
EmailMessage.getAttachments()
Gets a Collection representing all the Attachments on the EmailMessage |
| Methods in org.jboss.seam.mail.core with parameters of type EmailAttachment | |
|---|---|
void |
EmailMessage.addAttachment(EmailAttachment attachment)
Adds an EmailAttachment to the EmailMessage |
| Method parameters in org.jboss.seam.mail.core with type arguments of type EmailAttachment | |
|---|---|
void |
EmailMessage.addAttachments(Collection<EmailAttachment> attachments)
Adds a Collection of EmailAttachment to the EmailMessage |
| Uses of EmailAttachment in org.jboss.seam.mail.templating |
|---|
| Constructor parameters in org.jboss.seam.mail.templating with type arguments of type EmailAttachment | |
|---|---|
MailContext(Map<String,EmailAttachment> attachments)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||