Uses of Class
com.helger.commons.mime.MimeType
Packages that use MimeType
-
Uses of MimeType in com.helger.commons.mime
Methods in com.helger.commons.mime that return MimeTypeModifier and TypeMethodDescriptionMimeType.addParameter(MimeTypeParameter aParameter) Add a parameter.MimeType.addParameter(String sAttribute, String sValue) Add a parameter.EMimeContentType.buildMimeType(String sContentSubType) Build a newMimeTypebased on this MIME content type and the provided sub type.MimeType.getClone()MimeType.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