Interface CMSMediaFormatService
- All Known Implementing Classes:
DefaultCMSMediaFormatService
public interface CMSMediaFormatService
Provide methods for retrieving media format information for a given CMS component model.
-
Method Summary
Modifier and TypeMethodDescriptiongetMediaFormatsByComponentType(Class<? extends AbstractCMSComponentModel> classType) Retrieve a list of all media formats which are supported by the specified CMS component model
-
Method Details
-
getMediaFormatsByComponentType
Collection<MediaFormatModel> getMediaFormatsByComponentType(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
-