Package-level declarations
Servlet based web integrations with Spring's WebApplicationContext.
Types
Link copied to clipboard
open class AnnotationConfigServletWebApplicationContext : GenericWebApplicationContext, AnnotationConfigRegistry
GenericWebApplicationContextthat accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using
javax.inject
annotations.Link copied to clipboard
open class AnnotationConfigServletWebServerApplicationContext : ServletWebServerApplicationContext, AnnotationConfigRegistry
ServletWebServerApplicationContext that accepts annotated classes as input - in particular @Configuration -annotated classes, but also plain @Component classes and JSR-330 compliant classes using
javax.inject
annotations.Link copied to clipboard
open class ServletWebServerApplicationContext : GenericWebApplicationContext, ConfigurableWebServerApplicationContext
A WebApplicationContext that can be used to bootstrap itself from a contained ServletWebServerFactory bean.
Link copied to clipboard
Event to be published after the WebServer is ready.
Link copied to clipboard
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
Link copied to clipboard
ServletWebServerApplicationContext which takes its configuration from XML documents, understood by an org.springframework.beans.factory.xml.XmlBeanDefinitionReader.