Package-level declarations
Web integrations with Spring's ApplicationContext.
Types
Link copied to clipboard
interface ConfigurableWebServerApplicationContext : ConfigurableApplicationContext, WebServerApplicationContext
SPI interface to be implemented by most if not all web server application contexts.
Link copied to clipboard
Exception thrown when there is no WebServerFactory bean of the required type defined in a WebServerApplicationContext.
Link copied to clipboard
open class ServerPortInfoApplicationContextInitializer : ApplicationContextInitializer<C> , ApplicationListener<E>
ApplicationContextInitializer that sets Environment properties for the ports that WebServer servers are actually listening on.
Link copied to clipboard
Interface to be implemented by application contexts that create and manage the lifecycle of an embedded WebServer.
Link copied to clipboard
SmartLifecycle to trigger WebServer graceful shutdown.
Link copied to clipboard
Event to be published when the WebServer is ready.
Link copied to clipboard
An ApplicationListener that saves embedded server port and management port into file.