|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContentDao
IContentDao is responsible for persisting and retrieving configured HTML content.
| Method Summary | |
|---|---|
String |
getContent(javax.portlet.PortletRequest request)
Get the HTML content to be displayed for this portlet. |
void |
saveContent(javax.portlet.ActionRequest request,
String content)
Save the HTML content for this portlet. |
| Method Detail |
|---|
String getContent(javax.portlet.PortletRequest request)
request -
void saveContent(javax.portlet.ActionRequest request,
String content)
request - Action request associated with this operation.content - HTML content to be persisted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||