Package org.apache.jetspeed.portlet.service

This package defines interfaces which allow to access portlet services provided by other programmers.

See:
          Description

Interface Summary
ContentAccessService Deprecated. since 6.0.
PortletService Deprecated. since 6.0.
 

Class Summary
PortletServiceException Deprecated. since 6.0.
PortletServiceNotFoundException The PortletServiceNotFoundException is thrown if a portlet attempts to access an service that is not found.
PortletServiceUnavailableException The PortletServiceUnavailableException is thrown if a portlet attempts to access an service that cannot be loaded, because an error occured during initialization.
 

Package org.apache.jetspeed.portlet.service Description

This package defines interfaces which allow to access portlet services provided by other programmers.

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.