Class LocaleController

  • All Implemented Interfaces:
    java.io.Serializable

    @JArchSessionScoped
    public class LocaleController
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()  
      java.lang.String getLanguage()  
      java.util.Locale getLocale()  
      • Methods inherited from class java.lang.Object

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

      • LocaleController

        public LocaleController()
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
      • getCountry

        public java.lang.String getCountry()
      • getLanguage

        public java.lang.String getLanguage()