| Class | Description |
|---|---|
| AnnotationConfigNonEmbeddedWebApplicationContext |
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. |
| MetricFilterAutoConfiguration |
Auto-configuration that records Servlet interactions
with a CounterService and GaugeService. |
| NonEmbeddedWebApplicationContext |
A version of the
EmbeddedWebApplicationContext that can be used with a
SpringApplication in a web (i.e. |
| SecurityFilterAutoConfiguration | |
| SpringBootContextLoaderListener |
A
ContextLoaderListener that uses SpringApplication to initialize an
application context. |
Copyright © 2016 Pivotal. All rights reserved.