接口 ConfigurableWebServerApplicationContext

所有超级接口:
ApplicationContext, ApplicationEventPublisher, AutoCloseable, BeanFactory, Closeable, ConfigurableApplicationContext, EnvironmentCapable, HierarchicalBeanFactory, Lifecycle, ListableBeanFactory, MessageSource, ResourceLoader, ResourcePatternResolver, WebServerApplicationContext
所有已知实现类:
AnnotationConfigReactiveWebServerApplicationContext, AnnotationConfigServletWebServerApplicationContext, ReactiveWebServerApplicationContext, ServletWebServerApplicationContext, XmlServletWebServerApplicationContext

public interface ConfigurableWebServerApplicationContext extends ConfigurableApplicationContext, WebServerApplicationContext
SPI interface to be implemented by most if not all web server application contexts. Provides facilities to configure the context, in addition to the methods in the {WebServerApplicationContext} interface.
从以下版本开始:
2.0.0
作者:
Phillip Webb