protected void unsetConfigurationContextService(ConfigurationContextService contextService) { DataHolder.setServerConfigContext(null); }
protected void setConfigurationContextService(ConfigurationContextService contextService) { DataHolder.setServerConfigContext(contextService.getServerConfigContext()); }