Package org.apache.wicket
Class PageReference
- java.lang.Object
-
- org.apache.wicket.PageReference
-
- All Implemented Interfaces:
Serializable
,IClusterable
public class PageReference extends Object implements IClusterable
Unique identifier of a page instance- Author:
- igor.vaynberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageReference(int pageId)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Page
getPage()
int
getPageId()
Gets pageId.int
hashCode()
-
-
-
Constructor Detail
-
PageReference
public PageReference(int pageId)
Constructor- Parameters:
pageId
-
-
-
Method Detail
-
getPageId
public int getPageId()
Gets pageId.- Returns:
- pageId
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObject
- See Also:
Object.hashCode()
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classObject
- See Also:
Object.equals(java.lang.Object)
-
-