org.jasig.portlet.cms.mvc.form
Class ContentForm

java.lang.Object
  extended by 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

Constructor Summary
ContentForm()
           
 
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
 

Constructor Detail

ContentForm

public ContentForm()
Method Detail

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.