| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeTypeParseException | |
|---|---|
| javax.activation | |
| Uses of MimeTypeParseException in javax.activation | 
|---|
| Methods in javax.activation that throw MimeTypeParseException | |
|---|---|
|  boolean | MimeType.match(String rawdata)Determine if the primary and sub type of this object is the same as the content type described in rawdata. | 
| protected  void | MimeTypeParameterList.parse(String parameterList)A routine for parsing the parameter list out of a String. | 
|  void | MimeType.setPrimaryType(String primary)Set the primary type for this object to the given String. | 
|  void | MimeType.setSubType(String sub)Set the subtype for this object to the given String. | 
| Constructors in javax.activation that throw MimeTypeParseException | |
|---|---|
| MimeType(String rawdata)Constructor that builds a MimeType from a String. | |
| MimeType(String primary,
         String sub)Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list. | |
| MimeTypeParameterList(String parameterList)Constructs a new MimeTypeParameterList with the passed in data. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.