com.atlassian.crowd.util
Class I18nHelperConfigurationImpl

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

public class I18nHelperConfigurationImpl
extends java.lang.Object
implements I18nHelperConfiguration


Constructor Summary
I18nHelperConfigurationImpl(java.util.Locale locale, java.util.List<java.lang.String> bundleLocations)
           
 
Method Summary
 java.util.List<java.lang.String> getBundleLocations()
           
 java.util.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(java.util.Locale locale,
                                   java.util.List<java.lang.String> bundleLocations)
Method Detail

getLocale

public java.util.Locale getLocale()
Specified by:
getLocale in interface I18nHelperConfiguration

getBundleLocations

public java.util.List<java.lang.String> getBundleLocations()
Specified by:
getBundleLocations in interface I18nHelperConfiguration


Copyright © 2010 Atlassian. All Rights Reserved.