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(ConfigurableEmbeddedServletContainer container)
Customize the specified
ConfigurableEmbeddedServletContainer . |
void customize(ConfigurableEmbeddedServletContainer container)
ConfigurableEmbeddedServletContainer
.container
- the container to customizeCopyright © 2015 Pivotal Software, Inc.. All rights reserved.