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 |
---|---|
ErrorPageFilter |
A special
AbstractConfigurableEmbeddedServletContainer for non-embedded
applications (i.e. |
OrderedCharacterEncodingFilter |
CharacterEncodingFilter that also implements Ordered . |
OrderedHiddenHttpMethodFilter |
HiddenHttpMethodFilter that also implements Ordered . |
OrderedHttpPutFormContentFilter |
HttpPutFormContentFilter that also implements Ordered . |
OrderedRequestContextFilter |
RequestContextFilter that also implements Ordered . |
ServerPortInfoApplicationContextInitializer |
ApplicationContextInitializer that sets Environment properties for the
ports that EmbeddedServletContainer servers are actually listening on. |
ServletContextApplicationContextInitializer |
ApplicationContextInitializer for setting the servlet context. |
SpringBootServletInitializer |
An opinionated
WebApplicationInitializer to run a SpringApplication
from a traditional WAR deployment. |
ApplicationContext
support relating to web
deployment.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.