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