WebApplicationContext
.See: Description
Class | Description |
---|---|
AnnotationConfigServletWebServerApplicationContext |
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. |
ServletWebServerApplicationContext |
A
WebApplicationContext that can be used to bootstrap itself from a contained
ServletWebServerFactory bean. |
ServletWebServerApplicationContext.ExistingWebApplicationScopes |
Utility class to store and restore any user defined scopes.
|
ServletWebServerInitializedEvent |
Event to be published after the
ServletWebServerApplicationContext is refreshed
and the WebServer is ready. |
WebApplicationContextServletContextAwareProcessor |
Variant of
ServletContextAwareProcessor for use with a
ConfigurableWebApplicationContext . |
XmlServletWebServerApplicationContext |
ServletWebServerApplicationContext which takes its configuration from XML
documents, understood by an
XmlBeanDefinitionReader . |
WebApplicationContext
.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.