Uses of Interface
de.hybris.platform.cmsfacades.cmsitems.AttributeValueToRepresentationConverter
-
Packages that use AttributeValueToRepresentationConverter Package Description de.hybris.platform.cmsfacades.cmsitems.attributeconverters de.hybris.platform.cmsfacades.rendering.strategies -
-
Uses of AttributeValueToRepresentationConverter in de.hybris.platform.cmsfacades.cmsitems.attributeconverters
Classes in de.hybris.platform.cmsfacades.cmsitems.attributeconverters that implement AttributeValueToRepresentationConverter Modifier and Type Class Description classCollectionToRepresentationConverterThisAttributeValueToRepresentationConverteris invoked while converting aCMSItemModelinto its representation. -
Uses of AttributeValueToRepresentationConverter in de.hybris.platform.cmsfacades.rendering.strategies
Methods in de.hybris.platform.cmsfacades.rendering.strategies that return AttributeValueToRepresentationConverter Modifier and Type Method Description protected AttributeValueToRepresentationConverter<java.util.Collection<java.lang.Object>,java.util.Collection<java.lang.Object>>RenderingAttributeValueToRepresentationStrategy. getCollectionToRepresentationConverter()Methods in de.hybris.platform.cmsfacades.rendering.strategies with parameters of type AttributeValueToRepresentationConverter Modifier and Type Method Description voidRenderingAttributeValueToRepresentationStrategy. setCollectionToRepresentationConverter(AttributeValueToRepresentationConverter<java.util.Collection<java.lang.Object>,java.util.Collection<java.lang.Object>> collectionToRepresentationConverter)
-