com.liferay.portal.kernel.portlet
Class LiferayPortletMode

java.lang.Object
  extended by javax.portlet.PortletMode
      extended by com.liferay.portal.kernel.portlet.LiferayPortletMode

public class LiferayPortletMode
extends javax.portlet.PortletMode

View Source

Author:
Brian Wing Shun Chan

Field Summary
static javax.portlet.PortletMode ABOUT
           
static javax.portlet.PortletMode CONFIG
           
static javax.portlet.PortletMode EDIT_DEFAULTS
           
static javax.portlet.PortletMode EDIT_GUEST
           
static javax.portlet.PortletMode PREVIEW
           
static javax.portlet.PortletMode PRINT
           
 
Fields inherited from class javax.portlet.PortletMode
EDIT, HELP, VIEW
 
Constructor Summary
LiferayPortletMode(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class javax.portlet.PortletMode
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ABOUT

public static final javax.portlet.PortletMode ABOUT

CONFIG

public static final javax.portlet.PortletMode CONFIG

EDIT_DEFAULTS

public static final javax.portlet.PortletMode EDIT_DEFAULTS

EDIT_GUEST

public static final javax.portlet.PortletMode EDIT_GUEST

PREVIEW

public static final javax.portlet.PortletMode PREVIEW

PRINT

public static final javax.portlet.PortletMode PRINT
Constructor Detail

LiferayPortletMode

public LiferayPortletMode(java.lang.String name)