|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.document.StructuredDocumentFactory.Instantiator.ExtensionMapping
For mapping between extensions and mime types.
Constructor Summary | |
StructuredDocumentFactory.Instantiator.ExtensionMapping(String extension,
MimeMediaType mimetype)
default constructor |
Method Summary | |
protected Object |
clone()
|
boolean |
equals(Object target)
|
String |
getExtension()
returns the extension which is part of this mapping. |
MimeMediaType |
getMimeMediaType()
returns the MIME Media Type which is part of this mapping. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StructuredDocumentFactory.Instantiator.ExtensionMapping(String extension, MimeMediaType mimetype)
Method Detail |
protected Object clone()
public boolean equals(Object target)
public int hashCode()
public String toString()
public String getExtension()
public MimeMediaType getMimeMediaType()
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |