Beware: calls to this interface are usually made from a {@link EmbeddedServletContainerCustomizerBeanPostProcessor} which is a{@link BeanPostProcessor} (so called very early in the ApplicationContext lifecycle).It might be safer to lookup dependencies lazily in the enclosing BeanFactory rather than injecting them with @Autowired
.
@author Dave Syer
@see EmbeddedServletContainerCustomizerBeanPostProcessor
|
|
|
|
|
|
|
|
|
|