Uses of Class
com.germinus.easyconf.ComponentProperties
-
Packages that use ComponentProperties Package Description com.germinus.easyconf com.germinus.easyconf.taglib -
-
Uses of ComponentProperties in com.germinus.easyconf
Fields in com.germinus.easyconf declared as ComponentProperties Modifier and Type Field Description private ComponentPropertiesComponentConfiguration. propertiesprivate ComponentPropertiesConfigurationObjectCache. propertiesMethods in com.germinus.easyconf that return ComponentProperties Modifier and Type Method Description private ComponentPropertiesComponentConfiguration. getAvailableProperties()ComponentPropertiesComponentConfiguration. getProperties()Get a typed map of the properties associated with this componentComponentPropertiesConfigurationLoader. readPropertiesConfiguration(java.lang.String companyId, java.lang.String componentName)Methods in com.germinus.easyconf with parameters of type ComponentProperties Modifier and Type Method Description (package private) java.lang.ObjectConfigurationLoader. loadXMLFile(java.net.URL confFileUrl, ComponentProperties properties)Read an XML file and return an Object representation of its contentsConfigurationObjectCacheConfigurationLoader. readConfigurationObject(java.lang.String companyId, java.lang.String componentName, java.lang.String confName, ComponentProperties properties)private ConfigurationObjectCacheConfigurationLoader. readConfigurationObjectFromDatabase(java.lang.String companyId, java.lang.String componentName, java.lang.String confName, ComponentProperties properties, java.lang.String sourceName)private ConfigurationObjectCacheConfigurationLoader. readConfigurationObjectFromXMLFile(java.lang.String companyId, java.lang.String componentName, java.lang.String confName, ComponentProperties properties)voidConfigurationLoader. 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 Constructor Description 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 Modifier and Type Method Description private java.lang.ObjectPropertyTag. readProperty(ComponentProperties conf)
-