public interface

ContentTypeResolver

com.atlassian.plugin.servlet.ContentTypeResolver
Known Indirect Subclasses

Class Overview

Looks up content types for URL paths in an application-specific way. To be implemented in applications using atlassian-plugins.

Summary

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

Public Methods

public abstract String getContentType (String requestUrl)

Returns the content type for the given resource path.