|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigSource | |
|---|---|
| org.springframework.extensions.config | |
| org.springframework.extensions.config.source | |
| org.springframework.extensions.config.xml | |
| Uses of ConfigSource in org.springframework.extensions.config |
|---|
| Fields in org.springframework.extensions.config declared as ConfigSource | |
|---|---|
protected ConfigSource |
BaseConfigService.configSource
|
| Methods in org.springframework.extensions.config with parameters of type ConfigSource | |
|---|---|
List<ConfigDeployment> |
ConfigService.appendConfig(ConfigSource configSource)
|
List<ConfigDeployment> |
BaseConfigService.appendConfig(ConfigSource configSource)
|
| Constructors in org.springframework.extensions.config with parameters of type ConfigSource | |
|---|---|
BaseConfigService(ConfigSource configSource)
Construct the service with the source from which it must read |
|
| Uses of ConfigSource in org.springframework.extensions.config.source |
|---|
| Classes in org.springframework.extensions.config.source that implement ConfigSource | |
|---|---|
class |
BaseConfigSource
Base class for ConfigSource implementations, provides support for parsing comma separated sources and iterating around them |
class |
ClassPathConfigSource
ConfigSource implementation that gets its data via the class path. |
class |
FileConfigSource
ConfigSource implementation that gets its data via a file or files. |
class |
HTTPConfigSource
ConfigSource implementation that gets its data via HTTP. |
class |
JarConfigSource
ConfigSource implementation that gets its data via a file within a JAR file. |
class |
UrlConfigSource
ConfigSource that looks for a prefix to determine where to look for the config. Valid prefixes are: file: the location provided is a path to a physical file classpath: the location provided is a resource on the classpath http: the location provided is a HTTP address jar: the location provided is within a JAR file. |
class |
WebAppConfigSource
ConfigSource implementation that gets its data via files in a web application. |
| Uses of ConfigSource in org.springframework.extensions.config.xml |
|---|
| Constructors in org.springframework.extensions.config.xml with parameters of type ConfigSource | |
|---|---|
XMLConfigService(ConfigSource configSource)
Constructs an XMLConfigService using the given config source |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||