com.sun.faces.config.beans
Class LocaleConfigBean
java.lang.Object
com.sun.faces.config.beans.LocaleConfigBean
public class LocaleConfigBean
- extends Object
Configuration bean for <locale-config> element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleConfigBean
public LocaleConfigBean()
getDefaultLocale
public String getDefaultLocale()
setDefaultLocale
public void setDefaultLocale(String defaultLocale)
addSupportedLocale
public void addSupportedLocale(String supportedLocale)
getSupportedLocales
public String[] getSupportedLocales()
removeSupportedLocale
public void removeSupportedLocale(String supportedLocale)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.