Interface ItemDataPopulatorProvider
-
- All Known Implementing Classes:
DefaultItemDataPopulatorProvider
public interface ItemDataPopulatorProviderInterface to provide a list of customPopulatorpopulators for a givenCMSItemModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Populator<CMSItemModel,java.util.Map<java.lang.String,java.lang.Object>>>getItemDataPopulators(CMSItemModel itemModel)Interface method to return a list ofPopulatorpopulators given theCMSItemModel.
-
-
-
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 ofPopulatorpopulators given theCMSItemModel.- Parameters:
itemModel- the CMSItemModel- Returns:
- the list of Populators registered for the
CMSItemModel.
-
-