HomeSort by relevance Sort by last modified time
    Searched defs:ContentTypeField (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTypeField.java 42 * @version $Id: ContentTypeField.java,v 1.6 2005/01/27 14:16:31 ntherning Exp $
44 public class ContentTypeField extends Field {
75 protected ContentTypeField(String name, String body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) {
111 public static String getMimeType(ContentTypeField child,
112 ContentTypeField parent) {
178 public static String getCharset(ContentTypeField f) {
256 return new ContentTypeField(name, body, raw, mimeType, parameters, parseException);
  /packages/services/Telephony/src/org/apache/james/mime4j/field/
ContentTypeField.java 42 * @version $Id: ContentTypeField.java,v 1.6 2005/01/27 14:16:31 ntherning Exp $
44 public class ContentTypeField extends Field {
75 protected ContentTypeField(String name, String body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) {
111 public static String getMimeType(ContentTypeField child,
112 ContentTypeField parent) {
178 public static String getCharset(ContentTypeField f) {
256 return new ContentTypeField(name, body, raw, mimeType, parameters, parseException);

Completed in 2104 milliseconds