Overview   Package  Class  Use  Deprecated  Help 
IBM WebSphere PortalTM
V5.1.0.1

Package  org.apache.jetspeed.portlet

 

+
Search Tips   |   Advanced Search

Interface Summary

User Abstract view on the user-specific data.
PortletData Information about the concrete portlet instance.
PortletAction Implemented to define portlet-specific actions that need to be executed for specific URIs.
PortletLog Provides the portlet with the ability to log information, warning, or error texts.
PortletURI URI to a specific portlet function.
PortletApplicationSettings Provides the portlet with the application's dynamic configuration.
PortletContext Defines a portlet's view of the portlet container within which each portlet is running.
Client Represents the client device that the user connects to the portal with.
PortletWindow Window that encloses a portlet.
PortletSession Holds the user-specific data that the portlet needs to personalize the one global portlet instance.
PortletResponse Represents the response sent to the client device.
PortletSettings Provides the portlet with its dynamic configuration.
PortletConfig Provides the portlet with its configuration.
PortletSessionListener This feature is an addition to the Portlet interface.
PortletRequest Encapsulates the request sent by the client to the portlet.

Class Summary

PortletAdapter Provides a default implementation for the Portlet interface.
DefaultPortletAction Portlet action with default parameters.
Capability Instances of the Capability class correspond to particular properties which can be assigned to the client devices.
Portlet The abstract Portlet is used by the portlet container to invoke the portlet.

Exception Summary

PortletException Defines a general exception that a portlet can throw when it encounters difficulty.
AccessDeniedException Thrown if a portlet attempts to access dynamic data in a manner that it is not allowed to.
UnavailableException Use the UnavailableException when the instantiation of a portlet fails.



Package Description

This package and its subpackages define the Portlet API and provide interfaces for portlets.

Portlets are a special kind of servlets that are designed to run in the context of a portal. They implement the Portlet API which extends the Servlet API. The root package org.apache.jetspeed.portlet contains general interfaces.


Overview   Package  Class  Use  Deprecated  Help 
IBM WebSphere PortalTM
V5.1.0.1


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.