Apache JAMES Mime4j 0.6-redhat-2

Uses of Class
org.apache.james.mime4j.field.ContentTypeField

Packages that use ContentTypeField
org.apache.james.mime4j.field   
 

Uses of ContentTypeField in org.apache.james.mime4j.field
 

Methods in org.apache.james.mime4j.field that return ContentTypeField
static ContentTypeField Fields.contentType(String contentType)
          Creates a Content-Type field from the specified raw field value.
static ContentTypeField Fields.contentType(String mimeType, Map<String,String> parameters)
          Creates a Content-Type field from the specified MIME type and parameters.
 

Methods in org.apache.james.mime4j.field with parameters of type ContentTypeField
static String ContentTypeField.getCharset(ContentTypeField f)
          Gets the value of the charset parameter if set for the given field.
static String ContentTypeField.getMimeType(ContentTypeField child, ContentTypeField parent)
          Gets the MIME type defined in the child's Content-Type field or derives a MIME type from the parent if child is null or hasn't got a MIME type value set.
 


Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.