@Controller @RequestMapping(value="/users") public class UserController extends Object
UserController()
String
show(Long id, org.springframework.ui.Model model)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserController()
@RequestMapping(value="/{id}") public String show(@PathVariable Long id, org.springframework.ui.Model model)
Copyright © 2014. All Rights Reserved.