org.skyscreamer.yoga.demo.resteasy.resources
Class UserController

java.lang.Object
  extended by org.skyscreamer.yoga.demo.resteasy.resources.AbstractController<User>
      extended by org.skyscreamer.yoga.demo.resteasy.resources.UserController

@Controller
public class UserController
extends AbstractController<User>

Created by IntelliJ IDEA. User: Carter Page


Constructor Summary
UserController()
           
 
Method Summary
 List<User> getUsers(String selectorString)
           
 
Methods inherited from class org.skyscreamer.yoga.demo.resteasy.resources.AbstractController
get
 
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

public List<User> getUsers(String selectorString)


Copyright © 2011. All Rights Reserved.