org.apache.commons.jxpath
Class MapDynamicPropertyHandler
java.lang.Object
org.apache.commons.jxpath.MapDynamicPropertyHandler
- DynamicPropertyHandler
public class MapDynamicPropertyHandler
extends java.lang.Object
Implements the DynamicPropertyHandler interface for java.util.Map.
$Revision: 1.7 $ $Date: 2004/03/02 01:03:14 $ Object | getProperty(Object object, String propertyName) - Returns the value for the specified key.
|
String[] | getPropertyNames(Object object) - Returns string representations of all keys in the map.
|
void | setProperty(Object object, String propertyName, Object value) - Sets the specified key value.
|