Uses of Class
org.linkeddatafragments.exceptions.NoRegisteredMimeTypesException
-
Packages that use NoRegisteredMimeTypesException Package Description org.linkeddatafragments.util -
-
Uses of NoRegisteredMimeTypesException in org.linkeddatafragments.util
Methods in org.linkeddatafragments.util that throw NoRegisteredMimeTypesException Modifier and Type Method Description static StringMIMEParse. bestMatch(String header)static StringMIMEParse. bestMatch(List<String> supported, String header)Takes a list of supported mime-types and finds the best match for all the media-ranges listed in header.
-