com.sun.faces.config.beans
Class LocaleConfigBean

java.lang.Object
  extended by com.sun.faces.config.beans.LocaleConfigBean

public class LocaleConfigBean
extends java.lang.Object

Configuration bean for <locale-config> element.


Constructor Summary
LocaleConfigBean()
           
 
Method Summary
 void addSupportedLocale(java.lang.String supportedLocale)
           
 java.lang.String getDefaultLocale()
           
 java.lang.String[] getSupportedLocales()
           
 void removeSupportedLocale(java.lang.String supportedLocale)
           
 void setDefaultLocale(java.lang.String defaultLocale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleConfigBean

public LocaleConfigBean()
Method Detail

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.