Class DefaultLocaleProvider

  • All Implemented Interfaces:
    LocaleProvider

    public class DefaultLocaleProvider
    extends java.lang.Object
    implements LocaleProvider
    Created by prakashb on 11/7/18.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getLocales()
      Will return the list of locales with descending priroty for the current request
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultLocaleProvider

        public DefaultLocaleProvider()
    • Method Detail

      • getLocales

        public java.lang.String[] getLocales()
        Description copied from interface: LocaleProvider
        Will return the list of locales with descending priroty for the current request
        Specified by:
        getLocales in interface LocaleProvider