@RequestMapping(value = "/{path}/toList") public String toList(@PathVariable String path) { return "xte/" + path; }