Class ResourceNameKey
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.registry.AbstractKey
-
- org.apache.wicket.protocol.ws.api.registry.ResourceNameKey
-
- All Implemented Interfaces:
Serializable
,IKey
,IClusterable
public class ResourceNameKey extends AbstractKey
A key based on shared resource's name- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceNameKey(String resourceName)
ResourceNameKey(String resourceName, String context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.apache.wicket.protocol.ws.api.registry.AbstractKey
getContext
-
-
-
-
Constructor Detail
-
ResourceNameKey
public ResourceNameKey(String resourceName)
-
ResourceNameKey
public ResourceNameKey(String resourceName, String context)
-
-