|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.activation.MimeType
org.wymiwyg.commons.mediatypes.MimeType
public class MimeType
Same as javax.activation.MimeType but with equals and hashCode method overwritten
| Constructor Summary | |
|---|---|
MimeType()
|
|
MimeType(String rawdata)
|
|
MimeType(String primary,
String sub)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object arg0)
|
int |
hashCode()
|
| Methods inherited from class javax.activation.MimeType |
|---|
getBaseType, getParameter, getParameters, getPrimaryType, getSubType, match, match, readExternal, removeParameter, setParameter, setPrimaryType, setSubType, toString, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MimeType()
public MimeType(String rawdata)
throws javax.activation.MimeTypeParseException
rawdata -
javax.activation.MimeTypeParseException
public MimeType(String primary,
String sub)
throws javax.activation.MimeTypeParseException
primary - sub -
javax.activation.MimeTypeParseException| Method Detail |
|---|
public boolean equals(Object arg0)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||