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 class
LocaleBean.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 String
getCurrent()
String
getCurrentLanguageTag()
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()
-
-