IBM Portlet API extensions

 

+

Search Tips   |   Advanced Search

 

The following extensions to the IBM portlet API reside in the package com.ibm.wps.portlet.*

  • Portlet menus

    Allow a portlet to add menu entries into the navigation tree of the portal using a dynamic or static method. See portlet menus for a complete description and example.

  • Event phase listener

    Allows portlets to send message events to other portlets, even though no portlet action event is fired. For portlets that implement this interface, the beginEventPhase() method is called before actionPerformed() and prior to messages being sent. A portlet needs to be placed on the currently displayed page to receive a notification, but it gets the notification even when it is not displayed.

    Event phase listeners are often used by cooperative portlets. See Event handling in Concepts of cooperative portlets for more information. For code examples, see Cooperative portlet samples.

These extensions are not available for standard portlets.

 

Related information