Class NVPair
java.lang.Object
org.exoplatform.common.http.client.NVPair
This class holds a Name/Value pair of strings. It's used for headers,
form-data, attribute-lists, etc. This class is immutable.
- Version:
- 0.3-3 06/05/2001
- Author:
- Ronald Tschal�r
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NVPair
Creates a new name/value pair and initializes it to the specified name and value.- Parameters:
name- the namevalue- the value
-
NVPair
Creates a copy of a given name/value pair.- Parameters:
p- the name/value pair to copy
-
-
Method Details