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

  • Method Details

    • getContent

      public String getContent()
      Get the HTML content to be displayed by this portlet.
      Returns:
      HTML content
    • setContent

      public void setContent​(String content)
      Set the HTML content to be displayed by this portlet.
      Parameters:
      content - HTML content
    • getLocale

      public String getLocale()
      Get the locale string associated with the content.
      Returns:
      local string associated with the content
    • setLocale

      public void setLocale​(String locale)
      Set the locale string associated with the content.
      Parameters:
      locale - local string associated with the content