Class AbstractKey
- java.lang.Object
-
- org.apache.wicket.protocol.ws.api.registry.AbstractKey
-
- All Implemented Interfaces:
Serializable
,IKey
,IClusterable
- Direct Known Subclasses:
PageIdKey
,ResourceNameKey
,ResourceNameTokenKey
public class AbstractKey extends Object implements IKey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractKey(String context)
-
-
-
Constructor Detail
-
AbstractKey
public AbstractKey(String context)
-
-
Method Detail
-
getContext
public String getContext()
- Specified by:
getContext
in interfaceIKey
- Returns:
- return a context for the key. This could be, for instance, a page class name or a resource class name. I.e. something that allow to discriminate keys along different pages.
-
-