Package | Description |
---|---|
com.germinus.easyconf | |
com.germinus.easyconf.taglib |
Modifier and Type | Field and Description |
---|---|
private ComponentProperties |
ConfigurationObjectCache.properties |
private ComponentProperties |
ComponentConfiguration.properties |
Modifier and Type | Method and Description |
---|---|
private ComponentProperties |
ComponentConfiguration.getAvailableProperties() |
ComponentProperties |
ComponentConfiguration.getProperties()
Get a typed map of the properties associated with this component
|
ComponentProperties |
ConfigurationLoader.readPropertiesConfiguration(java.lang.String companyId,
java.lang.String componentName) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
ConfigurationLoader.loadXMLFile(java.net.URL confFileUrl,
ComponentProperties properties)
Read an XML file and return an Object representation of its contents
|
ConfigurationObjectCache |
ConfigurationLoader.readConfigurationObject(java.lang.String companyId,
java.lang.String componentName,
java.lang.String confName,
ComponentProperties properties) |
private ConfigurationObjectCache |
ConfigurationLoader.readConfigurationObjectFromDatabase(java.lang.String companyId,
java.lang.String componentName,
java.lang.String confName,
ComponentProperties properties,
java.lang.String sourceName) |
private ConfigurationObjectCache |
ConfigurationLoader.readConfigurationObjectFromXMLFile(java.lang.String companyId,
java.lang.String componentName,
java.lang.String confName,
ComponentProperties properties) |
void |
ConfigurationLoader.saveConfigurationObjectIntoDatabase(java.lang.Object configurationObject,
java.lang.String companyId,
java.lang.String componentName,
java.lang.String confName,
ComponentProperties properties) |
Constructor and Description |
---|
ConfigurationObjectCache(java.lang.Object confObj,
java.net.URL confFileUrl,
ComponentProperties properties,
java.lang.String confName) |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
PropertyTag.readProperty(ComponentProperties conf) |