Uses of Package
org.springframework.boot.web.context
Packages that use org.springframework.boot.web.context
Package
Description
Web integrations with Spring's
ApplicationContext
.Reactive based web integrations with Spring's
ApplicationContext
.Servlet based web integrations with Spring's
WebApplicationContext
.-
Classes in org.springframework.boot.web.context used by org.springframework.boot.web.contextClassDescriptionInterface to be implemented by
application contexts
that create and manage the lifecycle of an embeddedWebServer
.Event to be published when theWebServer
is ready. -
Classes in org.springframework.boot.web.context used by org.springframework.boot.web.reactive.contextClassDescriptionSPI interface to be implemented by most if not all
web server application contexts
.Interface to be implemented byapplication contexts
that create and manage the lifecycle of an embeddedWebServer
.Event to be published when theWebServer
is ready. -
Classes in org.springframework.boot.web.context used by org.springframework.boot.web.servlet.contextClassDescriptionSPI interface to be implemented by most if not all
web server application contexts
.Interface to be implemented byapplication contexts
that create and manage the lifecycle of an embeddedWebServer
.Event to be published when theWebServer
is ready.