@RequestMapping(value="VIEW")
public class NotificationController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_HIDDEN_ERRORS |
static java.lang.String |
NORMAL_VIEW_NAME_DEFAULT |
static java.lang.String |
NORMAL_VIEW_NAME_PREFERENCE |
static java.lang.String |
VIEW_NAME_DEFAULT |
static java.lang.String |
VIEW_NAME_PREFERENCE |
| 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,
java.lang.String errorKey) |
java.lang.String |
showNotificationsList(javax.portlet.RenderRequest req) |
public static final java.lang.String VIEW_NAME_PREFERENCE
public static final java.lang.String NORMAL_VIEW_NAME_PREFERENCE
public static final java.lang.String VIEW_NAME_DEFAULT
public static final java.lang.String NORMAL_VIEW_NAME_DEFAULT
public static final java.lang.String ATTRIBUTE_HIDDEN_ERRORS
@RenderMapping public java.lang.String showNotificationsList(javax.portlet.RenderRequest req)
@ResourceMapping(value="GET-NOTIFICATIONS")
public org.springframework.web.portlet.ModelAndView getNotifications(javax.portlet.ResourceRequest req)
throws java.io.IOException
java.io.IOException@ActionMapping(params="action=hideError")
public void hideError(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="errorKey")
java.lang.String errorKey)
throws java.io.IOException
java.io.IOException