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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DObjectContainer.java86 * Sets the <code>MimeType</code> attribute
88 * @param MimeType the <code>MimeType</code> attribute
90 public void setMimeType(String MimeType) { argument
92 if ( (MimeType != null)) {
94 MimeType);
99 * Returns the <code>MimeType</code> attribute
101 * @return the <code>MimeType</code> attribute
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeType.java43 class MimeType implements Externalizable, Cloneable { class in inherits:Externalizable,Cloneable
54 * uninitialized, immutable <code>MimeType</code> object.
56 public MimeType() { method in class:MimeType
60 * Builds a <code>MimeType</code> from a <code>String</code>.
62 * @param rawdata text used to initialize the <code>MimeType</code>
65 public MimeType(String rawdata) throws MimeTypeParseException { method in class:MimeType
70 * Builds a <code>MimeType</code> with the given primary and sub
73 * @param primary the primary type of this <code>MimeType</code>
74 * @param sub the subtype of this <code>MimeType</code>
78 public MimeType(Strin method in class:MimeType
92 public MimeType(String primary, String sub, MimeTypeParameterList mtpl) throws method in class:MimeType
[all...]
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeType.java37 public class MimeType implements Externalizable { class in inherits:Externalizable
51 public MimeType() { method in class:MimeType
58 * Constructor that builds a MimeType from a String.
62 public MimeType(String rawdata) throws MimeTypeParseException { method in class:MimeType
67 * Constructor that builds a MimeType with the given primary and sub type
75 public MimeType(String primary, String sub) throws MimeTypeParseException { method in class:MimeType
245 * @param type the MimeType object to compare with
248 public boolean match(MimeType type) {
263 return match(new MimeType(rawdata));
336 MimeType typ
[all...]
/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java39 * Class MimeType encapsulates a Multipurpose Internet Mail Extensions (MIME)
45 * Class MimeType is similar to the like-named
47 * java.awt.datatransfer.MimeType is not used in the Jini Print Service API
55 * The implementation of class java.awt.datatransfer.MimeType does not
60 * types encapsulated in class java.awt.datatransfer.MimeType may incorrectly
64 * Class MimeType's serialized representation is based on the following
83 class MimeType implements Serializable, Cloneable { class in inherits:Serializable,Cloneable
203 public MimeType(String s) { method in class:MimeType
264 * net.jini.print.data.MimeType, and has the same canonical form as this
279 obj instanceof MimeType
[all...]

Completed in 34 milliseconds