@Controller @RequestMapping(value="VIEW") public final class EmergencyAlertController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
VIEW_SHOW_ALERTS |
| Constructor and Description |
|---|
EmergencyAlertController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.portlet.ModelAndView |
getNotifications(javax.portlet.ResourceRequest req,
String doRefresh) |
org.springframework.web.portlet.ModelAndView |
showAlert(javax.portlet.PortletRequest req) |
public static final String VIEW_SHOW_ALERTS
@RenderMapping public org.springframework.web.portlet.ModelAndView showAlert(javax.portlet.PortletRequest req)
@ResourceMapping(value="GET-FEED")
public org.springframework.web.portlet.ModelAndView getNotifications(javax.portlet.ResourceRequest req,
@RequestParam(value="refresh",required=false)
String doRefresh)
throws IOException
IOExceptionCopyright © 2013 Jasig. All Rights Reserved.