sunlabs.brazil.handler
Class UrlMapperHandler.MapProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
sunlabs.brazil.handler.UrlMapperHandler.MapProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
- Enclosing class:
- UrlMapperHandler
public class UrlMapperHandler.MapProperties
- extends Properties
Look in a dictionary first, then the provided properties.
XXX There are lots of little classes like this sprinkled
throught the code. They should be consolidated. This is
for Format.subst, and is not a complete implementation.
- See Also:
- Serialized Form
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
UrlMapperHandler.MapProperties
public UrlMapperHandler.MapProperties(Properties props,
Dictionary dict)
addItem
public void addItem(String name,
String value)
getProperty
public String getProperty(String key,
String dflt)
- Overrides:
getProperty
in class Properties
getProperty
public String getProperty(String key)
- Overrides:
getProperty
in class Properties