Package com.atlassian.plugin.servlet
Interface ContentTypeResolver
public interface ContentTypeResolver
Looks up content types for URL paths in an application-specific way. To be implemented in applications using
atlassian-plugins.
-
Method Summary
Modifier and TypeMethodDescriptiongetContentType(String requestUrl) Returns the content type for the given resource path.
-
Method Details
-
getContentType
Returns the content type for the given resource path.
-