Package org.springframework.boot.web.context
package org.springframework.boot.web.context
Web integrations with Spring's
ApplicationContext
.-
ClassDescriptionSPI interface to be implemented by most if not all
web server application contexts
.Exception thrown when there is noWebServerFactory
bean of the required type defined in aWebServerApplicationContext
.ApplicationContextInitializer
that setsEnvironment
properties for the ports thatWebServer
servers are actually listening on.Interface to be implemented byapplication contexts
that create and manage the lifecycle of an embeddedWebServer
.SmartLifecycle
to triggerWebServer
graceful shutdown.Event to be published when theWebServer
is ready.AnApplicationListener
that saves embedded server port and management port into file.