Class LocaleConfigImpl
java.lang.Object
org.apache.myfaces.config.element.LocaleConfig
org.apache.myfaces.config.impl.element.LocaleConfigImpl
- All Implemented Interfaces:
- Serializable
- Author:
- Oliver Rossmueller
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddSupportedLocale(String locale) voidsetDefaultLocale(String defaultLocale) 
- 
Constructor Details- 
LocaleConfigImplpublic LocaleConfigImpl()
 
- 
- 
Method Details- 
setDefaultLocale
- 
addSupportedLocale- Specified by:
- addSupportedLocalein class- LocaleConfig
 
- 
getDefaultLocale- Specified by:
- getDefaultLocalein class- LocaleConfig
 
- 
getSupportedLocales- Specified by:
- getSupportedLocalesin class- LocaleConfig
 
 
-