| Package | Description |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.core.enumerations |
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.addAttachment(ContentDisposition contentDispostion,
File file)
Adds Attachment to the message
|
MailMessage |
MailMessage.addAttachment(String fileName,
String mimeType,
ContentDisposition contentDispostion,
byte[] bytes)
Adds Attachment to the message
|
MailMessage |
MailMessage.addAttachment(String fileName,
String mimeType,
ContentDisposition contentDispostion,
InputStream inputStream)
Adds Attachment to the message
|
| Modifier and Type | Method and Description |
|---|---|
ContentDisposition |
EmailAttachment.getContentDisposition() |
| Modifier and Type | Method and Description |
|---|---|
static ContentDisposition |
ContentDisposition.mapValue(String value) |
static ContentDisposition |
ContentDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDisposition[] |
ContentDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 Seam Framework. All Rights Reserved.