WebServerApplicationContext
Interface to be implemented by application contexts that create and manage the lifecycle of an embedded WebServer.
Author
Phillip Webb
Since
2.0.0
Inheritors
Functions
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
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