@Controller @RequestMapping(value="/locale") public class Csv2ExtJsLocaleController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
LOG
The LOGGER instance (that will be available in all subclasses)
|
| Constructor and Description |
|---|
Csv2ExtJsLocaleController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAllComponentsForLocale(String appId,
String locale) |
Csv2ExtJsLocaleService |
getService() |
void |
setService(Csv2ExtJsLocaleService service) |
protected final org.apache.logging.log4j.Logger LOG
@RequestMapping(value="/{appId}/{locale}.json",
method=GET)
@ResponseBody
public Map<String,Object> getAllComponentsForLocale(@PathVariable
String appId,
@PathVariable
String locale)
public Csv2ExtJsLocaleService getService()
public void setService(Csv2ExtJsLocaleService service)
service - the service to setCopyright © 2019 terrestris GmbH & Co. KG. All rights reserved.