public class ContentForm extends Object
| Constructor and Description |
|---|
ContentForm() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getContent()
public void setContent(String content)
content - HTML contentpublic String getLocale()
public void setLocale(String locale)
locale - local string associated with the contentCopyright © 2015 Jasig. All Rights Reserved.