|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigService
Definition of a Configuration Service
| Method Summary | |
|---|---|
void |
addDeployer(ConfigDeployer configDeployer)
|
List<ConfigDeployment> |
appendConfig(ConfigSource configSource)
|
Config |
getConfig(Object object)
Retrieves the configuration for the given object |
Config |
getConfig(Object object,
ConfigLookupContext context)
Retrieves the configuration for the given object using the given context |
Config |
getGlobalConfig()
Returns just the global configuration, this allows the config service to be used independently of objects if desired (all config is placed in a global section). |
void |
reset()
Resets the Config Service |
| Method Detail |
|---|
Config getConfig(Object object)
object - The object to use as the basis of the lookup
Config getConfig(Object object,
ConfigLookupContext context)
object - The object to use as the basis of the lookupcontext - The context to use for the lookup
Config getGlobalConfig()
void reset()
List<ConfigDeployment> appendConfig(ConfigSource configSource)
void addDeployer(ConfigDeployer configDeployer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||