public class InvokerPortletResponse
extends Object
implements Serializable
Constructor and Description |
---|
InvokerPortletResponse(String title,
String content,
long time) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
long |
getTime() |
String |
getTitle() |
void |
setContent(String content) |
void |
setTime(long time) |
void |
setTitle(String title) |