org.skyscreamer.yoga.demo.test.controller
Class UserController

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.controller.AbstractController<User>
      extended by org.skyscreamer.yoga.demo.test.controller.UserController

@Controller
@RequestMapping(value="/user")
public class UserController
extends AbstractController<User>

Created by IntelliJ IDEA. User: Carter Page


Constructor Summary
UserController()
           
 
Method Summary
 List<User> getUsers()
           
 
Methods inherited from class org.skyscreamer.yoga.demo.test.controller.AbstractController
get, notFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserController

public UserController()
Method Detail

getUsers

@RequestMapping
public List<User> getUsers()


Copyright © 2011. All Rights Reserved.