Class CMSNavigationEntryItemPopulator

    • Constructor Detail

      • CMSNavigationEntryItemPopulator

        public CMSNavigationEntryItemPopulator()
    • Method Detail

      • getComponentSubTypes

        protected java.util.Map<java.lang.String,​java.lang.String> getComponentSubTypes​(java.lang.Class<?> type)
        Description copied from class: CMSItemDropdownComponentTypeAttributePopulator
        This method retrieves a map of concrete subtypes of the provided type. (If the provided type is concrete it will also be included in the map).
        Overrides:
        getComponentSubTypes in class CMSItemDropdownComponentTypeAttributePopulator
        Parameters:
        type - The type for which to retrieve its map of subtypes.
        Returns:
        map Map of concrete component subtypes. The key is the code of the sub-type and the value is its i18n key.
      • setTypeCodes

        public void setTypeCodes​(java.util.List<java.lang.String> typeCodes)
      • getTypeCodes

        protected java.util.List<java.lang.String> getTypeCodes()