Will register all of the supplied CustomScopeConfigurer.setScopes(java.util.Map) scopes with the ConfigurableListableBeanFactory that is passed to the CustomScopeConfigurer.postProcessBeanFactory(ConfigurableListableBeanFactory) method. author: Rick Evanssince: 2.0
The keys indicate the scope names (of type String); each value is expected to be the corresponding custom Scope instance.