Class PortletInfo

Object
com.liferay.portal.kernel.model.PortletInfo
All Implemented Interfaces:
Serializable

public class PortletInfo extends Object implements Serializable
Author:
Brian Wing Shun Chan, Eduardo Lundgren
See Also:
  • Constructor Details

    • PortletInfo

      public PortletInfo()
    • PortletInfo

      public PortletInfo(String title, String shortTitle, String keywords, String description)
  • Method Details

    • getDescription

      public String getDescription()
    • getKeywords

      public String getKeywords()
    • getShortTitle

      public String getShortTitle()
    • getTitle

      public String getTitle()