Package io.milton.common
Interface ContentTypeService
-
- All Known Implementing Classes:
DefaultContentTypeService
public interface ContentTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>findContentTypes(String name)StringgetPreferedMimeType(String accept, List<String> canProvide)StringgetPreferedMimeType(List<String> accept, List<String> canProvide)
-