org.apache.wicket
Class PageReference

java.lang.Object
  extended by org.apache.wicket.PageReference
All Implemented Interfaces:
java.io.Serializable, IClusterable

public class PageReference
extends java.lang.Object
implements IClusterable

Unique identifier of a page instance

Author:
igor.vaynberg
See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object obj)
           
 Page getPage()
           
 int getPageId()
          Gets pageId.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPage

public Page getPage()
Returns:
The page that the this PageReference references

getPageId

public int getPageId()
Gets pageId.

Returns:
pageId

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)


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