Package org.keycloak.theme.beans
Class LocaleBean
java.lang.Object
org.keycloak.theme.beans.LocaleBean
- Author:
 - Stian Thorgersen
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionLocaleBean(RealmModel realm, Locale current, jakarta.ws.rs.core.UriBuilder uriBuilder, Properties messages)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanisLeftToRight(String current) booleanisRtl()Whether it is Right-to-Left language or not. 
- 
Constructor Details
- 
LocaleBean
public LocaleBean(RealmModel realm, Locale current, jakarta.ws.rs.core.UriBuilder uriBuilder, Properties messages)  
 - 
 - 
Method Details
- 
isLeftToRight
 - 
getCurrent
 - 
getCurrentLanguageTag
 - 
isRtl
public boolean isRtl()Whether it is Right-to-Left language or not. - 
getSupported
 
 -