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

Method Detail

getContentType

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



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.