|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.xlightweb.NameValuePair
public final class NameValuePair
Name-Value-Pair
| Constructor Summary | |
|---|---|
NameValuePair(String nvp)
constructor |
|
NameValuePair(String name,
String value)
constructor |
|
| Method Summary | |
|---|---|
String |
getName()
return the name |
String |
getValue()
return the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameValuePair(String nvp)
nvp - the name value pair "{name}={value}"
public NameValuePair(String name,
String value)
name - the namevalue - the value| Method Detail |
|---|
public String getName()
public String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||