Interface NavigationEntryConverterRegistry
- All Known Implementing Classes:
DefaultNavigationEntryConverterRegistry
public interface NavigationEntryConverterRegistry
Registry that stores a collection of
NavigationEntryItemModelConverter.-
Method Summary
Modifier and TypeMethodDescriptiongetNavigationEntryItemModelConverter(String itemType) Get a specificNavigationEntryItemModelConverterby its itemType.Deprecated, for removal: This API element is subject to removal in a future version.since 1811.
-
Method Details
-
getSupportedItemTypes
Deprecated, for removal: This API element is subject to removal in a future version.since 1811.Get a list of supported navigation entry item types.- Returns:
- an
Optionallist of item types supported by this registry.