public static class ContentType.Application
Provides a list of standard subtypes of an application
content type.
Modifier and Type | Field and Description |
---|---|
static ContentType.Application |
INSTANCE
Provides a list of standard subtypes of an
application content type. |
Modifier and Type | Method and Description |
---|---|
ContentType |
getAny()
Represents a pattern
application / * to match any application content type. |
ContentType |
getAtom() |
ContentType |
getFontWoff() |
ContentType |
getFormUrlEncoded() |
ContentType |
getGZip() |
ContentType |
getJavaScript() |
ContentType |
getJson() |
ContentType |
getOctetStream() |
ContentType |
getRss() |
ContentType |
getXml() |
ContentType |
getXml_Dtd() |
ContentType |
getZip() |
public static ContentType.Application INSTANCE
Provides a list of standard subtypes of an application
content type.
public ContentType getAny()
Represents a pattern application / *
to match any application content type.
public ContentType getAtom()
public ContentType getJson()
public ContentType getJavaScript()
public ContentType getOctetStream()
public ContentType getFontWoff()
public ContentType getRss()
public ContentType getXml()
public ContentType getXml_Dtd()
public ContentType getZip()
public ContentType getGZip()
public ContentType getFormUrlEncoded()