org.appfuse.webapp.controller
Class UserController
java.lang.Object
org.appfuse.webapp.controller.UserController
@Controller
@RequestMapping(value="/admin/users*")
public class UserController
- extends Object
Simple class to retrieve a list of users from the database.
View Source
- Author:
- Matt Raible
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserController
public UserController()
setUserManager
@Autowired
public void setUserManager(UserManager userManager)
handleRequest
@RequestMapping(method=GET)
public org.springframework.web.servlet.ModelAndView handleRequest(@RequestParam(required=false,value="q")
String query)
throws Exception
- Throws:
Exception
Copyright © 2003-2012. All Rights Reserved.