Package com.floragunn.codova.documents
Class ContentType
- java.lang.Object
-
- com.floragunn.codova.documents.ContentType
-
public class ContentType extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CharsetgetCharset()FormatgetFormat()StringgetMediaType()static ContentTypeparseHeader(String header)StringtoString()
-
-
-
Method Detail
-
parseHeader
public static ContentType parseHeader(String header) throws Format.UnknownDocTypeException
- Throws:
Format.UnknownDocTypeException
-
getFormat
public Format getFormat()
-
getCharset
public Charset getCharset()
-
getMediaType
public String getMediaType()
-
-