public interface CMSDynamicAttributeService
| Modifier and Type | Method and Description |
|---|---|
void |
afterAllItems(PageContext pageContext) |
java.util.Map<java.lang.String,java.lang.String> |
getDynamicComponentAttributes(AbstractCMSComponentModel component,
ContentSlotModel contentSlot) |
java.util.Map<java.lang.String,java.lang.String> |
getDynamicContentSlotAttributes(ContentSlotModel contentSlot,
PageContext pageContext,
java.util.Map<java.lang.String,java.lang.String> initialMaps) |
java.lang.String |
getFallbackElement(CMSItemModel cmsItemModel) |
java.util.Map<java.lang.String,java.lang.String> getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot)
component - the CMS component to resolve dynamic attributes forcontentSlot - the content slot holding the componentMap of dynamic attributes for the given CMS componentjava.util.Map<java.lang.String,java.lang.String> getDynamicContentSlotAttributes(ContentSlotModel contentSlot, PageContext pageContext, java.util.Map<java.lang.String,java.lang.String> initialMaps)
contentSlot - the content slot to resolve dynamic attributes forpageContext - the current page contextinitialMaps - the initial mapsMap of dynamic attributes for the given CMS content slotvoid afterAllItems(PageContext pageContext)
pageContext - the current page contextjava.lang.String getFallbackElement(CMSItemModel cmsItemModel)
cmsItemModel - the CMS item modelCopyright © 2018 SAP SE. All Rights Reserved.