Class LiferayPortletMode

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

public class LiferayPortletMode extends javax.portlet.PortletMode
Author:
Brian Wing Shun Chan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final javax.portlet.PortletMode
     
    static final javax.portlet.PortletMode
     
    static final javax.portlet.PortletMode
     
    static final javax.portlet.PortletMode
     
    static final javax.portlet.PortletMode
     
    static final javax.portlet.PortletMode
     

    Fields inherited from class javax.portlet.PortletMode

    EDIT, HELP, UNDEFINED, VIEW
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 Details

    • 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 Details

    • LiferayPortletMode

      public LiferayPortletMode(String name)