3.2.2.4. Page headers

The Portlet 2 specification allows portlet to participate to the headers of the page. If you want to allow portlets on the page to add header information to your page then you need to insert a headers tag in the head section of the page, as shown in the following example:

<head>
   <portal:headers/>
   ...
</head>

Example 3.4. Adding portlets header contribution


This instructs Simple Portal to insert header information contributed by portlets present on the page at the specified spot.