Class ILocaleProvider.HippoLocale
- java.lang.Object
-
- org.hippoecm.frontend.translation.ILocaleProvider.HippoLocale
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ILocaleProvider
public abstract static class ILocaleProvider.HippoLocale extends Object implements Serializable
Description of a content locale. Provides the (java) Locale and UI presentation details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HippoLocale(Locale locale, String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getDisplayName(Locale locale)
abstract org.apache.wicket.request.resource.ResourceReference
getIcon(IconSize size, ILocaleProvider.LocaleState type)
Locale
getLocale()
String
getName()
-