public class ContentTypeUtils extends Object
| Constructor and Description |
|---|
ContentTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findAcceptableContentType(String canProvide,
String accepts) |
static String |
findAcceptableContentTypeForName(String name,
String accepts) |
static String |
findContentTypes(File file) |
static String |
findContentTypes(String name) |
static List<String> |
toList(String s) |