Uses of Interface
org.apache.james.mime4j.dom.field.ContentTypeField
Packages that use ContentTypeField
-
Uses of ContentTypeField in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement ContentTypeFieldModifier and TypeClassDescriptionclassRepresents aContent-Typefield.classRepresents aContent-Typefield.Fields in org.apache.james.mime4j.field with type parameters of type ContentTypeFieldModifier and TypeFieldDescriptionstatic final FieldParser<ContentTypeField> ContentTypeFieldImpl.PARSERstatic final FieldParser<ContentTypeField> ContentTypeFieldLenientImpl.PARSERMethods in org.apache.james.mime4j.field that return ContentTypeFieldModifier and TypeMethodDescriptionstatic 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 ContentTypeFieldModifier and TypeMethodDescriptionstatic 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 that return ContentTypeFieldModifier and TypeMethodDescriptionprivate ContentTypeFieldDefaultMessageWriter.getContentType(Multipart multipart) private ContentTypeFieldAbstractEntity.getContentTypeField()Methods in org.apache.james.mime4j.message with parameters of type ContentTypeFieldModifier and TypeMethodDescriptionprotected 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) private ByteSequenceDefaultMessageWriter.getBoundary(ContentTypeField contentType)