|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.globus.mds.webmds.ParameterMap
| Nested Class Summary |
| Nested classes inherited from class java.util.HashMap |
|
| Nested classes inherited from class java.util.AbstractMap |
|
| Field Summary |
| Fields inherited from class java.util.HashMap |
|
| Fields inherited from class java.util.AbstractMap |
|
| Constructor Summary | |
ParameterMap()
|
|
| Method Summary | |
java.lang.String |
debugKeyString()
|
ParameterMap |
prefixedSubMap(java.lang.String prefix)
prefixedSubMap -- takes a parameter set, finds the subset whose names start with "prefix.", and returns a set that contains those parameters, with the "prefix." stripped off their names. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
java.lang.Object |
putParameter(Parameter param)
|
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Constructor Detail |
public ParameterMap()
| Method Detail |
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
public java.lang.Object putParameter(Parameter param)
throws ParameterMapException
ParameterMapException
public ParameterMap prefixedSubMap(java.lang.String prefix)
throws ParameterMapException
prefix - the prefix to search for.
ParameterMapException
public java.lang.String debugKeyString()
throws ParameterMapException
ParameterMapException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||