@Controller @RequestMapping(value="VIEW") public class NotificationController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_HIDDEN_ERRORS |
static String |
VIEW_NAME_DEFAULT |
static 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,
String errorKey) |
String |
showNotificationsList(javax.portlet.RenderRequest req) |
public static final String VIEW_NAME_PREFERENCE
public static final String VIEW_NAME_DEFAULT
public static final String ATTRIBUTE_HIDDEN_ERRORS
@RenderMapping public String showNotificationsList(javax.portlet.RenderRequest req)
@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.