public class LocaleConfigServiceImpl extends Object implements LocaleConfigService
| Constructor and Description |
|---|
LocaleConfigServiceImpl(org.exoplatform.container.xml.InitParams params,
org.exoplatform.container.configuration.ConfigurationManager cmanager) |
| Modifier and Type | Method and Description |
|---|---|
LocaleConfig |
getDefaultLocaleConfig() |
Collection<LocaleConfig> |
getLocalConfigs() |
LocaleConfig |
getLocaleConfig(String lang) |
protected void |
parseConfiguration(InputStream is) |
public LocaleConfig getDefaultLocaleConfig()
getDefaultLocaleConfig in interface LocaleConfigServicepublic LocaleConfig getLocaleConfig(String lang)
getLocaleConfig in interface LocaleConfigServicelang - a locale languagepublic Collection<LocaleConfig> getLocalConfigs()
getLocalConfigs in interface LocaleConfigServiceprotected void parseConfiguration(InputStream is) throws Exception
ExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.