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

Method Detail

getContentType

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



Copyright © 2014 Atlassian. All rights reserved.