public interface IContentDao
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String getContent(javax.portlet.PortletRequest request,
java.lang.String localeKey)
request - portlet requestlocaleKey - locale keyvoid 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.Copyright © 2019 Jasig. All Rights Reserved.