|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletContent
PortletContent
Method Summary | |
---|---|
void |
complete()
Notify that this content is completed. |
void |
completeWithError()
Notify that this content is complete with error |
ContentCacheKey |
getCacheKey()
Get the cache key used to cache this content |
String |
getContent()
Retrieve the actual content of a portlet as a string |
int |
getExpiration()
Get the expiration setting for this content if it is cached. |
String |
getTitle()
Get the title of the portlet, used during caching |
PrintWriter |
getWriter()
Get a writer to the content to stream content into this object |
boolean |
isComplete()
Has the renderer completed rendering the content? |
void |
setExpiration(int expiration)
|
void |
setTitle(String title)
Set the title of this portlet, used during caching |
Method Detail |
---|
String getContent()
boolean isComplete()
void complete()
void completeWithError()
PrintWriter getWriter()
int getExpiration()
void setExpiration(int expiration)
ContentCacheKey getCacheKey()
String getTitle()
void setTitle(String title)
title
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |