Interface IContentRenderer
- All Superinterfaces:
IContentProvider
- All Known Subinterfaces:
IPortletTitleBar
Interface for the content providers that aware of a IPortletBean in order to render their
content.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPortlet
(IPortletBean portlet) Sets the widget instance that is used to render content for.Methods inherited from interface com.webmethods.portal.service.portlet.IContentProvider
getContent, getContentType, getContentTypes, isContentTypeSupported, setContentType
-
Method Details
-
setPortlet
Sets the widget instance that is used to render content for.- Parameters:
portlet
- instance of the portlet bean- Throws:
PortalException
- See Also:
-