public interface IContentDao
| Modifier and Type | Method and Description |
|---|---|
String |
getContent(javax.portlet.PortletRequest request,
String localeKey)
Get the HTML content to be displayed for this portlet.
|
void |
saveContent(javax.portlet.ActionRequest request,
String content,
String localeKey)
Save the HTML content for this portlet.
|
Copyright © 2015 Jasig. All Rights Reserved.