Class DefaultQuickListConfigFallbackStrategy

    • Constructor Detail

      • DefaultQuickListConfigFallbackStrategy

        public DefaultQuickListConfigFallbackStrategy()
    • Method Detail

      • loadFallbackConfiguration

        public QuickList loadFallbackConfiguration​(ConfigContext context,
                                                   java.lang.Class<QuickList> configurationType)
        Description copied from interface: CockpitConfigurationFallbackStrategy
        Generates and loads a fallback configuration for the given context and configuration type.
        Parameters:
        context - configuration context
        configurationType - type of configuration to be loaded
        Returns:
        created fallback configuration or null if the strategy can not create a fallback configuration for the given context and type