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 ComponentProperties
ComponentConfiguration. properties
private ComponentProperties
ConfigurationObjectCache. properties
Methods in com.germinus.easyconf that return ComponentProperties Modifier and Type Method Description private ComponentProperties
ComponentConfiguration. getAvailableProperties()
ComponentProperties
ComponentConfiguration. getProperties()
Get a typed map of the properties associated with this componentComponentProperties
ConfigurationLoader. 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.Object
ConfigurationLoader. loadXMLFile(java.net.URL confFileUrl, ComponentProperties properties)
Read an XML file and return an Object representation of its contentsConfigurationObjectCache
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 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.Object
PropertyTag. readProperty(ComponentProperties conf)
-