Class DefaultNavigationEntryConverterRegistry

  • All Implemented Interfaces:
    NavigationEntryConverterRegistry, org.springframework.beans.factory.InitializingBean

    @Deprecated(since="1811",
                forRemoval=true)
    public class DefaultNavigationEntryConverterRegistry
    extends java.lang.Object
    implements NavigationEntryConverterRegistry, org.springframework.beans.factory.InitializingBean
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1811, please use CMSItemFacade instead.
    Default implementation of the NavigationEntryConverterRegistry. This implementation uses autowire-by-type to inject all beans implementing NavigationEntryItemModelConverter.
    • Constructor Detail

      • DefaultNavigationEntryConverterRegistry

        public DefaultNavigationEntryConverterRegistry()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getSupportedItemTypes

        @Deprecated(since="1811",
                    forRemoval=true)
        public java.util.Optional<java.util.List<java.lang.String>> getSupportedItemTypes()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: NavigationEntryConverterRegistry
        Get a list of supported navigation entry item types.
        Specified by:
        getSupportedItemTypes in interface NavigationEntryConverterRegistry
        Returns:
        an Optional list of item types supported by this registry.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getNavigationEntryItemModelConverters

        protected java.util.Set<NavigationEntryItemModelConverter> getNavigationEntryItemModelConverters()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setNavigationEntryItemModelConverters

        public void setNavigationEntryItemModelConverters​(java.util.Set<NavigationEntryItemModelConverter> navigationEntryItemModelConverters)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getTypeService

        protected TypeService getTypeService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setTypeService

        public void setTypeService​(TypeService typeService)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getNavigationEntryItemModelConverterMap

        protected java.util.Map<java.lang.String,​NavigationEntryItemModelConverter> getNavigationEntryItemModelConverterMap()
        Deprecated, for removal: This API element is subject to removal in a future version.