Uses of Class
org.jboss.seam.mail.core.enumerations.ContentType

Packages that use ContentType
org.jboss.seam.mail.api   
org.jboss.seam.mail.core   
org.jboss.seam.mail.core.enumerations   
 

Uses of ContentType in org.jboss.seam.mail.api
 

Methods in org.jboss.seam.mail.api with parameters of type ContentType
 MailMessage MailMessage.contentType(ContentType contentType)
          Set the Content Type of the message
 

Uses of ContentType in org.jboss.seam.mail.core
 

Methods in org.jboss.seam.mail.core that return ContentType
 ContentType EmailMessage.getRootContentType()
          Get the Root Mime ContentType of the EmailMessage
 

Methods in org.jboss.seam.mail.core with parameters of type ContentType
 void EmailMessage.setRootContentType(ContentType rootContentType)
          Set the Root Mime ContentType of the EmailMessage
 

Uses of ContentType in org.jboss.seam.mail.core.enumerations
 

Methods in org.jboss.seam.mail.core.enumerations that return ContentType
static ContentType ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentType[] ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Seam Framework. All Rights Reserved.