|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
sunlabs.brazil.handler.UrlMapperHandler.MapProperties
public class UrlMapperHandler.MapProperties
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.
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
UrlMapperHandler.MapProperties(java.util.Properties props,
java.util.Dictionary dict)
|
|
| Method Summary | |
|---|---|
void |
addItem(java.lang.String name,
java.lang.String value)
|
java.lang.String |
getProperty(java.lang.String key)
|
java.lang.String |
getProperty(java.lang.String key,
java.lang.String dflt)
|
| Methods inherited from class java.util.Properties |
|---|
list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UrlMapperHandler.MapProperties(java.util.Properties props,
java.util.Dictionary dict)
| Method Detail |
|---|
public void addItem(java.lang.String name,
java.lang.String value)
public java.lang.String getProperty(java.lang.String key,
java.lang.String dflt)
getProperty in class java.util.Propertiespublic java.lang.String getProperty(java.lang.String key)
getProperty in class java.util.Properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||