public interface WebServerApplicationContext extends ApplicationContext
application contexts that
 create and manage the lifecycle of an embedded WebServer.FACTORY_BEAN_PREFIXCLASSPATH_ALL_URL_PREFIXCLASSPATH_URL_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| String | getServerNamespace()Returns the namespace of the web server application context or  nullif no
 namespace has been set. | 
| WebServer | getWebServer()Returns the  WebServerthat was created by the context ornullif
 the server has not yet been created. | 
getApplicationName, getAutowireCapableBeanFactory, getDisplayName, getId, getParent, getStartupDategetEnvironmentcontainsBeanDefinition, findAnnotationOnBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanNamesForAnnotation, getBeanNamesForType, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType, getBeansWithAnnotationcontainsLocalBean, getParentBeanFactorycontainsBean, getAliases, getBean, getBean, getBean, getBean, getBean, getType, isPrototype, isSingleton, isTypeMatch, isTypeMatchgetMessage, getMessage, getMessagepublishEvent, publishEventgetResourcesgetClassLoader, getResourceWebServer getWebServer()
WebServer that was created by the context or null if
 the server has not yet been created.String getServerNamespace()
null if no
 namespace has been set. Used for disambiguation when multiple web servers are
 running in the same application (for example a management context running on a
 different port).Copyright © 2018 Pivotal Software, Inc.. All rights reserved.