org.jasig.portlet.emailpreview.controller
Class EmailMessageController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.controller.EmailMessageController

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


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
EmailMessageController()
           
 
Method Summary
 void getAccountSummary(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, int messageNum)
           
 void setAccountInfoDao(IEmailAccountDao accountInfoDao)
           
 void setAjaxPortletSupportService(org.jasig.web.service.AjaxPortletSupportService ajaxPortletSupportService)
          Set the service for handling portlet AJAX requests.
 void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
           
 void setMailStoreDao(IMailStoreDao mailStoreDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

EmailMessageController

public EmailMessageController()
Method Detail

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 -

setAuthenticationServiceRegistry

public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)

getAccountSummary

@RequestMapping(params="action=emailMessage")
public void getAccountSummary(javax.portlet.ActionRequest request,
                                                   javax.portlet.ActionResponse response,
                                                   @RequestParam(value="messageNum")
                                                   int messageNum)


Copyright © 2010 Jasig. All Rights Reserved.