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 ComponentProperties
ComponentConfiguration.properties
private ComponentProperties
ConfigurationObjectCache.properties
Methods in com.germinus.easyconf that return ComponentPropertiesModifier and TypeMethodDescriptionprivate ComponentProperties
ComponentConfiguration.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) Object
ConfigurationLoader.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 ConfigurationObjectCache
ConfigurationLoader.readConfigurationObjectFromDatabase
(String companyId, String componentName, String confName, ComponentProperties properties, String sourceName) private ConfigurationObjectCache
ConfigurationLoader.readConfigurationObjectFromXMLFile
(String companyId, String componentName, String confName, ComponentProperties properties) void
ConfigurationLoader.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 Object
PropertyTag.readProperty
(ComponentProperties conf)