org.jboss.seam.mail.attachments
Class URLAttachment
java.lang.Object
org.jboss.seam.mail.attachments.BaseAttachment
org.jboss.seam.mail.attachments.URLAttachment
- All Implemented Interfaces:
- org.jboss.seam.mail.core.EmailAttachment
public class URLAttachment
- extends BaseAttachment
- Author:
- Cody Lerum
|
Constructor Summary |
URLAttachment(String url,
String fileName,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
|
URLAttachment(String url,
String fileName,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
String contentClass)
|
| Methods inherited from class org.jboss.seam.mail.attachments.BaseAttachment |
addHeader, addHeaders, getBytes, getContentDisposition, getContentId, getFileName, getHeaders, getMimeType, setBytes, setContentDisposition, setFileName, setMimeType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLAttachment
public URLAttachment(String url,
String fileName,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition)
URLAttachment
public URLAttachment(String url,
String fileName,
org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
String contentClass)
Copyright © 2012 Seam Framework. All Rights Reserved.