public static class ContentType.Text
Provides a list of standard subtypes of a text
content type.
Modifier and Type | Field and Description |
---|---|
static ContentType.Text |
INSTANCE
Provides a list of standard subtypes of a
text content type. |
Modifier and Type | Method and Description |
---|---|
ContentType |
getAny() |
ContentType |
getCSS() |
ContentType |
getCSV() |
ContentType |
getEventStream() |
ContentType |
getHtml() |
ContentType |
getJavaScript() |
ContentType |
getPlain() |
ContentType |
getVCard() |
ContentType |
getXml() |
public static ContentType.Text INSTANCE
Provides a list of standard subtypes of a text
content type.
public ContentType getAny()
public ContentType getPlain()
public ContentType getCSS()
public ContentType getCSV()
public ContentType getHtml()
public ContentType getJavaScript()
public ContentType getVCard()
public ContentType getXml()
public ContentType getEventStream()