Class ContentImpl
java.lang.Object
com.atlassian.plugin.webresource.impl.support.ContentImpl
- All Implemented Interfaces:
Content
Helper to simplify implementation of Content class.
- Since:
- 3.3
-
Constructor Details
-
ContentImpl
-
-
Method Details
-
getContentType
Description copied from interface:ContentReturns the content type for the resource. May return null if it cannot resolve its own content type.- Specified by:
getContentTypein interfaceContent
-
isTransformed
public boolean isTransformed()- Specified by:
isTransformedin interfaceContent- Returns:
- if content has been transformed.
-