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 Type
    Method
    Description
    getContentType(String requestUrl)
    Returns the content type for the given resource path.
  • Method Details

    • getContentType

      String getContentType(String requestUrl)
      Returns the content type for the given resource path.