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> ContentTypeFieldImpl.PARSER
           
static FieldParser<ContentTypeField> ContentTypeFieldLenientImpl.PARSER
           
 

Methods in org.apache.james.mime4j.field that return ContentTypeField
static ContentTypeField Fields.contentType(java.lang.String contentType)
          Creates a Content-Type field from the specified raw field value.
static ContentTypeField Fields.contentType(java.lang.String mimeType, java.util.Map<java.lang.String,java.lang.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 java.lang.String ContentTypeFieldImpl.getCharset(ContentTypeField f)
          Gets the value of the charset parameter if set for the given field.
static java.lang.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 abstract  ContentTypeField AbstractEntity.newContentType(java.lang.String mimeType, java.util.Map<java.lang.String,java.lang.String> parameters)
           
protected  ContentTypeField MessageImpl.newContentType(java.lang.String mimeType, java.util.Map<java.lang.String,java.lang.String> parameters)
           
protected  ContentTypeField BodyPart.newContentType(java.lang.String mimeType, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 

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



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