Class LocaleConfig
- java.lang.Object
- 
- org.apache.myfaces.config.element.LocaleConfig
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- LocaleConfigImpl
 
 public abstract class LocaleConfig extends Object implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LocaleConfig()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaddSupportedLocale(String locale)abstract StringgetDefaultLocale()abstract List<String>getSupportedLocales()
 
-