@RequestMapping(value = "/{lang}/admin.config.csw.customelementset.save", produces = {
MediaType.APPLICATION_XML_VALUE, MediaType.APPLICATION_JSON_VALUE })
public @ResponseBody
OkResponse exec(@RequestParam("xpath") List<String> xpathList) throws Exception {
saveCustomElementSets(xpathList);
return new OkResponse();
}