|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.uri.URIParam
Helper Class to keep a key and a value together in one object. Used for URI Parameters
Constructor Summary | |
URIParam(java.lang.String key,
java.lang.Object value)
Creates a new Object from Key and Value |
Method Summary | |
java.lang.String |
getKey()
Returns the key. |
java.lang.Object |
getValue()
Returns the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URIParam(java.lang.String key, java.lang.Object value)
key
- A String with the Param Name.value
- An Object with the Value.Method Detail |
public java.lang.String getKey()
public java.lang.Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |