|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
de.fu_berlin.ties.io | This package provides classes for input/output handling and for (de)serialization. |
Uses of ContentType in de.fu_berlin.ties.io |
Fields in de.fu_berlin.ties.io declared as ContentType | |
static ContentType |
ContentType.HTML
Type used for HTML markup (both classical HTML and XHTML). |
static ContentType |
ContentType.MS_WORD
Type used for MS Word documents. |
static ContentType |
ContentType.PDF
Type used for PDF documents (Adobe Acrobat). |
static ContentType |
ContentType.PLAIN_TEXT
Type used for plain text content (without any markup). |
static ContentType |
ContentType.RTF
Type used for rich text format. |
static ContentType |
ContentType.URI_LIST
Type used for lists of URIs or URLs, as defined in RFC 2483. |
static ContentType |
ContentType.XML
Type used for XML markup. |
static ContentType |
ContentType.UNKNOWN
Type used for any other content or content whose type cannot be determined. |
Methods in de.fu_berlin.ties.io that return ContentType | |
static ContentType |
ContentType.determineContentType(String mimeType,
File file)
Determines the content type based an MIME type and/or file name. |
static ContentType |
ContentType.determineContentType(String mimeType,
URL url)
Determines the content type based an MIME type and/or URL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |