Portlet Configuration How To
HTML
HTML
Class Name : org.apache.jetspeed.portal.portlets.FileServerPortlet
Present HTML in a portlet.
Why use a HTML portlet instead of a WebPagePortlet?
- HTML is a static
- Not a complete HTML document, i.e. <HEAD> is not in file
- HTML file does not have to be visible to the Web Server
- Specific task can not be achieved with WebPagePortlet
- Desired portlet is just an image, like JPEG or SVG
Description of Media Types.
Name of HTML file. This must include the path relative to <jetspeed_home>
This element is required.
Portlet Entry
Logo
Example of HTML portlet
/Logo.html
]]>
<jetspeed_home>/Logo.html
]]>