com.ephox.editlive.http.manager
Class NameValuePair

java.lang.Object
  extended by com.ephox.editlive.http.manager.NameValuePair

public class NameValuePair
extends Object

HTTP POST value object used by HttpManager.post(URL, String, NameValuePair...)

Since:
7.5

Constructor Summary
NameValuePair(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair(String name,
                     String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.