List<String> classList = ServiceProviderFinderFactory.getServiceProviderFinder(externalContext)
.getServiceProviderList(FACES_CONFIGURATION_MERGER);
// create the instance using decorator pattern
return ClassUtils.buildApplicationObject(FacesConfigurationMerger.class,
classList, new DefaultFacesConfigurationMerger());
}