Class UrlMapperHandler.MapProperties
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
sunlabs.brazil.handler.UrlMapperHandler.MapProperties
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- Enclosing class:
UrlMapperHandler
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.
- Version:
- 2.6, 07/03/26
- Author:
- Stephen Uhler
- See Also:
-
Field Summary
Fields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetProperty(String key) getProperty(String key, String dflt) Methods inherited from class Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
MapProperties
-
-
Method Details
-
addItem
-
getProperty
- Overrides:
getPropertyin classProperties
-
getProperty
- Overrides:
getPropertyin classProperties
-