public class EmbeddedServletContainerCustomizerBeanPostProcessor extends Object implements BeanPostProcessor, ApplicationContextAware
BeanPostProcessor
that apply all EmbeddedServletContainerCustomizer
s
from the bean factory to ConfigurableEmbeddedServletContainer
beans.Constructor and Description |
---|
EmbeddedServletContainerCustomizerBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(ApplicationContext applicationContext) |
public EmbeddedServletContainerCustomizerBeanPostProcessor()
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.