The SPA Resource Addressability portlet
The SPA Resource Addressability portlet allows us to add a dynamically computed list of links to portal resources to a static page. This list is produced dynamically via a POCURI (Piece Of Content URI).
Unique name
We can address the SPA Resource Addressability portlet by its unique name: wps.p.SpaResourceList .
Usage
We can embed the SPA Resource Addressability portlet into a static page using the semantic tag portlet-window described in the topic about class attributes for portlets on static pages. When rendering the page, the server replaces the tag with the portlet microformat, and the portlet renders the list of page links using the navigation microformat. The portlet accepts the following configuration parameters that we can embed by coding a definition list ( <dl> ) in the static page:
- uri
- This is the POCURI to an ATOM feed. The list of resource links is the list of alternate links in this ATOM feed.
- <any parameters>
- All other parameters are taken as parameters for the POC (Piece Of Content) DataSourcthat produces the ATOM feed.
Parent: Portlets for adding dynamic elements to static pages
Related reference:
The Navigation portlet
The Breadcrumb Trail portlet
Class attributes for portlets on static pages