Class LocaleProperties

java.lang.Object
com.foreach.across.modules.adminweb.config.LocaleProperties

@Exposed @Component @ConfigurationProperties(prefix="admin-web-module.locale") public class LocaleProperties extends Object
Author:
Arne Vandamme
  • Constructor Details

    • LocaleProperties

      public LocaleProperties()
  • Method Details

    • getDefaultLocale

      public Locale getDefaultLocale()
    • setDefaultLocale

      public void setDefaultLocale(Locale defaultLocale)
    • getOptions

      public List<Locale> getOptions()
    • setOptions

      public void setOptions(List<Locale> options)