Uses of Class
com.germinus.easyconf.ComponentProperties
Packages that use ComponentProperties
-
Uses of ComponentProperties in com.germinus.easyconf
Fields in com.germinus.easyconf declared as ComponentPropertiesModifier and TypeFieldDescriptionprivate ComponentPropertiesComponentConfiguration.propertiesprivate ComponentPropertiesConfigurationObjectCache.propertiesMethods in com.germinus.easyconf that return ComponentPropertiesModifier and TypeMethodDescriptionprivate ComponentPropertiesComponentConfiguration.getAvailableProperties()ComponentConfiguration.getProperties()Get a typed map of the properties associated with this componentConfigurationLoader.readPropertiesConfiguration(String companyId, String componentName) Methods in com.germinus.easyconf with parameters of type ComponentPropertiesModifier and TypeMethodDescription(package private) ObjectConfigurationLoader.loadXMLFile(URL confFileUrl, ComponentProperties properties) Read an XML file and return an Object representation of its contentsConfigurationLoader.readConfigurationObject(String companyId, String componentName, String confName, ComponentProperties properties) private ConfigurationObjectCacheConfigurationLoader.readConfigurationObjectFromDatabase(String companyId, String componentName, String confName, ComponentProperties properties, String sourceName) private ConfigurationObjectCacheConfigurationLoader.readConfigurationObjectFromXMLFile(String companyId, String componentName, String confName, ComponentProperties properties) voidConfigurationLoader.saveConfigurationObjectIntoDatabase(Object configurationObject, String companyId, String componentName, String confName, ComponentProperties properties) Constructors in com.germinus.easyconf with parameters of type ComponentPropertiesModifierConstructorDescriptionConfigurationObjectCache(Object confObj, URL confFileUrl, ComponentProperties properties, String confName) -
Uses of ComponentProperties in com.germinus.easyconf.taglib
Methods in com.germinus.easyconf.taglib with parameters of type ComponentPropertiesModifier and TypeMethodDescriptionprivate ObjectPropertyTag.readProperty(ComponentProperties conf)