Class InvokerPortletResponse

Object
com.liferay.portlet.InvokerPortletResponse
All Implemented Interfaces:
Serializable

public class InvokerPortletResponse extends Object implements Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • InvokerPortletResponse

      public InvokerPortletResponse(String title, String content, long time)
  • Method Details

    • getContent

      public String getContent()
    • getTime

      public long getTime()
    • getTitle

      public String getTitle()
    • setContent

      public void setContent(String content)
    • setTime

      public void setTime(long time)
    • setTitle

      public void setTitle(String title)