Portlet API 2

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.

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


Portlet API 2