| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomAttributeContentConverter> |
CustomAttributeStrategyConverterProvider.getConverters(ItemModel itemModel)
Will return all
CustomAttributeContentConverter to convert back and forth between a custom property value
and a serializable representation |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentSlotsForPageConverter
Converter for ContentSlotForPage relation.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CustomAttributeContentConverter> |
DefaultCustomAttributeStrategyConverterProvider.getConverters() |
java.util.List<CustomAttributeContentConverter> |
DefaultCustomAttributeStrategyConverterProvider.getConverters(ItemModel itemModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCustomAttributeStrategyConverterProvider.setConverters(java.util.List<CustomAttributeContentConverter> converters) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<CustomAttributeContentConverter> |
CMSVersionToItemModelPopulator.getCustomAttributeConverterByQualifier(java.util.List<CustomAttributeContentConverter> converters,
java.lang.String qualifier)
Returns thee first found converter for a custom attribute based on the qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CMSVersionToItemModelPopulator.applyCustomAttributeValue(ItemModel itemModel,
CustomAttributeContentConverter converter,
TypedValue typedValue)
Applies custom attribute values to the
ItemModel. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<CustomAttributeContentConverter> |
CMSVersionToItemModelPopulator.getCustomAttributeConverterByQualifier(java.util.List<CustomAttributeContentConverter> converters,
java.lang.String qualifier)
Returns thee first found converter for a custom attribute based on the qualifier.
|
Copyright © 2018 SAP SE. All Rights Reserved.