public interface RenderResult
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
get the portlet content
|
String |
getHead() |
String |
getJSR168EditUrl()
get the JSR168 Edit Url
|
String |
getJSR168HelpUrl()
get the JSR168 Help Url
|
String |
getTitle()
get the portlet title
|
void |
setContent(String content)
set the portlet content
|
String getTitle() throws ToolRenderException
ToolRenderException - if the title can not be retrievedString getContent() throws ToolRenderException
ToolRenderException - if the content can not be renderedvoid setContent(String content)
String getJSR168HelpUrl() throws ToolRenderException
ToolRenderException - if the content can not be renderedString getJSR168EditUrl() throws ToolRenderException
ToolRenderException - if the content can not be renderedString getHead()
Copyright © 2003–2017 Sakai Project. All rights reserved.