java.lang.Objectorg.springframework.beans.factory.config.CustomScopeConfigurer
All Implemented Interfaces:
Ordered, BeanFactoryPostProcessor, BeanClassLoaderAware
Will register all of the supplied scopes with the ConfigurableListableBeanFactory that is passed to the #postProcessBeanFactory(ConfigurableListableBeanFactory) method.
This class allows for declarative registration of custom scopes. Alternatively, consider implementing a custom BeanFactoryPostProcessor that calls ConfigurableBeanFactory#registerScope programmatically.
Juergen - HoellerRick - Evans2.0 - | Method from org.springframework.beans.factory.config.CustomScopeConfigurer Summary: |
|---|
| getOrder, postProcessBeanFactory, setBeanClassLoader, setOrder, setScopes |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.factory.config.CustomScopeConfigurer Detail: |
|---|
|
|
|
|
The keys indicate the scope names (of type String); each value is expected to be the corresponding custom Scope instance or class name. |