org.jasig.portlet.emailpreview.controller
Class EmailAccountSummaryController

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

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

Author:
Jen Bourey, jbourey@unicon.net, Drew Wills, drew@unicon.net

Field Summary
static String FORCE_REFRESH_PARAMETER
           
static String KEY_ACCOUNT_SUMMARY
           
static String KEY_ERROR
           
static String KEY_INBOX_URL
           
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
EmailAccountSummaryController()
           
 
Method Summary
 org.springframework.web.portlet.ModelAndView getAccountSummary(javax.portlet.ResourceRequest req, javax.portlet.ResourceResponse res, int start, int max)
           
 
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

FORCE_REFRESH_PARAMETER

public static final String FORCE_REFRESH_PARAMETER
See Also:
Constant Field Values

KEY_ACCOUNT_SUMMARY

public static final String KEY_ACCOUNT_SUMMARY
See Also:
Constant Field Values

KEY_INBOX_URL

public static final String KEY_INBOX_URL
See Also:
Constant Field Values

KEY_ERROR

public static final String KEY_ERROR
See Also:
Constant Field Values
Constructor Detail

EmailAccountSummaryController

public EmailAccountSummaryController()
Method Detail

getAccountSummary

@ResourceMapping(value="accountSummary")
public org.springframework.web.portlet.ModelAndView getAccountSummary(javax.portlet.ResourceRequest req,
                                                                                      javax.portlet.ResourceResponse res,
                                                                                      @RequestParam(value="pageStart")
                                                                                      int start,
                                                                                      @RequestParam(value="numberOfMessages")
                                                                                      int max)
                                                               throws IOException
Throws:
IOException


Copyright © 2012 Jasig. All Rights Reserved.