Class I18NextResourcesController
java.lang.Object
eu.rarogsoftware.rarog.platform.app.rest.I18NextResourcesController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<byte[]>
getI18NextResource
(String localeTag, String namespace)
-
Constructor Details
-
I18NextResourcesController
-
-
Method Details
-
getI18NextResource
@GetMapping(value="{locale}/{namespace}.json", produces="application/json") @AnonymousAllowed(CORE) @ResponseBody public org.springframework.http.ResponseEntity<byte[]> getI18NextResource(@PathVariable("locale") String localeTag, @PathVariable("namespace") String namespace)
-