Uses of Class
com.germinus.easyconf.ComponentProperties

Packages that use ComponentProperties
com.germinus.easyconf   
com.germinus.easyconf.taglib   
 

Uses of ComponentProperties in com.germinus.easyconf
 

Fields in com.germinus.easyconf declared as ComponentProperties
private  ComponentProperties ConfigurationObjectCache.properties
           
private  ComponentProperties ComponentConfiguration.properties
           
 

Methods in com.germinus.easyconf that return ComponentProperties
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)
           
 

Methods in com.germinus.easyconf with parameters of type ComponentProperties
(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)
           
 

Constructors in com.germinus.easyconf with parameters of type ComponentProperties
ConfigurationObjectCache(java.lang.Object confObj, java.net.URL confFileUrl, ComponentProperties properties, java.lang.String confName)
           
 

Uses of ComponentProperties in com.germinus.easyconf.taglib
 

Methods in com.germinus.easyconf.taglib with parameters of type ComponentProperties
private  java.lang.Object PropertyTag.readProperty(ComponentProperties conf)