|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.uri.URIParam
public class URIParam
Helper Class to keep a key and a value together in one object. Used for URI Parameters
Constructor Summary | |
---|---|
URIParam(String key,
Object value)
Creates a new Object from Key and Value |
Method Summary | |
---|---|
String |
getKey()
Returns the key. |
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(String key, Object value)
key
- A String with the Param Name.value
- An Object with the Value.Method Detail |
---|
public String getKey()
public Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |