com.atlassian.crowd.util
Interface I18nHelperConfiguration

All Known Implementing Classes:
I18nHelperConfigurationImpl

public interface I18nHelperConfiguration

Configuration for the i18n helper. It includes locale and location for the i18n bundles.


Method Summary
 java.util.List<java.lang.String> getBundleLocations()
           
 java.util.Locale getLocale()
           
 

Method Detail

getLocale

java.util.Locale getLocale()

getBundleLocations

java.util.List<java.lang.String> getBundleLocations()


Copyright © 2010 Atlassian. All Rights Reserved.