org.apache.wicket.protocol.ws.api.registry
Class PageIdKey

java.lang.Object
  extended by org.apache.wicket.protocol.ws.api.registry.PageIdKey
All Implemented Interfaces:
Serializable, IKey, org.apache.wicket.util.io.IClusterable

public class PageIdKey
extends Object
implements IKey

A key based on page's id

See Also:
Serialized Form

Constructor Summary
PageIdKey(Integer pageId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageIdKey

public PageIdKey(Integer pageId)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006–2020 Apache Software Foundation. All rights reserved.