photospace.web
Class History.Entry

java.lang.Object
  extended byphotospace.web.History.Entry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
History

public class History.Entry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
History.Entry(javax.servlet.http.HttpServletRequest request, Meta meta)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLabel()
           
 java.lang.String getUrl()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

History.Entry

public History.Entry(javax.servlet.http.HttpServletRequest request,
                     Meta meta)
Method Detail

getLabel

public java.lang.String getLabel()

getUrl

public java.lang.String getUrl()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()