ComponentsConfig componentsConfig = assertNotNull(parentConfiguration, "parentConfiguration")
.getComponentsConfig();
if (componentsConfig == null) {
// create default components configuration
componentsConfig = new ComponentsConfigImpl();
}
return componentsConfig;
}