Package io.jans.as.server.i18n
Class LanguageBean
java.lang.Object
io.jans.as.server.i18n.LanguageBean
- All Implemented Interfaces:
Serializable
@Named("language")
@ApplicationScoped
public class LanguageBean
extends Object
implements Serializable
- Version:
- August 9, 2017
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getMessage
(String key) void
initSupportedLocales
(io.jans.as.model.configuration.AppConfiguration appConfiguration) void
void
setLocaleCode
(String requestedLocaleCode)
-
Constructor Details
-
LanguageBean
public LanguageBean()
-
-
Method Details
-
initSupportedLocales
public void initSupportedLocales(@Observes @ConfigurationUpdate io.jans.as.model.configuration.AppConfiguration appConfiguration) -
getLocaleCode
Deprecated. -
setLocaleCode
-
getLocale
-
setLocale
-
getSupportedLocales
-
getMessage
-