|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EmailSummaryController.View>
org.jasig.portlet.emailpreview.controller.EmailSummaryController.View
public static enum EmailSummaryController.View
Three possible views for this controller.
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EmailSummaryController.View WELCOME
public static final EmailSummaryController.View ROLLUP
public static final EmailSummaryController.View PREVIEW
| Method Detail |
|---|
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 name
NullPointerException - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||