Uses of Interface
org.apache.james.mime4j.dom.field.ContentTypeField
-
Packages that use ContentTypeField Package Description 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 Modifier and Type Class Description classContentTypeFieldImplRepresents aContent-Typefield.classContentTypeFieldLenientImplRepresents aContent-Typefield.Fields in org.apache.james.mime4j.field with type parameters of type ContentTypeField Modifier and Type Field Description static FieldParser<ContentTypeField>ContentTypeFieldImpl. PARSERstatic FieldParser<ContentTypeField>ContentTypeFieldLenientImpl. PARSERMethods in org.apache.james.mime4j.field that return ContentTypeField Modifier and Type Method Description static ContentTypeFieldFields. contentType(String contentType)Creates a Content-Type field from the specified raw field value.static ContentTypeFieldFields. contentType(String mimeType, Iterable<NameValuePair> parameters)Creates a Content-Type field from the specified MIME type and parameters.static ContentTypeFieldFields. contentType(String mimeType, Map<String,String> parameters)Creates a Content-Type field from the specified MIME type and parameters.static ContentTypeFieldFields. contentType(String mimeType, NameValuePair... 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 Modifier and Type Method Description static StringContentTypeFieldImpl. getCharset(ContentTypeField f)Gets the value of thecharsetparameter if set for the given field.static StringContentTypeFieldImpl. 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 isnullor hasn't got a MIME type value set. -
Uses of ContentTypeField in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message with parameters of type ContentTypeField Modifier and Type Method Description protected abstract StringAbstractEntity. calcCharset(ContentTypeField contentType)protected StringBodyPart. calcCharset(ContentTypeField contentType)protected StringMessageImpl. calcCharset(ContentTypeField contentType)protected abstract StringAbstractEntity. calcMimeType(ContentTypeField child, ContentTypeField parent)protected StringBodyPart. calcMimeType(ContentTypeField child, ContentTypeField parent)protected StringMessageImpl. calcMimeType(ContentTypeField child, ContentTypeField parent)
-