Package org.apache.jetspeed.portlet

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

See:
          Description

Interface Summary
Client Deprecated. since 6.0.
PortletAction Deprecated. since 6.0.
PortletApplicationSettings Deprecated. since 6.0.
PortletConfig Deprecated. since 6.0.
PortletContext Deprecated. since 6.0.
PortletData Deprecated. since 6.0.
PortletLog Deprecated. since 6.0.
PortletMessage Deprecated. since 6.0.
PortletPageListener Deprecated. since 6.0.
PortletRequest Deprecated. since 6.0.
PortletResponse The PortletResponse interface represents the response sent to the client device.
PortletSession Deprecated. since 6.0.
PortletSessionListener Deprecated. since 6.0.
PortletSettings Deprecated. since 6.0.
PortletTitleListener Deprecated. since 6.0.
PortletURI Deprecated. since 6.0.
PortletWindow Deprecated. since 6.0.
User The User interface is an abstract view on the user-specific data.
 

Class Summary
AccessDeniedException Deprecated. since 6.0.
Capability Deprecated. since 6.0.
DefaultPortletAction Deprecated. since 6.0.
DefaultPortletMessage Deprecated. since 6.0.
Portlet Deprecated. since 6.0.
Portlet.Mode The Mode class is a finite enumeration of the possible modes that a portlet can assume.
Portlet.ModeModifier The ModeModifier class is a finite enumeration of the possible modifications a portlet can apply on modes.
PortletAdapter Deprecated. since 6.0.
PortletException The PortletException class defines a general exception that a portlet can throw when it encounters difficulty.
PortletWindow.State The State class is a finite enumeration of the possible states that a window can assume.
UnavailableException Deprecated. since 6.0.
 

Package org.apache.jetspeed.portlet 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.

The IBM portlet API is deprecated since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.