org.jasig.portlet.cms.mvc.form
Class ContentForm
java.lang.Object
org.jasig.portlet.cms.mvc.form.ContentForm
public class ContentForm
- extends Object
Simple form for representing CMS content entry.
- Version:
- $Revision: 22695 $
- Author:
- Jen Bourey, jbourey@unicon.net
|
Method Summary |
String |
getContent()
Get the HTML content to be displayed by this portlet. |
void |
setContent(String content)
Set the HTML contet to be displayed by this portlet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentForm
public ContentForm()
getContent
public String getContent()
- Get the HTML content to be displayed by this portlet.
- Returns:
setContent
public void setContent(String content)
- Set the HTML contet to be displayed by this portlet.
- Parameters:
content -
Copyright © 2010 Jasig. All Rights Reserved.