Uses of Interface
org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
Package
Description
Core classes for auto-configuration of actuator web concerns.
Reactive based web integrations with Spring's
ApplicationContext
.Servlet based web integrations with Spring's
WebApplicationContext
.-
Uses of ConfigurableWebServerApplicationContext in org.springframework.boot.actuate.autoconfigure.web
Modifier and TypeMethodDescriptionManagementContextFactory.createManagementContext
(ApplicationContext parent, Class<?>... configurationClasses) Create the management application context. -
Uses of ConfigurableWebServerApplicationContext in org.springframework.boot.web.reactive.context
Modifier and TypeClassDescriptionclass
ReactiveWebServerApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.class
AGenericReactiveWebApplicationContext
that can be used to bootstrap itself from a containedReactiveWebServerFactory
bean. -
Uses of ConfigurableWebServerApplicationContext in org.springframework.boot.web.servlet.context
Modifier and TypeClassDescriptionclass
ServletWebServerApplicationContext
that accepts annotated classes as input - in particular@Configuration
-annotated classes, but also plain@Component
classes and JSR-330 compliant classes usingjavax.inject
annotations.class
AWebApplicationContext
that can be used to bootstrap itself from a containedServletWebServerFactory
bean.class
ServletWebServerApplicationContext
which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
.