public class DefaultNotificationConfigFallbackStrategy extends AbstractCockpitConfigurationFallbackStrategy<NotificationArea>
| Modifier and Type | Field and Description |
|---|---|
static String |
FALLBACK_NOTIFICATION_RENDERER
Deprecated.
since 6.6 - not used anymore
|
INITIAL, MANDATORY, OTHER, UNIQUE| Constructor and Description |
|---|
DefaultNotificationConfigFallbackStrategy() |
| Modifier and Type | Method and Description |
|---|---|
NotificationArea |
loadFallbackConfiguration(ConfigContext context,
Class<NotificationArea> configurationType)
Generates and loads a fallback configuration for the given context and configuration type.
|
getAttributes, getMandatoryAttributes, getTypeFacade, getUniqueAttributes, loadType, setTypeFacade@Deprecated public static final String FALLBACK_NOTIFICATION_RENDERER
public DefaultNotificationConfigFallbackStrategy()
public NotificationArea loadFallbackConfiguration(ConfigContext context, Class<NotificationArea> configurationType)
CockpitConfigurationFallbackStrategycontext - configuration contextconfigurationType - type of configuration to be loadedCopyright © 2018. All rights reserved.