Uses of Class
com.helger.commons.mime.MimeType
-
Packages that use MimeType Package Description com.helger.commons.mime -
-
Uses of MimeType in com.helger.commons.mime
Methods in com.helger.commons.mime that return MimeType Modifier and Type Method Description MimeTypeMimeType. addParameter(MimeTypeParameter aParameter)Add a parameter.MimeTypeMimeType. addParameter(String sAttribute, String sValue)Add a parameter.MimeTypeEMimeContentType. buildMimeType(String sContentSubType)Build a newMimeTypebased on this MIME content type and the provided sub type.MimeTypeMimeType. getClone()MimeTypeMimeType. getCopyWithoutParameters()static MimeTypeMimeTypeParser. parseMimeType(String sMimeType)Try to convert the string representation of a MIME type to an object.static MimeTypeMimeTypeParser. parseMimeType(String sMimeType, EMimeQuoting eQuotingAlgorithm)Try to convert the string representation of a MIME type to an object.static MimeTypeMimeTypeParser. safeParseMimeType(String sMimeType)Try to convert the string representation of a MIME type to an object.static MimeTypeMimeTypeParser. safeParseMimeType(String sMimeType, EMimeQuoting eQuotingAlgorithm)Try to convert the string representation of a MIME type to an object.Methods in com.helger.commons.mime with parameters of type MimeType Modifier and Type Method Description intMimeType. compareTo(MimeType o)
-