Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.config.beans
Class LocaleConfigBean

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

public class LocaleConfigBean
extends Object

Configuration bean for <locale-config> element.


Constructor Summary
LocaleConfigBean()
           
 
Method Summary
 void addSupportedLocale(String supportedLocale)
           
 String getDefaultLocale()
           
 String[] getSupportedLocales()
           
 void removeSupportedLocale(String supportedLocale)
           
 void setDefaultLocale(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 String getDefaultLocale()

setDefaultLocale

public void setDefaultLocale(String defaultLocale)

addSupportedLocale

public void addSupportedLocale(String supportedLocale)

getSupportedLocales

public String[] getSupportedLocales()

removeSupportedLocale

public void removeSupportedLocale(String supportedLocale)

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.