org.jasig.portlet.emailpreview.controller
Class EmailAccountSummaryController
java.lang.Object
org.jasig.portlet.emailpreview.controller.EmailAccountSummaryController
@Controller
@RequestMapping(value="VIEW")
public class EmailAccountSummaryController
- extends Object
|
Field Summary |
protected org.apache.commons.logging.Log |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
EmailAccountSummaryController
public EmailAccountSummaryController()
setAccountInfoDao
public void setAccountInfoDao(IEmailAccountDao accountInfoDao)
setMailStoreDao
public void setMailStoreDao(IMailStoreDao mailStoreDao)
setAjaxPortletSupportService
public void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
- Set the service for handling portlet AJAX requests.
- Parameters:
ajaxPortletSupportService -
setLinkServiceRegistry
public void setLinkServiceRegistry(ILinkServiceRegistry linkServiceRegistry)
setAuthenticationServiceRegistry
public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
getAccountSummary
@RequestMapping(params="action=accountSummary")
public void getAccountSummary(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
@RequestParam(value="pageStart")
int pageStart,
@RequestParam(value="numberOfMessages")
int numberOfMessages)
throws IOException
- Throws:
IOException
Copyright © 2010 Jasig. All Rights Reserved.