Package com.ibm.wps.portlet.menu

This package defines interfaces for portlets to contribute portlet menus to the navigation of the portal.

See:
          Description

Interface Summary
MenuContext Deprecated. since 6.0.
MenuNode Deprecated. since 6.0.
MenuProvider Deprecated. since 6.0.
MenuTree Deprecated. since 6.0.
MenuTreeInfoCopyCtrl Deprecated. since 6.0.
MenuTreeInfoCtrl Deprecated. since 6.0.
MenuTreeTopologyCtrl Deprecated. since 6.0.
 

Exception Summary
MenuTreeException Deprecated. since 6.0.
 

Package com.ibm.wps.portlet.menu Description

This package defines interfaces for portlets to contribute portlet menus to the navigation of the portal.

This API is only available for portlets using the IBM Portlet API, which extend the Portlet class

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.

Portlet menus allow a portlet to add menu entries to the navigation tree of the portal. This package contains the interface MenuProvider to define a menu tree in a portlet and the interfaces to access the contents of portlet menus from customer portlets and portal framework components.

For an overview of portlet menus, start with the documentation on the interface MenuProvider.