public interface EmbeddedServletContainerCustomizer
Beware: calls to this interface are usually made from a
EmbeddedServletContainerCustomizerBeanPostProcessor
which is a
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
.
EmbeddedServletContainerCustomizerBeanPostProcessor
Modifier and Type | Method and Description |
---|---|
void |
customize(ConfigurableEmbeddedServletContainerFactory factory)
Customize the specified
ConfigurableEmbeddedServletContainerFactory . |
void customize(ConfigurableEmbeddedServletContainerFactory factory)
ConfigurableEmbeddedServletContainerFactory
.factory
- the factory to customizeCopyright © 2013. All rights reserved.