Interface CMSMediaFormatService
-
- All Known Implementing Classes:
DefaultCMSMediaFormatService
public interface CMSMediaFormatServiceProvide methods for retrieving media format information for a given CMS component model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<MediaFormatModel>getMediaFormatsByComponentType(java.lang.Class<? extends AbstractCMSComponentModel> classType)Retrieve a list of all media formats which are supported by the specified CMS component model
-
-
-
Method Detail
-
getMediaFormatsByComponentType
java.util.Collection<MediaFormatModel> getMediaFormatsByComponentType(java.lang.Class<? extends AbstractCMSComponentModel> classType)
Retrieve a list of all media formats which are supported by the specified CMS component model- Parameters:
classType- the CMS component model class- Returns:
- the collection of media formats; never null
-
-