Interface ItemDataPopulatorProvider

    • Method Detail

      • getItemDataPopulators

        java.util.List<Populator<CMSItemModel,​java.util.Map<java.lang.String,​java.lang.Object>>> getItemDataPopulators​(CMSItemModel itemModel)
        Interface method to return a list of Populator populators given the CMSItemModel.
        Parameters:
        itemModel - the CMSItemModel
        Returns:
        the list of Populators registered for the CMSItemModel.