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

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

public class ResourceNameKey
extends Object
implements IKey

A key based on shared resource's name

See Also:
Serialized Form

Constructor Summary
ResourceNameKey(String resourceName)
           
 
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

ResourceNameKey

public ResourceNameKey(String resourceName)
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.