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
- Author:
- Jen Bourey, jbourey@unicon.net, Drew Wills, drew@unicon.net
|
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 |
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
EmailAccountSummaryController
public EmailAccountSummaryController()
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.