-
- All Implemented Interfaces:
public class ApplicationScopedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Constructor Summary
Constructors Constructor Description ApplicationScopedQuery(String namespace, String applicationName, Locale language)
-
Method Summary
Modifier and Type Method Description final LocalegetCurrentLanguage()final StringgetNamespace()final StringgetApplicationName()final LocalegetLanguage()-
-
Method Detail
-
getCurrentLanguage
final Locale getCurrentLanguage()
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
-
-
-