org.apache.myfaces.config.impl.digester.elements
Class LocaleConfigImpl

java.lang.Object
  extended by org.apache.myfaces.config.element.LocaleConfig
      extended by org.apache.myfaces.config.impl.digester.elements.LocaleConfigImpl
All Implemented Interfaces:
Serializable

public class LocaleConfigImpl
extends LocaleConfig
implements Serializable

Author:
Oliver Rossmueller
See Also:
Serialized Form

Constructor Summary
LocaleConfigImpl()
           
 
Method Summary
 void addSupportedLocale(String locale)
           
 String getDefaultLocale()
           
 List<String> getSupportedLocales()
           
 void setDefaultLocale(String defaultLocale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleConfigImpl

public LocaleConfigImpl()
Method Detail

setDefaultLocale

public void setDefaultLocale(String defaultLocale)

addSupportedLocale

public void addSupportedLocale(String locale)

getDefaultLocale

public String getDefaultLocale()
Specified by:
getDefaultLocale in class LocaleConfig

getSupportedLocales

public List<String> getSupportedLocales()
Specified by:
getSupportedLocales in class LocaleConfig


Copyright © 2015 The Apache Software Foundation. All rights reserved.