Class LocaleRepositoryImpl
- java.lang.Object
-
- de.digitalcollections.cudami.template.website.springboot.repository.LocaleRepositoryImpl
-
- All Implemented Interfaces:
LocaleRepository
@Repository public class LocaleRepositoryImpl extends java.lang.Object implements LocaleRepository
-
-
Constructor Summary
Constructors Constructor Description LocaleRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Locale>getAll()java.util.LocalegetDefault()
-
-
-
Method Detail
-
getDefault
public java.util.Locale getDefault()
- Specified by:
getDefaultin interfaceLocaleRepository
-
getAll
public java.util.List<java.util.Locale> getAll()
- Specified by:
getAllin interfaceLocaleRepository
-
-