public class LocaleConfigBean extends Object
Configuration bean for <locale-config> element.
| Constructor and Description |
|---|
LocaleConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSupportedLocale(String supportedLocale) |
String |
getDefaultLocale() |
String[] |
getSupportedLocales() |
void |
removeSupportedLocale(String supportedLocale) |
void |
setDefaultLocale(String defaultLocale) |
public String getDefaultLocale()
public void setDefaultLocale(String defaultLocale)
public void addSupportedLocale(String supportedLocale)
public String[] getSupportedLocales()
public void removeSupportedLocale(String supportedLocale)
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.