Interface LocaleRepository
-
public interface LocaleRepositoryRepository for Locale persistence handling.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocaleRepository.Config
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>findAllLanguages()java.util.List<java.lang.String>findAllLocales()java.util.LocalegetDefaultLanguage()java.lang.StringgetDefaultLocale()
-