open class StandardServletEnvironment : StandardEnvironment, ConfigurableWebEnvironment
Environment implementation to be used by Servlet-based web applications. All web-related (servlet-based) ApplicationContext classes initialize an instance by default.
Contributes ServletConfig, ServletContext, and JNDI-based PropertySource instances. See #customizePropertySources method documentation for details.
Author
Chris Beams
Since
3.1
See Also
StandardEnvironment
StandardServletEnvironment()
Environment implementation to be used by Contributes |
static val JNDI_PROPERTY_SOURCE_NAME: String
JNDI property source name: {@value} |
|
static val SERVLET_CONFIG_PROPERTY_SOURCE_NAME: String
Servlet config init parameters property source name: {@value} |
|
static val SERVLET_CONTEXT_PROPERTY_SOURCE_NAME: String
Servlet context init parameters property source name: {@value} |
open fun initPropertySources(servletContext: ServletContext, servletConfig: ServletConfig): Unit |