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$
Author:
Jen Bourey, jbourey@unicon.net

Constructor Summary
ContentForm()
           
 
Method Summary
 String getContent()
          Get the HTML content to be displayed by this portlet.
 String getLocale()
          Get the locale string associated with the content.
 void setContent(String content)
          Set the HTML content to be displayed by this portlet.
 void setLocale(String locale)
          Set the locale string associated with the content.
 
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 content to be displayed by this portlet.

Parameters:
content -

getLocale

public String getLocale()
Get the locale string associated with the content.

Returns:

setLocale

public void setLocale(String locale)
Set the locale string associated with the content.

Parameters:
locale -


Copyright © 2013 Jasig. All Rights Reserved.