Interface CustomAttributeStrategyConverterProvider
-
- All Known Implementing Classes:
DefaultCustomAttributeStrategyConverterProvider
public interface CustomAttributeStrategyConverterProviderProvider of the list ofCustomAttributeContentConverterby means of aItemModelbased strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CustomAttributeContentConverter>getConverters(ItemModel itemModel)Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representation
-
-
-
Method Detail
-
getConverters
java.util.List<CustomAttributeContentConverter> getConverters(ItemModel itemModel)
Will return allCustomAttributeContentConverterto convert back and forth between a custom property value and a serializable representation- Parameters:
itemModel- theCMSItemModel.- Returns:
- the list of
CustomAttributeContentConverter.
-
-