Class ResourceReference.Key
- java.lang.Object
-
- org.apache.wicket.request.resource.ResourceReference.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ResourceReference
public static class ResourceReference.Key extends Object implements Serializable
A (re-usable) data store for all relevant ResourceReference data- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Locale
getLocale()
Gets locale.String
getName()
Gets name.String
getScope()
Gets scope.Class<?>
getScopeClass()
String
getStyle()
Gets style.String
getVariation()
Gets variation.int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Key
public Key(ResourceReference reference)
Construct.- Parameters:
reference
- resource reference
-
-
Method Detail
-
getScopeClass
public final Class<?> getScopeClass()
- Returns:
- Assuming scope ist a fully qualified class name, than get the associated class
-
getVariation
public final String getVariation()
Gets variation.- Returns:
- variation
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
-