@Controller @RequestMapping(value="VIEW") public class EmailSummaryController extends BaseEmailController
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailSummaryController.View
Three possible views for this controller.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_DELETE_PREFERENCE |
static String |
DEFAULT_VIEW_PREFERENCE |
static String |
PAGE_SIZE_PREFERENCE |
static String |
SUPPORTS_TOGGLE_SEEN_KEY |
protected ViewSelectorDefault |
viewSelector |
static String |
WELCOME_INSTRUCTIONS_PREFERENCE |
static String |
WELCOME_TITLE_PREFERENCE |
serviceBroker| Constructor and Description |
|---|
EmailSummaryController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.portlet.ModelAndView |
chooseView(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res) |
String |
getInboxUrl(javax.portlet.PortletRequest req) |
void |
setAdminRoleName(String adminRoleName) |
void |
switchToPreview(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res) |
void |
switchToRollup(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res) |
getEmailAccountService, getServiceBrokerpublic static final String WELCOME_TITLE_PREFERENCE
public static final String WELCOME_INSTRUCTIONS_PREFERENCE
public static final String DEFAULT_VIEW_PREFERENCE
public static final String PAGE_SIZE_PREFERENCE
public static final String ALLOW_DELETE_PREFERENCE
public static final String SUPPORTS_TOGGLE_SEEN_KEY
protected ViewSelectorDefault viewSelector
public void setAdminRoleName(String adminRoleName)
@RequestMapping(params="action=showRollup")
public void switchToRollup(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
@RequestMapping(params="action=showPreview")
public void switchToPreview(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
@RequestMapping
public org.springframework.web.portlet.ModelAndView chooseView(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws Exception
Exception@ModelAttribute(value="inboxUrl") public String getInboxUrl(javax.portlet.PortletRequest req)
Copyright © 2015 Jasig. All Rights Reserved.