Class LocaleRepositoryImpl

java.lang.Object
de.digitalcollections.cudami.server.backend.inmemory.LocaleRepositoryImpl
All Implemented Interfaces:
LocaleRepository

@Repository
public class LocaleRepositoryImpl
extends java.lang.Object
implements LocaleRepository
  • Constructor Summary

    Constructors
    Constructor Description
    LocaleRepositoryImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> findAllLanguages()  
    java.util.List<java.util.Locale> findAllLocales()  
    java.lang.String getDefaultLanguage()  
    java.util.Locale getDefaultLocale()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait