Class DefaultDynamicFormsConfigFallbackStrategy
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy<DynamicForms>
-
- com.hybris.cockpitng.core.config.impl.DefaultDynamicFormsConfigFallbackStrategy
-
- All Implemented Interfaces:
CockpitConfigurationFallbackStrategy<DynamicForms>
public class DefaultDynamicFormsConfigFallbackStrategy extends AbstractCockpitConfigurationFallbackStrategy<DynamicForms>
Fallback configuration strategy forDynamicFormsThis strategy creates empty configuration for dynamic forms
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy
INITIAL, MANDATORY, OTHER, UNIQUE
-
-
Constructor Summary
Constructors Constructor Description DefaultDynamicFormsConfigFallbackStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicFormsloadFallbackConfiguration(ConfigContext context, java.lang.Class<DynamicForms> configurationType)Generates and loads a fallback configuration for the given context and configuration type.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.AbstractCockpitConfigurationFallbackStrategy
getAttributes, getMandatoryAttributes, getTypeFacade, getUniqueAttributes, loadType, setTypeFacade
-
-
-
-
Method Detail
-
loadFallbackConfiguration
public DynamicForms loadFallbackConfiguration(ConfigContext context, java.lang.Class<DynamicForms> configurationType)
Description copied from interface:CockpitConfigurationFallbackStrategyGenerates and loads a fallback configuration for the given context and configuration type.- Parameters:
context- configuration contextconfigurationType- 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
-
-