@Controller @RequestMapping(value="/notifications") public class NotificationController extends Object
Constructor and Description |
---|
NotificationController() |
Modifier and Type | Method and Description |
---|---|
NotificationService |
getNotificationService() |
String |
notifications(javax.servlet.http.HttpServletRequest request,
String deviceId,
org.springframework.ui.Model uiModel) |
void |
setNotificationService(NotificationService notificationService) |
String |
submit(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel,
Object command,
org.springframework.validation.BindingResult result) |
public NotificationController()
@RequestMapping(method=GET) @ResponseBody public String notifications(javax.servlet.http.HttpServletRequest request, @RequestParam(value="deviceId") String deviceId, org.springframework.ui.Model uiModel)
@RequestMapping(method=POST) public String submit(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel, @ModelAttribute(value="command") Object command, org.springframework.validation.BindingResult result)
public NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2011-2014 The Kuali Foundation. All Rights Reserved.