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 SummaryNested Classes Modifier and Type Class Description static classLocaleBean.Locale
 - 
Constructor SummaryConstructors Constructor Description LocaleBean(RealmModel realm, Locale current, javax.ws.rs.core.UriBuilder uriBuilder, Properties messages)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrent()StringgetCurrentLanguageTag()List<LocaleBean.Locale>getSupported()
 
- 
- 
- 
Constructor Detail- 
LocaleBeanpublic LocaleBean(RealmModel realm, Locale current, javax.ws.rs.core.UriBuilder uriBuilder, Properties messages) 
 
- 
 - 
Method Detail- 
getCurrentpublic String getCurrent() 
 - 
getCurrentLanguageTagpublic String getCurrentLanguageTag() 
 - 
getSupportedpublic List<LocaleBean.Locale> getSupported() 
 
- 
 
-