org.skyscreamer.yoga.demo.test.controller
Class UserController
java.lang.Object
org.skyscreamer.yoga.demo.test.controller.AbstractController<User>
org.skyscreamer.yoga.demo.test.controller.UserController
@Controller
@RequestMapping(value="/user")
public class UserController
- extends AbstractController<User>
Created by IntelliJ IDEA. User: Carter Page
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserController
public UserController()
getUsers
@RequestMapping
public List<User> getUsers()
Copyright © 2012. All Rights Reserved.