com.sun.faces.config.beans
Class LocaleConfigBean
java.lang.Object
com.sun.faces.config.beans.LocaleConfigBean
public class LocaleConfigBean
- extends java.lang.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 java.lang.String getDefaultLocale()
setDefaultLocale
public void setDefaultLocale(java.lang.String defaultLocale)
addSupportedLocale
public void addSupportedLocale(java.lang.String supportedLocale)
getSupportedLocales
public java.lang.String[] getSupportedLocales()
removeSupportedLocale
public void removeSupportedLocale(java.lang.String supportedLocale)
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.