Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class InvokerPortletResponse

java.lang.Object
  extended by com.liferay.portlet.InvokerPortletResponse
All Implemented Interfaces:
Serializable

public class InvokerPortletResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvokerPortletResponse(String title, String content, long time)
           
 
Method Summary
 String getContent()
           
 long getTime()
           
 String getTitle()
           
 void setContent(String content)
           
 void setTime(long time)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerPortletResponse

public InvokerPortletResponse(String title,
                              String content,
                              long time)
Method Detail

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)

Liferay 6.1.2-ce-ga3