Class HybrisWebApplicationBeanFactoryPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanFactoryPostProcessor

    public class HybrisWebApplicationBeanFactoryPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
    Spring web applications specific bean factory post processor.

    Responsibility of this BeanFactoryPostProcessor is to propagate to each BeanFactory a tenant specific PropertyPlaceholderConfigurer.

    • Field Detail

      • PLATFORM_PROP_PLACEHOLDER

        public static java.lang.String PLATFORM_PROP_PLACEHOLDER
    • Constructor Detail

      • HybrisWebApplicationBeanFactoryPostProcessor

        public HybrisWebApplicationBeanFactoryPostProcessor()
    • Method Detail

      • postProcessBeanFactory

        public void postProcessBeanFactory​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                                    throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • adjustPropertyPlaceholder

        protected void adjustPropertyPlaceholder​(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)