org.jboss.seam.mail.attachments
Class FileAttachment

java.lang.Object
  extended by org.jboss.seam.mail.attachments.BaseAttachment
      extended by org.jboss.seam.mail.attachments.FileAttachment
All Implemented Interfaces:
org.jboss.seam.mail.core.EmailAttachment

public class FileAttachment
extends BaseAttachment

Author:
Cody Lerum

Constructor Summary
FileAttachment(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition, File file)
           
FileAttachment(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition, File file, 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

FileAttachment

public FileAttachment(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
                      File file)

FileAttachment

public FileAttachment(org.jboss.seam.mail.core.enumerations.ContentDisposition contentDisposition,
                      File file,
                      String contentClass)


Copyright © 2011 Seam Framework. All Rights Reserved.