Uses of Interface
com.helger.commons.mime.IMimeType
-
Packages that use IMimeType Package Description com.helger.commons.mime -
-
Uses of IMimeType in com.helger.commons.mime
Classes in com.helger.commons.mime that implement IMimeType Modifier and Type Class Description classMimeTypeRepresents a single MIME type as the combination of the content type and the sub-type and parameters.Fields in com.helger.commons.mime declared as IMimeType Modifier and Type Field Description static IMimeTypeCMimeType. APPLICATION_ATOM_XMLAtom XML feed.static IMimeTypeCMimeType. APPLICATION_FORCE_DOWNLOADDownloadable document.static IMimeTypeCMimeType. APPLICATION_GZIPGZip document.static IMimeTypeCMimeType. APPLICATION_JAVA_APPLETJava appletstatic IMimeTypeCMimeType. APPLICATION_JSONJSON document.static IMimeTypeCMimeType. APPLICATION_MS_EXCELExcel document.static IMimeTypeCMimeType. APPLICATION_MS_EXCEL_2007Excel 2007 documentstatic IMimeTypeCMimeType. APPLICATION_MS_POWERPOINTPowerPoint document.static IMimeTypeCMimeType. APPLICATION_MS_POWERPOINT_2007PowerPoint 2007 document.static IMimeTypeCMimeType. APPLICATION_MS_WORDWord document.static IMimeTypeCMimeType. APPLICATION_MS_WORD_2007Word 2007 documentstatic IMimeTypeCMimeType. APPLICATION_OCSP_REQUESTOCSP request document.static IMimeTypeCMimeType. APPLICATION_OCSP_RESPONSEOCSP response document.static IMimeTypeCMimeType. APPLICATION_OCTET_STREAMAny byte stream.static IMimeTypeCMimeType. APPLICATION_PDFPDF document.static IMimeTypeCMimeType. APPLICATION_RSS_XMLRSS XML feed.static IMimeTypeCMimeType. APPLICATION_SHOCKWAVE_FLASHShockwave/Flashstatic IMimeTypeCMimeType. APPLICATION_SOAP_XMLSOAP XML.static IMimeTypeCMimeType. APPLICATION_X_WWW_FORM_URLENCODEDFor URL posting.static IMimeTypeCMimeType. APPLICATION_X509_USER_CERTX.509 user certificatestatic IMimeTypeCMimeType. APPLICATION_XMLXML document.static IMimeTypeCMimeType. APPLICATION_ZIPZIP document.static IMimeTypeCMimeType. AUDIO_MP3For MP3 filesstatic IMimeTypeMimeTypeDeterminator. DEFAULT_MIME_TYPEstatic IMimeTypeCMimeType. IMAGE_BMPBitmap image.static IMimeTypeCMimeType. IMAGE_GIFGIF image.static IMimeTypeCMimeType. IMAGE_ICONIcon image.static IMimeTypeCMimeType. IMAGE_JPGJPEG image.static IMimeTypeCMimeType. IMAGE_PNGPNG image.static IMimeTypeCMimeType. IMAGE_PSDPhotoshop image.static IMimeTypeCMimeType. IMAGE_TIFFTIFF image.static IMimeTypeCMimeType. IMAGE_WEBPWebP image.static IMimeTypeCMimeType. IMAGE_X_ICONIcon image.static IMimeTypeCMimeType. MULTIPART_FORMDATAFor HTML upload forms.static IMimeTypeCMimeType. MULTIPART_RELATEDFor generic MIME messages!static IMimeTypeCMimeType. TEXT_CONTENT_SECURITY_POLICYMozilla CSPstatic IMimeTypeCMimeType. TEXT_CSSCSS style-sheet document.static IMimeTypeCMimeType. TEXT_CSVCSV document.static IMimeTypeCMimeType. TEXT_HTMLHTML document.static IMimeTypeCMimeType. TEXT_HTML_SANDBOXEDHTML5 sandboxed document.static IMimeTypeCMimeType. TEXT_JAVASCRIPTJavaScript document.static IMimeTypeCMimeType. TEXT_PLAINPlain text document.static IMimeTypeCMimeType. TEXT_XMLXML document.Methods in com.helger.commons.mime that return IMimeType Modifier and Type Method Description IMimeTypeIMimeType. getCopyWithoutParameters()IMimeTypeMimeTypeContent. getMimeType()IMimeTypeMimeTypeDeterminator. getMimeTypeFromBytes(byte[] b)Try to determine the MIME type from the given byte array.IMimeTypeMimeTypeDeterminator. getMimeTypeFromBytes(byte[] aBytes, IMimeType aDefault)Try to determine the MIME type from the given byte array.IMimeTypeMimeTypeDeterminator. getMimeTypeFromString(String s, Charset aCharset)Try to find the MIME type that matches the passed content string.IMimeTypeMimeTypeDeterminator. getMimeTypeFromString(String s, Charset aCharset, IMimeType aDefault)Try to find the MIME type that matches the passed content string.Methods in com.helger.commons.mime with parameters of type IMimeType Modifier and Type Method Description static CharsetMimeTypeHelper. getCharsetFromMimeType(IMimeType aMimeType)Determine the charset from the provided MIME type.static StringMimeTypeHelper. getCharsetNameFromMimeType(IMimeType aMimeType)Determine the charset name from the provided MIME type.IMimeTypeMimeTypeDeterminator. getMimeTypeFromBytes(byte[] aBytes, IMimeType aDefault)Try to determine the MIME type from the given byte array.IMimeTypeMimeTypeDeterminator. getMimeTypeFromString(String s, Charset aCharset, IMimeType aDefault)Try to find the MIME type that matches the passed content string.Constructors in com.helger.commons.mime with parameters of type IMimeType Constructor Description MimeType(IMimeType aOther)Kind of a copy constructorMimeTypeContent(byte[] aContentBytes, boolean bCopyBytes, IMimeType aMimeType)ConstructorMimeTypeContent(byte[] aContentBytes, IMimeType aMimeType)Constructor
-