ApplicationContext support relating to web
deployment.See: Description
| Interface | Description |
|---|---|
| NonEmbeddedServletContainerFactory |
Marker interface for
EmbeddedServletContainerFactory types that are actually
safe to run in a non-embedded container. |
| Class | Description |
|---|---|
| ServletContextApplicationContextInitializer |
ApplicationContextInitializer for setting the servlet context. |
| SpringBootServletInitializer |
A handy opinionated
WebApplicationInitializer for applications that only have
one Spring servlet, and no more than a single filter (which itself is only enabled when
Spring Security is detected). |
ApplicationContext support relating to web
deployment.Copyright © 2014 Pivotal Software, Inc.. All rights reserved.