Present HTML in a portlet.
Why use a HTML portlet instead of a WebPagePortlet?
Parameter that control the how the web page is converted into a portlet.
This element is optional.
Name of HTML file. This must include the path relative to <jetspeed_home>
This element is required.
<portlet-entry name="Logo" hidden="false" type="ref"
parent="HTML" application="false">
<meta-info>
<title>Logo</title>
<description>Example of HTML portlet</description>
</meta-info>
<url>/Logo.html</url>
</portlet-entry>
<!--
Portlet contains the Jetspeed logo. This could be a
link to SVG graphic trending the corporate stock over the
last 30 days.
-->
<a href="http://portals.apache.org/jetspeed-1">
<img src="images/jetspeed-logo.gif" alt="Jetspeed Logo">
</a>