Interface CMSItemPropertiesSupplierProvider
-
- All Known Implementing Classes:
DefaultCMSItemPropertiesSupplierProvider
public interface CMSItemPropertiesSupplierProviderProvider that returns the list ofCMSItemPropertiesSupplierthat is used to provide properties forCMSItemModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CMSItemPropertiesSupplier>getSuppliers(CMSItemModel itemModel)Returns the list ofCMSItemPropertiesSupplierfor providedCMSItemModel.
-
-
-
Method Detail
-
getSuppliers
java.util.List<CMSItemPropertiesSupplier> getSuppliers(CMSItemModel itemModel)
Returns the list ofCMSItemPropertiesSupplierfor providedCMSItemModel.- Parameters:
itemModel- theCMSItemModel.- Returns:
- the list of
CMSItemPropertiesSupplier.
-
-