|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesManagerException | |
|---|---|
| org.openxava.util | |
| Uses of PropertiesManagerException in org.openxava.util |
|---|
| Methods in org.openxava.util that throw PropertiesManagerException | |
|---|---|
java.lang.Object |
PropertiesManager.executeGet(java.lang.String propertyName)
Gets the value of the indicated property. |
java.util.Map |
PropertiesManager.executeGets(java.lang.String properties)
Gets a group of property values in a map. |
void |
PropertiesManager.executeSet(java.lang.String propertyName,
java.lang.Object value)
Update property. |
void |
PropertiesManager.executeSetFromString(java.lang.String propertyName,
java.lang.Object value)
Update property from a string, making needed conversions. |
void |
PropertiesManager.executeSets(java.util.Map properties)
Sets property values from a map. |
void |
PropertiesManager.executeSetsFromStrings(java.util.Map properties)
Sets property values from a map, trying to convert strings to value of valid type for properties. |
boolean |
PropertiesManager.exists(java.lang.String propertyName)
If the property exists. |
java.lang.String[] |
PropertiesManager.getPropertiesNames()
Names of all properties managed by this. |
java.beans.PropertyDescriptor |
PropertiesManager.getPropertyDescriptor(java.lang.String propertyName)
|
java.lang.String[] |
PropertiesManager.getReadablesPropertiesNames()
Names of all properties managed by this with getter method. |
java.lang.String[] |
PropertiesManager.getWritablesPropertiesNames()
Names of all properties managed by this with setter method. |
boolean |
PropertiesManager.hasGetter(java.lang.String propertyName)
If the property has getter. |
boolean |
PropertiesManager.hasSetter(java.lang.String propertyName)
If the property has setter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||