Class ApplicationServletEnvironment

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

public class ApplicationServletEnvironment extends StandardServletEnvironment
StandardServletEnvironment for typical use in a typical SpringApplication.
Since:
4.0.0
Author:
Phillip Webb