|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getContent(javax.portlet.PortletRequest request,
java.lang.String localeKey)
Get the HTML content to be displayed for this portlet. |
void |
saveContent(javax.portlet.ActionRequest request,
java.lang.String content,
java.lang.String localeKey)
Save the HTML content for this portlet. |
| Method Detail |
|---|
java.lang.String getContent(javax.portlet.PortletRequest request,
java.lang.String localeKey)
request - localeKey -
void saveContent(javax.portlet.ActionRequest request,
java.lang.String content,
java.lang.String localeKey)
request - Action request associated with this operation.content - HTML content to be persisted.localeKey - Locale of content to be persisted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||