Uses of Class
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext

Packages that use EmbeddedWebApplicationContext
org.springframework.boot.context.embedded Support for embedded servlet containers. 
 

Uses of EmbeddedWebApplicationContext in org.springframework.boot.context.embedded
 

Subclasses of EmbeddedWebApplicationContext in org.springframework.boot.context.embedded
 class AnnotationConfigEmbeddedWebApplicationContext
          EmbeddedWebApplicationContext 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.
 class XmlEmbeddedWebApplicationContext
          EmbeddedWebApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
 



Copyright © 2013. All Rights Reserved.