|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentDisposition | |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.core.enumerations | |
| Uses of ContentDisposition in org.jboss.seam.mail.api |
|---|
| Methods in org.jboss.seam.mail.api with parameters of type ContentDisposition | |
|---|---|
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 |
| Uses of ContentDisposition in org.jboss.seam.mail.core |
|---|
| Methods in org.jboss.seam.mail.core that return ContentDisposition | |
|---|---|
ContentDisposition |
EmailAttachment.getContentDisposition()
|
| Uses of ContentDisposition in org.jboss.seam.mail.core.enumerations |
|---|
| Methods in org.jboss.seam.mail.core.enumerations that return ContentDisposition | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||