@Controller @RequestMapping(value="VIEW") public class EmailAccountSummaryController extends BaseEmailController
| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_REFRESH_PARAMETER |
static String |
INBOX_NAME_DEFAULT |
static String |
INBOX_NAME_PREFERENCE |
static String |
INBOX_NAME_UNDEFINED |
static String |
KEY_ACCOUNT_SUMMARY |
static String |
KEY_EMAIL_QUOTA_LIMIT |
static String |
KEY_EMAIL_QUOTA_USAGE |
static String |
KEY_ERROR |
static String |
KEY_INBOX_URL |
protected org.apache.commons.logging.Log |
log |
serviceBroker| Constructor and Description |
|---|
EmailAccountSummaryController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.portlet.ModelAndView |
getAccountSummary(javax.portlet.ResourceRequest req,
javax.portlet.ResourceResponse res,
int start,
int max,
String folder) |
getEmailAccountService, getServiceBrokerprotected final org.apache.commons.logging.Log log
public static final String FORCE_REFRESH_PARAMETER
public static final String KEY_ACCOUNT_SUMMARY
public static final String KEY_INBOX_URL
public static final String KEY_ERROR
public static final String KEY_EMAIL_QUOTA_LIMIT
public static final String KEY_EMAIL_QUOTA_USAGE
public static final String INBOX_NAME_PREFERENCE
public static final String INBOX_NAME_DEFAULT
public static final String INBOX_NAME_UNDEFINED
@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,
@RequestParam(value="inboxFolder",required=false)
String folder)
throws IOException
IOExceptionCopyright © 2014 Jasig. All Rights Reserved.