Package org.keycloak.theme.beans
Class LocaleBean
- java.lang.Object
-
- org.keycloak.theme.beans.LocaleBean
-
public class LocaleBean extends Object
- Author:
- Stian Thorgersen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocaleBean.Locale
-
Constructor Summary
Constructors Constructor Description LocaleBean(RealmModel realm, Locale current, javax.ws.rs.core.UriBuilder uriBuilder, Properties messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrent()StringgetCurrentLanguageTag()List<LocaleBean.Locale>getSupported()
-
-
-
Constructor Detail
-
LocaleBean
public LocaleBean(RealmModel realm, Locale current, javax.ws.rs.core.UriBuilder uriBuilder, Properties messages)
-
-
Method Detail
-
getCurrent
public String getCurrent()
-
getCurrentLanguageTag
public String getCurrentLanguageTag()
-
getSupported
public List<LocaleBean.Locale> getSupported()
-
-