public class SubstPropsHandler.SubstProps
extends java.util.Properties
| Constructor and Description |
|---|
SubstProps(Request r) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(java.lang.Object key)
If the key doesn't exist, but the "derived" key and value
do exist, then return the substituted value
|
java.lang.String |
getProperty(java.lang.String key) |
getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic SubstProps(Request r)
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Map<java.lang.Object,java.lang.Object>get in class java.util.Hashtable<java.lang.Object,java.lang.Object>public java.lang.String getProperty(java.lang.String key)
getProperty in class java.util.Properties