org.jboss.seam.mail.attachments
Class URLAttachment

java.lang.Object
  extended by org.jboss.seam.mail.attachments.BaseAttachment
      extended by 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)
           
 
Method Summary
 
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
 

Constructor Detail

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 © 2011 Seam Framework. All Rights Reserved.