Class Summary |
AbstractInstancePortlet |
Extend AbstractPortlet to re-define the handle used for portlet caching:
This handle uses the portlet's unique id and the portal page's id to form
a portlet instance id for caching. |
AbstractPortlet |
Should be used by most Portlets that wish to conform to default behavior
|
AggregatePortlet |
Aggregate Portlet aggregates the content of other portlets. |
ApplicationsPortlet |
Handles enumerating Portlets that are also applications |
BASICAuthIFramePortlet |
Same as IFramePortlet except that it allows to use basic authentication using current
user name and password (or whatever is provided in portlet preferences) |
BogusPortlet |
Bogus Portlet. |
ClearPortlet |
ClearPortlet
Empty Portlet which displays no content |
ContainerTestPortlet |
Aggregate Portlet aggregates the content of other portlets. |
CustomizerVelocityPortlet |
This subclass of VelocityPortlet should be used as base portlet
for all VelocityPortlets that implement their own customizer
|
FileServerPortlet |
Serve a static URL (typically a HTML fragment) |
FileWatchPortlet |
Just like AbstractPortlet except that when its URL is modified on disk it
automatically expires itself. |
GenericMVCContext |
Context that holds all the data you want to transfer to your view. |
GenericMVCPortlet |
Provides the basic MVC Portlet functionality independant of any
specific view technology (ie jsp, velocity, xslt, etc). |
IFramePortlet |
A Portlet that displays the contents of a source URL in an IFRAME tag. |
JetspeedContent |
Provides a content publication system (like Slashdot). |
JspPortlet |
A JSP portlet example. |
LinkPortlet |
Portlet for rendering HTML links
Can also be used for WML but no output will be created so
redering for wml is done in by the /wml/column.vm file |
NewRSSPortlet |
Portlet which renders RDF Site Summary. |
PortletInfoPortlet |
A Portlet which displays info about other Portlets. |
PreviewPortlet |
Preview portlet. |
RedirectPortlet |
RedirectPortlet can be used for menu options that redirect directly
to a URL outside of the portal. |
RSSPortlet |
Portlet to change RDF Site Summary into a portlet format for HTML presentation. |
RSSPortlet.Item |
Represents an RSS item. |
ServletInvokerPortlet |
The ServletInvokerPortlet invokes a servlet or JSP and displays the result. |
ServletProxyPortlet |
This portlet class is intended to be used for internal URLs that will
not work properly if they are part of the same request as the Jetspeed/Turbine
controller servlet--Struts-mapped URLs are an example of these. |
TurbineScreenPortlet |
This portlet will attempt to render the Turbine Screen within a portlet. |
VelocityPortlet |
A Velocity based portlet implementation
|
WebClippingPortlet |
A class that clips parts of one or more web pages. |
WebPagePortlet |
A class that loads a web page and filters it to have certain features
deleted. |
WebPagePortlet2 |
A class that loads a web page and filters it to have certain features
deleted. |
WMLFilePortlet |
This portlet serves well-formed WML file content and strips
them of superfluous tags liks
The strip capability has been temporarily disabled due to
class conflicts in Tomcat 3.2, so this portlet can only currently
serve fragments of WML documents, without the tag |
XMLPortlet |
Portlet to output an XML well-formed document without any rendering. |
XSLPortlet |
Simple portlet which does a basic XSLT transform with the stylesheet parameter
and the given portlet URL. |