Class I18nComponentTypeAttributePopulator

java.lang.Object
de.hybris.platform.cmsfacades.types.populator.I18nComponentTypeAttributePopulator
All Implemented Interfaces:
Populator<AttributeDescriptorModel,ComponentTypeAttributeData>

public class I18nComponentTypeAttributePopulator extends Object implements Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
This populator will populate ComponentTypeAttributeData.setI18nKey(String) using the following nomenclature:
[prefix].[item type].[qualifier].[suffix]

The I18N key nomenclature is made up of the following chunks:

  • prefix: a string provided via spring injection to help
  • suffix: a string provided via spring injection to help
  • item type: the platform type code that the given attribute belongs to
  • qualifier: the platform attribute qualifier of the given attribute