org.skyscreamer.yoga.demo.controller
Class UserController

java.lang.Object
  extended by org.skyscreamer.yoga.demo.controller.UserController

@Controller
public class UserController
extends Object

Created by IntelliJ IDEA. User: Carter Page Date: 4/11/11 Time: 5:07 PM


Constructor Summary
UserController()
           
 
Method Summary
 User get(long id)
           
 List<User> getUsers()
           
 
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

get

public User get(long id)

getUsers

public List<User> getUsers()


Copyright © 2011. All Rights Reserved.