public static enum EmailSummaryController.View extends Enum<EmailSummaryController.View>
| Enum Constant and Description |
|---|
MOBILEPREVIEW
Mobile view of the INBOX with lots of features
|
PREVIEW
Tabular view of the INBOX with lots of features
|
ROLLUP
Indicates the portlet is not yet (completely) configured
|
WELCOME
Indicates the portlet is not yet (completely) configured
|
| Modifier and Type | Method and Description |
|---|---|
static EmailSummaryController.View |
getInstance(String key) |
String |
getKey() |
abstract org.springframework.web.portlet.ModelAndView |
show(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
EmailSummaryController controller) |
static EmailSummaryController.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailSummaryController.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailSummaryController.View WELCOME
public static final EmailSummaryController.View ROLLUP
public static final EmailSummaryController.View PREVIEW
public static final EmailSummaryController.View MOBILEPREVIEW
public static EmailSummaryController.View[] values()
for (EmailSummaryController.View c : EmailSummaryController.View.values()) System.out.println(c);
public static EmailSummaryController.View valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EmailSummaryController.View getInstance(String key)
public String getKey()
public abstract org.springframework.web.portlet.ModelAndView show(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
EmailSummaryController controller)
Copyright © 2015 Jasig. All Rights Reserved.