org.apache.tapestry5.internal
Class KeyValue

java.lang.Object
  extended by org.apache.tapestry5.internal.KeyValue

public class KeyValue
extends Object

A key/value pair.


Constructor Summary
KeyValue(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue(String key,
                String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()


Copyright © 2003-2012 The Apache Software Foundation.