return ObjectUtils.cast(applicationContext.getBean("moduleManagementFacade"), ModuleManagementFacade.class);
}
public String[] getBootstrapContextLocations(ServletContext servletContext) {
return new DefaultBootstrapLocationResolutionStrategy().getBootstrapContextLocations(servletContext);
}