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


Field Summary
static Portlet.Mode CONFIGURE
           
static Portlet.Mode EDIT
           
static Portlet.Mode HELP
           
static Portlet.Mode VIEW
           
 
Method Summary
static Portlet.Mode fromString(java.lang.String str)
           
static java.util.Collection getAll()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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.