| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jetspeed.portlet.Portlet.Mode
public static class Portlet.Mode
The Mode class is a finite enumeration of the possible modes that a portlet can assume.
| Field Summary | |
|---|---|
| static Portlet.Mode | CONFIGURE
Allows the portlet to bring its own configuration screen if required. |
| static Portlet.Mode | EDIT
This mode allows the portlet to capture user-specific parameterization, which leads to a personalized view of the portlet. |
| static Portlet.Mode | HELP
A portlet should provide useful online help in this mode. |
| static Portlet.Mode | VIEW
The standard "one-of many" portlet view on a page. |
| Method Summary | |
|---|---|
| int | getId()
Returns the id representing the mode |
| java.lang.Object | readResolve()
Returns a mode object representing the mode of this object |
| java.lang.String | toString()
Returns the identifier representing the mode |
| Methods inherited from class java.lang.Object |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Portlet.Mode VIEW
public static final Portlet.Mode EDIT
public static final Portlet.Mode HELP
public static final Portlet.Mode CONFIGURE
| Method Detail |
|---|
public int getId()
public java.lang.String toString()
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||