|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.BodyPart
javax.mail.internet.MimeBodyPart
org.jboss.seam.mail.attachments.AttachmentPart
public class AttachmentPart
| Field Summary |
|---|
| Fields inherited from class javax.mail.internet.MimeBodyPart |
|---|
content, contentStream, dh, headers |
| Fields inherited from class javax.mail.BodyPart |
|---|
parent |
| Fields inherited from interface javax.mail.Part |
|---|
ATTACHMENT, INLINE |
| Constructor Summary | |
|---|---|
AttachmentPart(byte[] bytes,
String uid,
String fileName,
String mimeType,
Collection<org.jboss.seam.mail.core.Header> headers,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
|
AttachmentPart(byte[] bytes,
String uid,
String fileName,
String mimeType,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
|
AttachmentPart(DataSource dataSource,
String uid,
String fileName,
Collection<org.jboss.seam.mail.core.Header> headers,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
|
| Method Summary | |
|---|---|
String |
getAttachmentFileName()
|
org.jboss.seam.mail.core.enumerations.ContentDisposition |
getContentDisposition()
|
String |
getUid()
|
void |
setContentDisposition(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
| Methods inherited from class javax.mail.internet.MimeBodyPart |
|---|
addHeader, addHeaderLine, attachFile, attachFile, getAllHeaderLines, getAllHeaders, getContent, getContentID, getContentLanguage, getContentMD5, getContentStream, getContentType, getDataHandler, getDescription, getDisposition, getEncoding, getFileName, getHeader, getHeader, getInputStream, getLineCount, getMatchingHeaderLines, getMatchingHeaders, getNonMatchingHeaderLines, getNonMatchingHeaders, getRawInputStream, getSize, isMimeType, removeHeader, saveFile, saveFile, setContent, setContent, setContentID, setContentLanguage, setContentMD5, setDataHandler, setDescription, setDescription, setDisposition, setFileName, setHeader, setText, setText, setText, updateHeaders, writeTo |
| Methods inherited from class javax.mail.BodyPart |
|---|
getParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentPart(DataSource dataSource,
String uid,
String fileName,
Collection<org.jboss.seam.mail.core.Header> headers,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
public AttachmentPart(byte[] bytes,
String uid,
String fileName,
String mimeType,
Collection<org.jboss.seam.mail.core.Header> headers,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
public AttachmentPart(byte[] bytes,
String uid,
String fileName,
String mimeType,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
| Method Detail |
|---|
public String getAttachmentFileName()
public org.jboss.seam.mail.core.enumerations.ContentDisposition getContentDisposition()
public String getUid()
public void setContentDisposition(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||