net.sf.jportlet.portlet
Class Portlet.Mode
java.lang.Object
|
+--net.sf.jportlet.portlet.Portlet.Mode
- Enclosing class:
- Portlet
- public static class Portlet.Mode
- extends java.lang.Object
The Mode
class is a finite enumeration of the
possible modes that a portlet can assume
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIGURE
public static final Portlet.Mode CONFIGURE
EDIT
public static final Portlet.Mode EDIT
HELP
public static final Portlet.Mode HELP
VIEW
public static final Portlet.Mode VIEW
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
fromString
public static Portlet.Mode fromString(java.lang.String str)
getAll
public static java.util.Collection getAll()
Copyright © 2002 Herve Tchepannou. All Rights Reserved.