com.atlassian.crowd.util
Class I18nHelperConfigurationImpl

java.lang.Object
  extended by com.atlassian.crowd.util.I18nHelperConfigurationImpl
All Implemented Interfaces:
I18nHelperConfiguration

public class I18nHelperConfigurationImpl
extends Object
implements I18nHelperConfiguration


Constructor Summary
I18nHelperConfigurationImpl(Locale locale, List<String> bundleLocations)
           
 
Method Summary
 List<String> getBundleLocations()
           
 Locale getLocale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nHelperConfigurationImpl

public I18nHelperConfigurationImpl(Locale locale,
                                   List<String> bundleLocations)
Method Detail

getLocale

public Locale getLocale()
Specified by:
getLocale in interface I18nHelperConfiguration
Returns:
locale for internationalisation.

getBundleLocations

public List<String> getBundleLocations()
Specified by:
getBundleLocations in interface I18nHelperConfiguration
Returns:
internationalisation bundle locations.


Copyright © 2013 Atlassian. All Rights Reserved.