public static class ResourceReference.Key extends Object implements Serializable
| Constructor and Description |
|---|
ResourceReference.Key(ResourceReference reference)
Construct.
|
ResourceReference.Key(String scope,
String name,
Locale locale,
String style,
String variation)
Construct.
|
| Modifier and Type | Method and 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() |
public ResourceReference.Key(ResourceReference reference)
reference - resource referencepublic 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()Copyright © 2006–2014 Apache Software Foundation. All rights reserved.