org.apache.wicket.protocol.http.mock
Class Cookies.Key

java.lang.Object
  extended by org.apache.wicket.protocol.http.mock.Cookies.Key
All Implemented Interfaces:
Serializable
Enclosing class:
Cookies

public static class Cookies.Key
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Cookies.Key(javax.servlet.http.Cookie cookie)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cookies.Key

protected Cookies.Key(javax.servlet.http.Cookie cookie)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.