Uses of Interface
org.apache.james.mime4j.dom.field.ContentTypeField

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

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

Classes in org.apache.james.mime4j.field that implement ContentTypeField
 class ContentTypeFieldImpl
          Represents a Content-Type field.
 class ContentTypeFieldLenientImpl
          Represents a Content-Type field.
 

Fields in org.apache.james.mime4j.field with type parameters of type ContentTypeField
static FieldParser<ContentTypeField> ContentTypeFieldLenientImpl.PARSER
           
static FieldParser<ContentTypeField> ContentTypeFieldImpl.PARSER
           
 

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 ContentTypeFieldImpl.getCharset(ContentTypeField f)
          Gets the value of the charset parameter if set for the given field.
static String ContentTypeFieldImpl.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.
 

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

Methods in org.apache.james.mime4j.message that return ContentTypeField
protected  ContentTypeField MessageImpl.newContentType(String mimeType, Map<String,String> parameters)
           
protected  ContentTypeField BodyPart.newContentType(String mimeType, Map<String,String> parameters)
           
protected abstract  ContentTypeField AbstractEntity.newContentType(String mimeType, Map<String,String> parameters)
           
 

Methods in org.apache.james.mime4j.message with parameters of type ContentTypeField
protected  String MessageImpl.calcCharset(ContentTypeField contentType)
           
protected  String BodyPart.calcCharset(ContentTypeField contentType)
           
protected abstract  String AbstractEntity.calcCharset(ContentTypeField contentType)
           
protected  String MessageImpl.calcMimeType(ContentTypeField child, ContentTypeField parent)
           
protected  String BodyPart.calcMimeType(ContentTypeField child, ContentTypeField parent)
           
protected abstract  String AbstractEntity.calcMimeType(ContentTypeField child, ContentTypeField parent)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.