@Controller public class UserListController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log
Logger for this class and subclasses
|
| Constructor and Description |
|---|
UserListController() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayUsers(org.springframework.ui.ModelMap model,
String action,
String name,
Role role,
Boolean includeDisabled) |
protected List<User> |
getUsers(String action,
String name,
Role role,
Boolean includeDisabled) |
protected final org.apache.commons.logging.Log log
@RequestMapping(value="/admin/users/users")
public void displayUsers(org.springframework.ui.ModelMap model,
@RequestParam(value="action",required=false)
String action,
@RequestParam(value="name",required=false)
String name,
@RequestParam(value="role",required=false)
Role role,
@RequestParam(value="includeDisabled",required=false)
Boolean includeDisabled)
throws Exception
ExceptionCopyright © 2015 OpenMRS Inc.. All rights reserved.