Package de.hybris.platform.spring.ctx
Class HybrisWebApplicationBeanFactoryPostProcessor
- java.lang.Object
-
- de.hybris.platform.spring.ctx.HybrisWebApplicationBeanFactoryPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public class HybrisWebApplicationBeanFactoryPostProcessor extends java.lang.Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessorSpring web applications specific bean factory post processor.Responsibility of this
BeanFactoryPostProcessoris to propagate to eachBeanFactorya tenant specificPropertyPlaceholderConfigurer.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPLATFORM_PROP_PLACEHOLDER
-
Constructor Summary
Constructors Constructor Description HybrisWebApplicationBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadjustPropertyPlaceholder(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-
-
Method Detail
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException- Specified by:
postProcessBeanFactoryin interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor- Throws:
org.springframework.beans.BeansException
-
adjustPropertyPlaceholder
protected void adjustPropertyPlaceholder(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
-