|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.result.StringMapResult
public class StringMapResult
A basic JAXB-able result that outputs a
Map<String, String> for extending.
| Constructor Summary | |
|---|---|
StringMapResult()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
put(java.lang.String key,
java.lang.String value)
Adds the given key/value-pair to the Map<String, String>. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringMapResult()
| Method Detail |
|---|
public final void put(java.lang.String key,
java.lang.String value)
Map<String, String>.
key - the keyvalue - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||