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.AnnotationConfigNonEmbeddedWebApplicationContext that needs to
be populated through AnnotationConfigNonEmbeddedWebApplicationContext.register(java.lang.Class<?>...) calls and then manually
refreshed.AnnotationConfigNonEmbeddedWebApplicationContext, deriving
bean definitions from the given annotated classes and automatically refreshing the
context.AnnotationConfigNonEmbeddedWebApplicationContext, scanning for
bean definitions in the given packages and automatically refreshing the context.Auto-configuration that records Servlet interactions
with a CounterService and GaugeService.EmbeddedWebApplicationContext that can be used with a
SpringApplication in a web (i.e.WebApplicationContext with the given fully loaded
ServletContext.BeanNameGenerator for use with
AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner
, if any.ScopeMetadataResolver to use for detected bean classes.ContextLoaderListener that uses SpringApplication to initialize an
application context.Copyright © 2014 Pivotal. All rights reserved.