org.kuali.mobility.alerts.controllers
Class AlertsController

java.lang.Object
  extended by org.kuali.mobility.alerts.controllers.AlertsController

@Controller
@RequestMapping(value="/alerts")
public class AlertsController
extends Object


Constructor Summary
AlertsController()
           
 
Method Summary
 String getList(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
           
 String getListJson(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertsController

public AlertsController()
Method Detail

getList

@RequestMapping(method=GET)
public String getList(javax.servlet.http.HttpServletRequest request,
                                     org.springframework.ui.Model uiModel)

getListJson

@RequestMapping(method=GET,
                headers="Accept=application/json")
@ResponseBody
public String getListJson(javax.servlet.http.HttpServletRequest request,
                                                      org.springframework.ui.Model uiModel)


Copyright © 2011 The Kuali Foundation. All Rights Reserved.