@Configuration @EnableConfigurationProperties @ConditionalOnWebApplication public class ServerPropertiesAutoConfiguration extends Object implements ApplicationContextAware, EmbeddedServletContainerCustomizer
Auto-configuration that configures the
 ConfigurableEmbeddedServletContainer from a ServerProperties bean.| Constructor and Description | 
|---|
ServerPropertiesAutoConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(ConfigurableEmbeddedServletContainer container)
Customize the specified  
ConfigurableEmbeddedServletContainer. | 
ServerProperties | 
serverProperties()  | 
void | 
setApplicationContext(ApplicationContext applicationContext)  | 
@Bean @ConditionalOnMissingBean(search=CURRENT) public ServerProperties serverProperties()
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic void customize(ConfigurableEmbeddedServletContainer container)
EmbeddedServletContainerCustomizerConfigurableEmbeddedServletContainer.customize in interface EmbeddedServletContainerCustomizercontainer - the container to customizeCopyright © 2014 Pivotal Software, Inc.. All rights reserved.