Uses of Class
org.openxava.util.PropertiesManagerException
×News: OpenXava 7.7 released - March 9 · Read more
Packages that use PropertiesManagerException
-
Uses of PropertiesManagerException in org.openxava.util
Methods in org.openxava.util that throw PropertiesManagerExceptionModifier and TypeMethodDescriptionPropertiesManager.executeGet(String propertyName) Gets the value of the indicated property.PropertiesManager.executeGets(String properties) Gets a group of property values in a map.voidPropertiesManager.executeSet(String propertyName, Object value) Update property.voidPropertiesManager.executeSetFromString(String propertyName, Object value) Update property from a string, making needed conversions.voidPropertiesManager.executeSets(Map properties) Sets property values from a map.voidPropertiesManager.executeSetsFromStrings(Map properties) Sets property values from a map, trying to convert strings to value of valid type for properties.booleanIf the property exists.String[]PropertiesManager.getPropertiesNames()Names of all properties managed bythis.PropertiesManager.getPropertyDescriptor(String propertyName) String[]PropertiesManager.getReadablesPropertiesNames()Names of all properties managed bythiswith getter method.String[]PropertiesManager.getWritablesPropertiesNames()Names of all properties managed bythiswith setter method.booleanIf the property has getter.booleanIf the property has setter.