Interface CMSMediaFormatService

  • All Known Implementing Classes:
    DefaultCMSMediaFormatService

    public interface CMSMediaFormatService
    Provide methods for retrieving media format information for a given 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