@RequestMapping("/{someID}") public @ResponseBody int getAttr(@PathVariable(value="someID") String id, @RequestParam String someAttr) { }