org.jasig.portlet.notice.mvc.controller
Class DataController
java.lang.Object
org.jasig.portlet.notice.mvc.controller.DataController
@Controller
@RequestMapping(value="VIEW")
public class DataController
- extends Object
|
Method Summary |
void |
getNotifications(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
String doRefresh)
|
void |
hideError(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
String errorKey)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_HIDDEN_ERRORS
public static final String ATTRIBUTE_HIDDEN_ERRORS
DataController
public DataController()
getNotifications
@RequestMapping(params="action=getNotifications")
public void getNotifications(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="refresh",required=false)
String doRefresh)
throws IOException
- Throws:
IOException
hideError
@RequestMapping(params="action=hideError")
public void hideError(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="errorKey")
String errorKey)
throws IOException
- Throws:
IOException
Copyright © 2012 Jasig. All Rights Reserved.