public static class ContentType.Image
Provides a list of standard subtypes of an image
content type.
Modifier and Type | Field and Description |
---|---|
static ContentType.Image |
INSTANCE
Provides a list of standard subtypes of an
image content type. |
Modifier and Type | Method and Description |
---|---|
ContentType |
getAny() |
ContentType |
getGIF() |
ContentType |
getJPEG() |
ContentType |
getPNG() |
ContentType |
getSVG() |
ContentType |
getXIcon() |
public static ContentType.Image INSTANCE
Provides a list of standard subtypes of an image
content type.
public ContentType getAny()
public ContentType getGIF()
public ContentType getJPEG()
public ContentType getPNG()
public ContentType getSVG()
public ContentType getXIcon()