Class DictionaryBootstrapPostProcessor
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.model.compatibility.DictionaryBootstrapPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class DictionaryBootstrapPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Dictionary bootstap post processor.
Ensures compatibility with 4.2 and 4.2.1 as well as 4.2.2.
- Since:
- 2.2
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessBeanFactory
(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Constructor Details
-
DictionaryBootstrapPostProcessor
public DictionaryBootstrapPostProcessor()
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) - Specified by:
postProcessBeanFactory
in interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor
- See Also:
-
BeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)
-