Digital data connector rendering plug-ins
The IBM Digital Data Connector framework provides a set of rendering plug-ins that help you control the rendering state of the lists. This includes plug-ins used to set and read private and public render parameters, access the portlet session, and trigger update operations through the Web Content Viewer portlet.
- The action URL plug-in
Use the ActionURL rendering plug-in to create portlet action URLs and to insert them into the web content. The generated action URLs always address the instance of the Web Content Viewer portlet that renders the [Plugin:ActionURL] tag.
- The render parameter plug-in
Use the RenderParam rendering plug-in to access public and private render parameters from the web content.
- The render URL plug-in
Use the RenderURL rendering plug-in to create URLs that set or remove render parameters.
- The request attribute plug-in
Use the RequestAttribute rendering plug-in to retrieve, set, or remove attributes on the underlying request.
- The session attribute plug-in
Use the SessionAttribute rendering plug-in to retrieve, set, or remove attributes from the portlet or servlet session. When we access the portlet session, we can also specify the scope of the session attributes as either application or portlet scope.
- The resource URL plug-in
Use the ResourceURL rendering plug-in to add query parameters to URLs and to generate URLs to resources to serve through the IBM WebSphere Portal Ajax proxy.
Parent IBM Digital Data Connector (DDC) for WebSphere Portal