Uses of Class
org.springframework.core.env.EnumerablePropertySource
Packages that use EnumerablePropertySource
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for Spring's resource abstraction.
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 EnumerablePropertySource in org.springframework.core.env
Subclasses of EnumerablePropertySource in org.springframework.core.envModifier and TypeClassDescriptionclass
Abstract base class forPropertySource
implementations backed by command line arguments.class
CompositePropertySource
implementation that iterates over a set ofPropertySource
instances.class
CommandLinePropertySource
implementation backed by a JOptOptionSet
.class
PropertySource
that reads keys and values from aMap
object.class
PropertySource
implementation that extracts properties from aProperties
object.class
CommandLinePropertySource
implementation backed by a simple String array.class
Specialization ofMapPropertySource
designed for use with system environment variables. -
Uses of EnumerablePropertySource in org.springframework.core.io.support
Subclasses of EnumerablePropertySource in org.springframework.core.io.supportModifier and TypeClassDescriptionclass
Subclass ofPropertiesPropertySource
that loads aProperties
object from a givenResource
or resource location such as"classpath:/com/myco/foo.properties"
or"file:/path/to/file.xml"
. -
Uses of EnumerablePropertySource in org.springframework.mock.env
Subclasses of EnumerablePropertySource in org.springframework.mock.env -
Uses of EnumerablePropertySource in org.springframework.web.context.support
Subclasses of EnumerablePropertySource in org.springframework.web.context.supportModifier and TypeClassDescriptionclass
PropertySource
that reads init parameters from aServletConfig
object.class
PropertySource
that reads init parameters from aServletContext
object.