- 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 java.lang.StringGET_LOCALE_METHOD -
Method Summary
Modifier and Type Method Description java.util.LocalegetLocale()Returns user locale.
-
Field Details
-
GET_LOCALE_METHOD
static final java.lang.String GET_LOCALE_METHOD- See Also:
- Constant Field Values
-
-
Method Details
-
getLocale
java.util.Locale getLocale()Returns user locale.
-