Class LocaleProperty


  • public class LocaleProperty
    extends Object
    Locale model.

    Documentation in this class focus synchronization behavior. About the use behind the fields in the portal.

    Since:
    8.1.0
    Version:
    $Revision: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
    • Constructor Detail

      • LocaleProperty

        public LocaleProperty()
    • Method Detail

      • getDefaultLocale

        public String getDefaultLocale()
      • setDefaultLocale

        public void setDefaultLocale​(String defaultLocale)
      • getDetectLocaleFromUserBrowser

        public Boolean getDetectLocaleFromUserBrowser()
      • setDetectLocaleFromUserBrowser

        public void setDetectLocaleFromUserBrowser​(Boolean detectLocaleFromUserBrowser)
      • getSupportedLocales

        public List<String> getSupportedLocales()
      • setSupportedLocales

        public void setSupportedLocales​(List<String> supportedLocales)