@Controller @RequestMapping(value="/alerts") public class AlertsController extends Object
Constructor and Description |
---|
AlertsController() |
Modifier and Type | Method and Description |
---|---|
AlertsService |
getAlertsService() |
CampusService |
getCampusService() |
String |
getJavaScript(org.springframework.ui.Model uiModel) |
Properties |
getKmeProperties() |
String |
getList(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
String |
getListJson(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel)
Deprecated.
|
void |
setAlertsService(AlertsService alertsService) |
void |
setCampusService(CampusService campusService) |
void |
setKmeProperties(Properties kmeProperties) |
public AlertsController()
@RequestMapping(method=GET) public String getList(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
@RequestMapping(value="/js/alerts.js") public String getJavaScript(org.springframework.ui.Model uiModel)
@Deprecated @RequestMapping(method=GET, headers="Accept=application/json") @ResponseBody public String getListJson(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
public AlertsService getAlertsService()
public void setAlertsService(AlertsService alertsService)
public CampusService getCampusService()
public void setCampusService(CampusService campusService)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.