@Controller @RequestMapping(value="VIEW") public class NotificationController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_HIDDEN_ERRORS |
| Constructor and Description |
|---|
NotificationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.portlet.ModelAndView |
getNotifications(javax.portlet.ResourceRequest req) |
void |
hideError(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
String errorKey) |
String |
showNotificationsList() |
public static final String ATTRIBUTE_HIDDEN_ERRORS
@RenderMapping public String showNotificationsList()
@ResourceMapping(value="GET-NOTIFICATIONS")
public org.springframework.web.portlet.ModelAndView getNotifications(javax.portlet.ResourceRequest req)
throws IOException
IOException@ActionMapping(params="action=hideError")
public void hideError(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="errorKey")
String errorKey)
throws IOException
IOExceptionCopyright © 2013 Jasig. All Rights Reserved.