Interface Profile

All Known Implementing Classes:
DefaultProfile

public interface Profile
User localization profile. The specific implementation depends on the needs of the application and has to be implemented in the application. Framework provides default implementation DefaultProfile
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns user locale.
  • Field Details

  • Method Details

    • getLocale

      Locale getLocale()
      Returns user locale.