|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.request.resource.ResourceReference.Key
public static final class ResourceReference.Key
A (re-usable) data store for all relevant ResourceReference data
| Constructor Summary | |
|---|---|
ResourceReference.Key(ResourceReference reference)
Construct. |
|
ResourceReference.Key(String scope,
String name,
Locale locale,
String style,
String variation)
Construct. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceReference.Key(ResourceReference reference)
reference - resource reference
public ResourceReference.Key(String scope,
String name,
Locale locale,
String style,
String variation)
scope - resource scopename - resource namelocale - resource localestyle - resource stylevariation - resource variation| Method Detail |
|---|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public final String getScope()
public final Class<?> getScopeClass()
public final String getName()
public final Locale getLocale()
public final String getStyle()
public final String getVariation()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||