|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.commons.lang.mimetype.ContentType
public class ContentType
Constructor Summary | |
---|---|
ContentType(String mimeType)
|
|
ContentType(String mimeType,
String charset)
|
Method Summary | |
---|---|
String |
getCharset()
|
String |
getMimeType()
|
void |
setCharset(String charset)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentType(String mimeType)
public ContentType(String mimeType, String charset)
Method Detail |
---|
public String getMimeType()
public String getCharset()
public void setCharset(String charset)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |