The purpose of this class is to provide support a vendor-specific feature of Liferay Portal that provides the ability to broadcast Portlet 2.0 Events to portlets that exist on a different portal page. For more information, refer to the "portlet.event.distribution" key inside of the Liferay Portal portal.properties file.
This class provides the ability to wrap a {@link Serializable} event payload that is intended to be sent via{@link StateAwareResponse#setEvent(String,Serializable)} or {@link StateAwareResponse#setEvent(javax.xml.namespace.QName,Serializable)}. It also provides the ability for the recipient of the event to determine whether or not a redirect is taking place.
@author Neil Griffin
|
|
|
|