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 Constructor Description DictionaryBootstrapPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
-
Method Detail
-
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)
-
-