Liferay 6.0.5

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 PortletMode


Field Summary
static PortletMode ABOUT
           
static PortletMode CONFIG
           
static PortletMode EDIT_DEFAULTS
           
static PortletMode EDIT_GUEST
           
static PortletMode PREVIEW
           
static PortletMode PRINT
           
 
Fields inherited from class javax.portlet.PortletMode
EDIT, HELP, VIEW
 
Constructor Summary
LiferayPortletMode(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 PortletMode ABOUT

CONFIG

public static final PortletMode CONFIG

EDIT_DEFAULTS

public static final PortletMode EDIT_DEFAULTS

EDIT_GUEST

public static final PortletMode EDIT_GUEST

PREVIEW

public static final PortletMode PREVIEW

PRINT

public static final PortletMode PRINT
Constructor Detail

LiferayPortletMode

public LiferayPortletMode(String name)

Liferay 6.0.5