Interface ContentTypeResolver
- All Known Implementing Classes:
DefaultContentTypeResolver
public interface ContentTypeResolver
Interface describing a class that is capable of resolving the content type of a resource/file based on the resource name.
- Author:
- Tijs Rademakers
-
Method Summary
-
Method Details
-
resolveContentType
- Returns:
- the content type resolved from the given resource name. Returns null if the content type cannot be resolved.
-