Class LanguageController
- java.lang.Object
-
- de.digitalcollections.cudami.admin.controller.LanguageController
-
@RestController public class LanguageController extends Object
-
-
Constructor Summary
Constructors Constructor Description LanguageController(CudamiClient cudamiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetDefaultLanguages()List<String>getLanguages()
-
-
-
Constructor Detail
-
LanguageController
public LanguageController(CudamiClient cudamiClient)
-
-
Method Detail
-
getLanguages
@GetMapping("/api/languages") public List<String> getLanguages() throws HttpException- Throws:
HttpException
-
getDefaultLanguages
@GetMapping("/api/languages/default") public Locale getDefaultLanguages() throws HttpException- Throws:
HttpException
-
-