org.jasig.portlet.notice.mvc.controller
Class DataController

java.lang.Object
  extended by org.jasig.portlet.notice.mvc.controller.DataController

@Controller
@RequestMapping(value="VIEW")
public class DataController
extends Object


Field Summary
static String ATTRIBUTE_HIDDEN_ERRORS
           
 
Constructor Summary
DataController()
           
 
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
 

Field Detail

ATTRIBUTE_HIDDEN_ERRORS

public static final String ATTRIBUTE_HIDDEN_ERRORS
Constructor Detail

DataController

public DataController()
Method Detail

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.