public class ContentForm
extends java.lang.Object
| Constructor and Description |
|---|
ContentForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Get the HTML content to be displayed by this portlet.
|
java.lang.String |
getLocale()
Get the locale string associated with the content.
|
void |
setContent(java.lang.String content)
Set the HTML content to be displayed by this portlet.
|
void |
setLocale(java.lang.String locale)
Set the locale string associated with the content.
|
public java.lang.String getContent()
public void setContent(java.lang.String content)
content - HTML contentpublic java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale - local string associated with the contentCopyright © 2019 Jasig. All Rights Reserved.