Uses of Class
org.springframework.core.env.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
Modifier and TypeClassDescriptionclass
Environment
implementation suitable for use in 'standard' (i.e. -
Uses of AbstractEnvironment in org.springframework.mock.env
Modifier and TypeClassDescriptionclass
SimpleConfigurableEnvironment
implementation exposingMockEnvironment.setProperty(String, String)
andMockEnvironment.withProperty(String, String)
methods for testing purposes. -
Uses of AbstractEnvironment in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
Environment
implementation to be used byServlet
-based web applications.