| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jetspeed.portlet.Portlet.ModeModifier
public static class Portlet.ModeModifier
The ModeModifier class is a finite enumeration of the possible modifications a portlet can apply on modes.
| Field Summary | |
|---|---|
| static Portlet.ModeModifier | CURRENT
The mode is not changed and stays in the current one. |
| static Portlet.ModeModifier | PREVIOUS
The mode is changed to the previous one. |
| static Portlet.ModeModifier | REQUESTED
The mode is changed as requested. |
| Method Summary | |
|---|---|
| int | getId()
Returns the id representing the mode modifier |
| java.lang.Object | readResolve()
Returns a mode modifier object representing the mode modifier of this object |
| java.lang.String | toString()
Returns the identifier representing the mode modifier |
| Methods inherited from class java.lang.Object |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Portlet.ModeModifier REQUESTED
public static final Portlet.ModeModifier CURRENT
public static final Portlet.ModeModifier PREVIOUS
| 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 | ||||||||