@Controller @RequestMapping(value="/alerts") public class AlertsController extends Object
Constructor and Description |
---|
AlertsController() |
Modifier and Type | Method and Description |
---|---|
String |
getList(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
String |
getListJson(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
public AlertsController()
@RequestMapping(method=GET) public String getList(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
@RequestMapping(method=GET, headers="Accept=application/json") @ResponseBody public String getListJson(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.