Class StandardServletEnvironment

All Implemented Interfaces:
ConfigurableEnvironment, ConfigurablePropertyResolver, Environment, PropertyResolver, ConfigurableWebEnvironment

public class StandardServletEnvironment extends StandardEnvironment implements 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(org.springframework.core.env.MutablePropertySources) method documentation for details.

Since:
3.1
Author:
Chris Beams, Juergen Hoeller
See Also: