org.springframework.boot.context.embedded

Class EmbeddedServletContainerCustomizerBeanPostProcessor

  • java.lang.Object
    • org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware


    public class EmbeddedServletContainerCustomizerBeanPostProcessor
    extends Object
    implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
    BeanPostProcessor that apply all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainer beans.
    Author:
    Dave Syer, Phillip Webb
    • Constructor Detail

      • EmbeddedServletContainerCustomizerBeanPostProcessor

        public EmbeddedServletContainerCustomizerBeanPostProcessor()
    • Method Detail

      • setApplicationContext

        public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • postProcessBeforeInitialization

        public Object postProcessBeforeInitialization(Object bean,
                                                      String beanName)
                                               throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • postProcessAfterInitialization

        public Object postProcessAfterInitialization(Object bean,
                                                     String beanName)
                                              throws org.springframework.beans.BeansException
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.