Class LocaleConfigImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.LocaleConfig
- 
- org.apache.myfaces.config.impl.element.LocaleConfigImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class LocaleConfigImpl extends LocaleConfig implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LocaleConfigImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSupportedLocale(String locale)StringgetDefaultLocale()List<String>getSupportedLocales()voidsetDefaultLocale(String defaultLocale)
 
- 
- 
- 
Method Detail- 
setDefaultLocalepublic void setDefaultLocale(String defaultLocale) 
 - 
addSupportedLocalepublic void addSupportedLocale(String locale) - Specified by:
- addSupportedLocalein class- LocaleConfig
 
 - 
getDefaultLocalepublic String getDefaultLocale() - Specified by:
- getDefaultLocalein class- LocaleConfig
 
 - 
getSupportedLocalespublic List<String> getSupportedLocales() - Specified by:
- getSupportedLocalesin class- LocaleConfig
 
 
- 
 
-