Uses of Class
org.springframework.core.env.AbstractEnvironment
Packages that use AbstractEnvironment
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
This package contains mock implementations of the
Environment and
PropertySource
abstractions introduced in Spring 3.1.Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.-
Uses of AbstractEnvironment in org.springframework.core.env
Subclasses of AbstractEnvironment in org.springframework.core.envModifier and TypeClassDescriptionclassEnvironmentimplementation suitable for use in 'standard' (i.e. -
Uses of AbstractEnvironment in org.springframework.mock.env
Subclasses of AbstractEnvironment in org.springframework.mock.envModifier and TypeClassDescriptionclassSimpleConfigurableEnvironmentimplementation exposingMockEnvironment.setProperty(String, String)andMockEnvironment.withProperty(String, String)methods for testing purposes. -
Uses of AbstractEnvironment in org.springframework.web.context.support
Subclasses of AbstractEnvironment in org.springframework.web.context.supportModifier and TypeClassDescriptionclassEnvironmentimplementation to be used byServlet-based web applications.