Package | Description |
---|---|
de.novanic.eventservice.config | |
de.novanic.eventservice.config.loader |
Modifier and Type | Method and Description |
---|---|
void |
EventServiceConfigurationFactory.addConfigurationLoader(ConfigLevel aLevel,
ConfigurationLoader aConfigurationLoader)
Adds a
ConfigurationLoader (in the queue before the default
configuration loaders). |
void |
EventServiceConfigurationFactory.addCustomConfigurationLoader(ConfigurationLoader aConfigurationLoader)
Adds a custom
ConfigurationLoader (in the queue before the default
configuration loaders). |
void |
EventServiceConfigurationFactory.removeConfigurationLoader(ConfigurationLoader aConfigurationLoader)
Removes a
ConfigurationLoader . |
void |
EventServiceConfigurationFactory.replaceConfigurationLoader(ConfigLevel aLevel,
ConfigurationLoader aConfigurationLoader)
Replaces a configuration loader at the specified configuration level.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfigurationLoader
DefaultConfigurationLoader is used by
EventServiceConfigurationFactory if no
configuration could be found. |
class |
PropertyConfigurationLoader
PropertyConfigurationLoader is used by
EventServiceConfigurationFactory
to load the EventServiceConfiguration with a properties file. |
class |
WebDescriptorConfigurationLoader
WebDescriptorConfigurationLoader is used by
EventServiceConfigurationFactory
to load the EventServiceConfiguration with the servlet parameters / init-parameters
of the web-descriptor. |
Copyright © 2012. All Rights Reserved.