- All Superinterfaces:
java.lang.Cloneable,java.io.Serializable
- All Known Implementing Classes:
DefaultProfile
public interface Profile
extends java.lang.Cloneable, java.io.Serializable
Localization profile.
The specific implementation depends on the needs of the application and is implemented in the application.
Framework provides default implementation
DefaultProfile-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGET_LOCALE_METHODstatic java.lang.StringGET_QUALIFIERS_METHOD -
Method Summary
Modifier and Type Method Description java.util.LocalegetLocale()Returns client locale.ObjectiveQualifiersgetQualifiers()Returns localization qualifier values
-
Field Details
-
GET_LOCALE_METHOD
static final java.lang.String GET_LOCALE_METHOD- See Also:
- Constant Field Values
-
GET_QUALIFIERS_METHOD
static final java.lang.String GET_QUALIFIERS_METHOD- See Also:
- Constant Field Values
-
-
Method Details
-
getLocale
java.util.Locale getLocale()Returns client locale.- Returns:
-
getQualifiers
ObjectiveQualifiers getQualifiers()Returns localization qualifier values
-