com.atlassian.gadgets.test
Class AjaxRequest

java.lang.Object
  extended by com.atlassian.gadgets.test.AjaxRequest

public final class AjaxRequest
extends Object


Constructor Summary
AjaxRequest(URL url, List<org.apache.commons.httpclient.NameValuePair> params)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<org.apache.commons.httpclient.NameValuePair> getParams()
           
 URL getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AjaxRequest

public AjaxRequest(URL url,
                   List<org.apache.commons.httpclient.NameValuePair> params)
Method Detail

getUrl

public URL getUrl()

getParams

public List<org.apache.commons.httpclient.NameValuePair> getParams()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 Atlassian. All Rights Reserved.