org.apache.jetspeed.portlet
Interface PortletMessage


public interface PortletMessage

The PortletMessage can be used for inter-portlet communication. A message object has to implement this interface in order to act as an information carrier between portlets. The content of the message is a matter of contract between the involved portlets. A portlet that broadcasts messages should publish its message object format in its documentation.

Author:
Thomas F. Boehme
See Also:
PortletContext.send(java.lang.String, org.apache.jetspeed.portlet.PortletMessage)



Copyright © 2002 Apache Software Foundation. All Rights Reserved.