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(java.lang.String contentType)Creates a Content-Type field from the specified raw field value.static ContentTypeFieldFields. contentType(java.lang.String mimeType, java.lang.Iterable<NameValuePair> parameters)Creates a Content-Type field from the specified MIME type and parameters.static ContentTypeFieldFields. 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.static ContentTypeFieldFields. contentType(java.lang.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 java.lang.StringContentTypeFieldImpl. getCharset(ContentTypeField f)Gets the value of thecharsetparameter if set for the given field.static java.lang.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 that return ContentTypeField Modifier and Type Method Description private ContentTypeFieldDefaultMessageWriter. getContentType(Multipart multipart)private ContentTypeFieldAbstractEntity. getContentTypeField()Methods in org.apache.james.mime4j.message with parameters of type ContentTypeField Modifier and Type Method Description protected abstract java.lang.StringAbstractEntity. calcCharset(ContentTypeField contentType)protected java.lang.StringBodyPart. calcCharset(ContentTypeField contentType)protected java.lang.StringMessageImpl. calcCharset(ContentTypeField contentType)protected abstract java.lang.StringAbstractEntity. calcMimeType(ContentTypeField child, ContentTypeField parent)protected java.lang.StringBodyPart. calcMimeType(ContentTypeField child, ContentTypeField parent)protected java.lang.StringMessageImpl. calcMimeType(ContentTypeField child, ContentTypeField parent)private ByteSequenceDefaultMessageWriter. getBoundary(ContentTypeField contentType)
-