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