Package org.apache.turbine.util.uri
Klasse URIParam
java.lang.Object
org.apache.turbine.util.uri.URIParam
Helper Class to keep a key and a value together in
one object. Used for URI Parameters
- Version:
- $Id$
- Autor:
- Henning P. Schmiedehausen
-
Konstruktordetails
-
URIParam
Creates a new Object from Key and Value- Parameter:
key
- A String with the Param Name.value
- An Object with the Value.
-
-
Methodendetails
-
getKey
Returns the key.- Gibt zurück:
- The key value.
-
getValue
Returns the value.- Gibt zurück:
- The value of this object.
-
hashCode
Calculate hash code based on field values -
equals
Calculate equality based on field values -
toString
Provide a string representation of the object
-