Searched defs:ContentType (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/javax/mail/internet/
H A DContentType.java55 public class ContentType { class
64 public ContentType() { } method in class:ContentType
73 public ContentType(String primaryType, String subType, method in class:ContentType
88 public ContentType(String s) throws ParseException { method in class:ContentType
234 * Match with the specified ContentType object. This method
249 * @param cType ContentType to compare this against
252 public boolean match(ContentType cType) {
278 * comparing the ContentType for <strong>"text/plain"</strong>
284 * comparing the ContentType for <strong>"text/plain"</strong>
292 return match(new ContentType(
[all...]

Completed in 15 milliseconds