ConfigurableWebServerApplicationContext
interface ConfigurableWebServerApplicationContext : 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.
Author
Phillip Webb
Since
2.0.0
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <A : Annotation?> findAllAnnotationsOnBean(beanName: String, annotationType: Class<A>, allowFactoryBeanInit: Boolean): Set<A>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T> getBeanProvider(requiredType: Class<T>, allowEagerInit: Boolean): ObjectProvider<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the namespace of the web server application context or
null
if no namespace has been set.Returns the server namespace if the specified context is a WebServerApplicationContext.
Link copied to clipboard
Link copied to clipboard
Returns the WebServer that was created by the context or
null
if the server has not yet been created.Link copied to clipboard
Returns
true
if the specified context is a WebServerApplicationContext with a matching server namespace.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set the server namespace of the context.