Class ResourceReference.UrlAttributes
- java.lang.Object
-
- org.apache.wicket.request.resource.ResourceReference.UrlAttributes
-
- Enclosing class:
- ResourceReference
public static class ResourceReference.UrlAttributes extends Object
- Author:
- Matej Knopp
- See Also:
ResourceReference.getUrlAttributes()
-
-
Constructor Summary
Constructors Constructor Description UrlAttributes(Locale locale, String style, String variation)
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Locale
getLocale()
String
getStyle()
String
getVariation()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
UrlAttributes
public UrlAttributes(Locale locale, String style, String variation)
Construct.- Parameters:
locale
- resource localestyle
- resource stylevariation
- resource variation
-
-
Method Detail
-
getVariation
public String getVariation()
- Returns:
- variation
-
toString
public String toString()
- Overrides:
toString
in classObject
- See Also:
Object.toString()
-
-