Essentials
Download
Documentation
Components
Get Involved
|
|
HTML
Class Name : org.apache.jetspeed.portal.portlets.FileServerPortlet
|
|
Description
|
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
|
|
Element: url
|
Name of HTML file. This must include the path relative to <jetspeed_home>
This element is required.
|
|
|